@import "../../../../public/pages/public-view.wxss"; Page { background-color: white; } .bottom-view>view, .bottom-view-X>view { width: 100%; height: 112rpx; font-size: 34rpx; color: #3296FB; line-height: 112rpx; text-align: center; } /* input-view */ .input-view { width: 100%; height: 130rpx; } .input-view>input, .input-placeholde { font-size: 38rpx; font-weight: bold; } .input-view>input { height: 130rpx; margin: 0 40rpx; color: #333333; } .input-placeholde { color: #999999; } .input-view+view { height: 0.7px; margin: 0 40rpx; background-color: #eeeeee; } /* textarea-view */ .textarea-view { width: 100%; height: 100%; margin-top: 30rpx; } .textarea-view>textarea, .textarea-placeholde { font-size: 34rpx; line-height: 54rpx; } .textarea-view>textarea { width: 670rpx; margin: 0 40rpx; color: #333333; } .textarea-placeholde { color: #999999; }