upload.scss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. @import '/static/dropdown-switch.wxss';
  2. .box {
  3. margin-top: 0 !important;
  4. background: none !important;
  5. font-size: 24rpx;
  6. .label {
  7. font-size: 28rpx;
  8. font-family: PingFang SC-Bold, PingFang SC;
  9. font-weight: bold;
  10. height: 40rpx;
  11. line-height: 40rpx;
  12. color: #333333;
  13. margin-top: 30rpx;
  14. text {
  15. float: right;
  16. font-size: 24rpx;
  17. font-family: PingFang SC-Regular, PingFang SC;
  18. color: #999999;
  19. }
  20. }
  21. .category {
  22. color: #666666;
  23. }
  24. .input {
  25. display: inline-block;
  26. width: 100% !important;
  27. font-size: 28rpx;
  28. }
  29. }
  30. .base {
  31. font-family: PingFang SC-Regular, PingFang SC;
  32. display: flex;
  33. align-items: center;
  34. justify-content: space-between;
  35. width: 100%;
  36. border-radius: 16rpx;
  37. overflow: hidden;
  38. background-color: #ffffff;
  39. box-sizing: border-box;
  40. margin-top: 20rpx;
  41. height: 90rpx;
  42. padding: 0 20rpx;
  43. }
  44. /* 素材列表 */
  45. .file-list {
  46. display: flex;
  47. justify-content: space-between;
  48. flex-wrap: wrap;
  49. width: 690rpx;
  50. margin: 20rpx auto 0;
  51. .file-box {
  52. position: relative;
  53. display: flex;
  54. justify-content: center;
  55. align-items: center;
  56. width: 336rpx;
  57. height: 170rpx;
  58. border-radius: 8rpx;
  59. overflow: hidden;
  60. box-sizing: border-box;
  61. margin-bottom: 20rpx;
  62. border: 1rpx solid #CCCCCC;
  63. .delete {
  64. position: absolute;
  65. font-size: 40rpx;
  66. color: #FF3B30;
  67. top: 0rpx;
  68. right: 0rpx;
  69. z-index: 9;
  70. padding: 0 8rpx 0 5rpx;
  71. }
  72. }
  73. .upload-file {
  74. color: #999999;
  75. text-align: center;
  76. font-size: 24rpx;
  77. font-family: PingFang SC-Regular, PingFang SC;
  78. .iconfont {
  79. font-size: 44rpx;
  80. margin-bottom: 10rpx;
  81. }
  82. }
  83. }
  84. .but-bom {
  85. position: fixed;
  86. width: 750rpx;
  87. text-align: center;
  88. background: #FFFFFF;
  89. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  90. padding: 20rpx 0;
  91. bottom: 0;
  92. .upload {
  93. width: 500rpx;
  94. height: 90rpx;
  95. background: #3874F6 !important;
  96. border-radius: 45rpx !important;
  97. color: #ffffff;
  98. font-size: 28rpx;
  99. font-family: PingFang SC-Bold, PingFang SC;
  100. font-weight: bold;
  101. color: #FFFFFF;
  102. }
  103. }