upload.scss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. color: #BBBBBB;
  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. .upload {
  45. width: 500rpx;
  46. height: 90rpx;
  47. background: #3874F6 !important;
  48. border-radius: 45rpx !important;
  49. margin-top: 100rpx;
  50. }
  51. /* 素材列表 */
  52. .file-list {
  53. display: flex;
  54. justify-content: space-between;
  55. width: 690rpx;
  56. margin: 20rpx auto 0;
  57. .file-box {
  58. width: 336rpx;
  59. height: 170rpx;
  60. border-radius: 8rpx;
  61. background-color: red;
  62. overflow: hidden;
  63. }
  64. }