upload.scss 2.7 KB

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