/* 容器 */ .feedback-container{ min-height: 100%; padding: 30upx; } /* 容器 */ /* 文本域 */ .feedback-textarea{ height: 226upx; background-color: #f6f6f6; border: 1upx solid #EEEEEE; border-radius: 10upx; padding: 25upx 30upx; margin-bottom: 30upx; } .feedback-textarea textarea { font-size: 30upx; line-height: 40upx; color: #333; } .feedback-textarea-placeholder{ color: #999; } .feedback-upload{ background-color: #F6F6F6; border: 1upx dotted #BBB; } .feedback-icon{ color: #BBBBBB; font-size: 60upx; line-height: 60upx; } /* 文本域 */ /* 按钮 */ .feedback-button-wrap{ margin: 30upx 0 70upx; } .feedback-button{ width: 615upx; height: 80upx; background-color: #41AE3C; border-radius: 40upx; font-size: 30upx; line-height: 36upx; color:#fff; } /* 按钮 */