@import "../../../../public/pages/public-view.wxss"; .row { width: 100%; height: 100rpx; display: flex; background-color: white; } .row>text { font-size: 32rpx; color: #333333; line-height: 100rpx; margin-left: 30rpx; width: 240rpx; } .input-placeholder, .textarea-placeholder { font-size: 32rpx; color: #999999; } .row>input { font-size: 32rpx; color: #666666; width: 480rpx; height: 100rpx; margin: 0 30rpx 0 0; } .row>view { height: 0.7px; margin: 0 0 0 30rpx; background-color: #eeeeee; } .textarea { width: 100%; height: 200rpx; background-color: white; display: flex; } .textarea>textarea { font-size: 32rpx; color: #666666; line-height: 44rpx; width: 690rpx; height: 140rpx; margin: 30rpx 30rpx; } button { margin: 48rpx 32rpx 0; background-color: #3296FB; color: white; font-size: 32rpx; font-weight: bold; line-height: 90rpx; text-align: center; height: 90rpx; border-radius: 45rpx; }