index.scss 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. .add-box {
  2. width: 100vw;
  3. padding-left: 30rpx;
  4. padding-top: 20rpx;
  5. box-sizing: border-box;
  6. background-color: #fff;
  7. margin-bottom: 20rpx;
  8. .detail {
  9. width: 100%;
  10. border-bottom: 1px solid #DDDDDD;
  11. padding-bottom: 20rpx;
  12. .label {
  13. line-height: 42rpx;
  14. font-size: 30rpx;
  15. font-family: PingFang SC-Regular, PingFang SC;
  16. color: #333333;
  17. padding-right: 30rpx;
  18. .tag {
  19. display: inline-block;
  20. width: 112rpx;
  21. height: 40rpx;
  22. text-align: center;
  23. background: #E7EEFF;
  24. border-radius: 4rpx;
  25. font-size: 24rpx;
  26. font-family: PingFang SC-Regular, PingFang SC;
  27. color: #3874F6;
  28. margin-right: 10rpx;
  29. }
  30. }
  31. .detail-add {
  32. font-size: 24rpx;
  33. font-family: PingFang SC-Regular, PingFang SC;
  34. color: #333333;
  35. margin-top: 20rpx;
  36. }
  37. .principal {
  38. font-size: 24rpx;
  39. font-family: PingFang SC-Regular, PingFang SC;
  40. color: #333333;
  41. margin-top: 20rpx;
  42. }
  43. }
  44. .editor {
  45. display: flex;
  46. justify-content: space-between;
  47. align-items: center;
  48. width: 100%;
  49. height: 80rpx;
  50. .radio {
  51. font-size: 24rpx;
  52. font-family: PingFang SC-Regular, PingFang SC;
  53. color: #666666;
  54. margin-left: -10rpx;
  55. }
  56. .icon-but {
  57. padding-right: 30rpx;
  58. navigator {
  59. display: inline-block;
  60. width: 60rpx;
  61. height: 60rpx;
  62. line-height: 60rpx;
  63. text-align: center;
  64. margin-left: 30rpx;
  65. width: 32px;
  66. color: #707070;
  67. }
  68. }
  69. }
  70. }