upload.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. .textarea {
  21. height: 160rpx;
  22. padding: 20rpx;
  23. }
  24. .category {
  25. display: flex;
  26. align-items: center;
  27. justify-content: space-between;
  28. height: 90rpx;
  29. padding: 0 20rpx;
  30. font-family: PingFang SC-Regular, PingFang SC;
  31. color: #666666;
  32. }
  33. }
  34. .base {
  35. width: 100%;
  36. border-radius: 16rpx;
  37. overflow: hidden;
  38. background-color: #ffffff;
  39. box-sizing: border-box;
  40. margin-top: 20rpx;
  41. }
  42. .upload {
  43. width: 500rpx;
  44. height: 90rpx;
  45. background: #3874F6 !important;
  46. border-radius: 45rpx !important;
  47. margin-top: 100rpx;
  48. }