You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

form-upload-more.wxss 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. .wux-cell-class {
  2. border-bottom: none !important;
  3. }
  4. .check-attachment-box {
  5. display: flex;
  6. flex-wrap: wrap;
  7. /* align-items: center; */
  8. width: 710rpx;
  9. margin-top: 20rpx;
  10. }
  11. .check-attachment-image {
  12. width: 150rpx;
  13. height: 200rpx;
  14. margin-bottom: 8rpx;
  15. }
  16. .check-attachment-image button {
  17. width: 150rpx;
  18. height: 200rpx;
  19. padding: 0;
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. }
  24. .check-attachment-image image {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .render-image-box {
  29. display: flex;
  30. flex-direction: column;
  31. align-items: center;
  32. margin-bottom: 16rpx;
  33. margin-right: 16rpx;
  34. }
  35. .render-image-box button {
  36. margin: 0 !important;
  37. }
  38. .img-btn-delete {
  39. width: 144rpx !important;
  40. height: 44rpx;
  41. display: flex;
  42. justify-content: center;
  43. align-items: center;
  44. padding: 0;
  45. background-color: red;
  46. color: #fff;
  47. font-size: 24rpx;
  48. }
  49. .check-attachment-add {
  50. width: 144rpx;
  51. height: 192rpx;
  52. margin-bottom: 8rpx;
  53. }
  54. .check-attachment-add button {
  55. width: 144rpx;
  56. height: 192rpx;
  57. padding: 0;
  58. display: flex;
  59. justify-content: center;
  60. align-items: center;
  61. }
  62. .check-attachment-add image {
  63. width: 100%;
  64. height: 100%;
  65. }
  66. .form-label {
  67. font-size: 28rpx;
  68. line-height: 36rpx;
  69. color: gray;
  70. }
  71. .form-label::before {
  72. display: inline-block;
  73. margin-right: 6rpx;
  74. color: #ef473a;
  75. font-size: 28rpx;
  76. font-family: SimSun, sans-serif;
  77. line-height: 1;
  78. content: "*"
  79. }