order-comment.wxss 1.2 KB

12345678910111213141516
  1. .bar-bottom { position: fixed; bottom: 0; left: 0; width: 100%; }
  2. .submit-btn{ background: #ff4544; color: #fff; height: 100rpx; }
  3. .goods-list{ border-top: 1rpx solid #e3e3e3; padding-bottom: 100rpx; }
  4. .goods-item{ background: #fff; border-bottom: 1rpx solid #e3e3e3; margin-bottom: 20rpx; }
  5. .goods-item .score-row{ padding: 24rpx 20rpx; border-bottom: 1rpx #eee solid; }
  6. .goods-item .score-row .goods-pic{ width: 72rpx; height: 72rpx; }
  7. .goods-item .score-row .score-item wx-image{ width: 40rpx; height: 40rpx; margin-right: 20rpx; }
  8. .goods-item .score-row .score-item.active{ color: #ff4544; }
  9. .goods-item .content-row{ padding: 24rpx 20rpx; }
  10. .goods-item .form-label{ margin-right: 24rpx; }
  11. .goods-item wx-textarea{ width: 100%; height: 200rpx; padding: 0 0; }
  12. .goods-item .pic-list{ padding: 24rpx 20rpx; margin-left: -20rpx; margin-top: -20rpx; }
  13. .image-picker{ font-size: 0; }
  14. .image-picker,.image-preview{ display: inline-block; margin-left: 20rpx; margin-top: 20rpx; }
  15. .image-preview { position: relative; }
  16. .image-preview .image-del{ position: absolute; top:-15rpx; right: -15rpx; height: 50rpx; width: 50rpx; background: #ff4544; color: #fff; font-weight: bolder; border-radius: 999rpx; font-size: 9pt; box-shadow: 0 1rpx 2rpx rgba(0,0,0,.2); z-index: 999; }