index.scss 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. @import "../../../setclient/modules/address/head.scss";
  2. .picker {
  3. display: flex;
  4. align-items: center;
  5. height: 86rpx;
  6. line-height: 86rpx;
  7. font-size: 28rpx;
  8. font-family: PingFang SC-Regular, PingFang SC;
  9. color: #333333;
  10. margin-left: 30rpx;
  11. .icon-daoruxialajiantou {
  12. display: block;
  13. color: #999999;
  14. font-size: 16rpx;
  15. margin-left: 10rpx;
  16. transform: rotateX(180deg);
  17. }
  18. }
  19. .title {
  20. padding: 20rpx 0;
  21. background-color: #fff;
  22. font-size: 26rpx;
  23. font-weight: bold;
  24. width: 100vw;
  25. text-align: center;
  26. }
  27. /* 目标 */
  28. .target {
  29. display: flex;
  30. width: 100vw;
  31. height: 124rpx;
  32. background-color: #ffffff;
  33. box-sizing: border-box;
  34. >view {
  35. width: 50%;
  36. .lable {
  37. font-size: 24rpx;
  38. font-family: PingFang SC-Regular, PingFang SC;
  39. color: #666666;
  40. height: 34rpx;
  41. line-height: 34rpx;
  42. text-align: center;
  43. margin-top: 20rpx;
  44. }
  45. .value {
  46. font-size: 28rpx;
  47. font-family: PingFang SC-Regular, PingFang SC;
  48. color: #333333;
  49. height: 40rpx;
  50. line-height: 40rpx;
  51. text-align: center;
  52. margin-top: 10rpx;
  53. }
  54. }
  55. }
  56. .season {
  57. width: 100vw;
  58. height: 90rpx;
  59. line-height: 90rpx;
  60. background-color: #ffffff;
  61. padding-left: 30rpx;
  62. box-sizing: border-box;
  63. font-size: 28rpx;
  64. font-family: PingFang SC-Regular, PingFang SC;
  65. color: #333333;
  66. }
  67. .m-target {
  68. // height: 270rpx;
  69. width: 100vw;
  70. background-color: #ffffff;
  71. border-top: 1px solid #ddd;
  72. box-sizing: border-box;
  73. padding-left: 30rpx;
  74. margin-bottom: 20rpx;
  75. >view {
  76. display: flex;
  77. justify-content: space-between;
  78. width: 100%;
  79. height: 90rpx;
  80. line-height: 90rpx;
  81. border-bottom: 1px solid #ddd;
  82. box-sizing: border-box;
  83. padding-right: 30rpx;
  84. font-size: 28rpx;
  85. font-family: PingFang SC-Regular, PingFang SC;
  86. color: #666666;
  87. }
  88. }