/* pages/welfareMall/feedback/feedback.wxss */ .feedback{ width: 750rpx; height: auto; padding-bottom: 119rpx; background: #F7F7F7; } /* 垂直方向布局,水平居中 **/ .flex-column{ display: flex; flex-flow: column nowrap; align-items: center; justify-content: left; } /* 水平方向布局,垂直居中 **/ .flex-row{ display: flex; flex-flow: row nowrap; align-items: center; justify-content: center; } .feedback-titles{ width: 659rpx; height: 80rpx; justify-content: flex-start; } .feedback-title{ font-size: 24rpx; font-weight: 500; color: #444444; } textarea{ width: 659rpx; height: 320rpx; background: #FFFFFF; border: 1rpx solid #3E3E3E; border-radius: 10rpx; z-index: 1; } .suggest_text-count{ width: 659rpx; height: 40rpx; justify-content: flex-end; margin-right: 28rpx; } .suggest_text-num{ z-index: 2; font-size: 26rpx; margin-bottom: 86rpx; } .feedback-exp{ width: 659rpx; height: 100rpx; justify-content: space-between; } .feedback-explain{ width: 350rpx; height: 40rpx; font-size: 24rpx; font-weight: 500; color: #444444; } .explain-img{ width: 659rpx; height: 180rpx; justify-content: space-between; } .explain-img-style{ width: 160rpx; height: 180rpx; } .explain-img-preview{ width: 154rpx; height: 154rpx; border: 1rpx solid #3E3E3E; border-radius: 10rpx; z-index: 1; justify-content: center; } .close-img-style{ width: 154rpx; height: 22rpx; justify-content: flex-end; z-index: 2; } .close-img{ width: 22rpx; height: 22rpx; margin-top: 30rpx; margin-right: -5rpx; } .chooseImv{ width: 65rpx; height: 64rpx; } .lower-submit{ width: 659rpx; height: 100rpx; margin-top: 50rpx; } .order-refund{ width: 631rpx; height: 90rpx; background: #B01717; border-radius: 50rpx; } .lower-order-text{ font-size: 36rpx; font-weight: 500; color: #FFFFFF; }