user-order-comments.css 403 B

123456789101112131415161718192021
  1. .goods-image {
  2. width: 80rpx;
  3. height: 80rpx;
  4. }
  5. .item-base .xingxing-icon {
  6. width: 60rpx;
  7. height: 60rpx;
  8. margin: 0 15rpx;
  9. }
  10. .form-content textarea {
  11. height: 160rpx !important;
  12. min-height: 160rpx !important;
  13. }
  14. .form-container-upload .form-upload-data image {
  15. width: 100rpx;
  16. height: 100rpx;
  17. }
  18. .form-container-upload .upload-icon {
  19. width: 110rpx;
  20. height: 110rpx;
  21. }