person.scss 2.3 KB

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