/* user/feedback/feedback.wxss */ .feed_text{ background: #ffffff; height: 355rpx; padding: 32rpx 30rpx 45rpx 30rpx; position: relative; } .feed_text textarea{ height: 100%; width: 100%; } .feed_text span{ position: absolute; bottom: 10rpx; right: 25rpx; font-size: 32rpx; color: #cccccc; } .feed_sub{ width: 690rpx; height: 100rpx; background-image: linear-gradient( #1dbf53, #1dbf53), linear-gradient( #2fd152, #2fd152); background-blend-mode: normal, normal; border-radius: 10rpx; font-size: 38rpx; text-align: center; line-height: 100rpx; margin: 50rpx auto 0; color: #ffffff; }