index.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. }
  19. .detail-add {
  20. font-size: 24rpx;
  21. font-family: PingFang SC-Regular, PingFang SC;
  22. color: #333333;
  23. margin-top: 20rpx;
  24. }
  25. }
  26. .editor {
  27. display: flex;
  28. justify-content: space-between;
  29. align-items: center;
  30. width: 100%;
  31. height: 80rpx;
  32. .radio {
  33. font-size: 24rpx;
  34. font-family: PingFang SC-Regular, PingFang SC;
  35. color: #666666;
  36. margin-left: -10rpx;
  37. }
  38. .icon-but {
  39. padding-right: 30rpx;
  40. navigator {
  41. display: inline-block;
  42. width: 60rpx;
  43. height: 60rpx;
  44. line-height: 60rpx;
  45. text-align: center;
  46. margin-left: 30rpx;
  47. width: 32px;
  48. color: #707070;
  49. }
  50. }
  51. }
  52. }