index.scss 1.9 KB

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