beautyPlan.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. .border-radius {
  2. background: #FFFFFF;
  3. box-shadow: 0rpx -2rpx 16rpx 0rpx rgba(0, 0, 0, 0.04);
  4. border-radius: 24rpx;
  5. margin: 22rpx 0;
  6. }
  7. page {
  8. background: #F9F9F9;
  9. /* background: #fff; */
  10. height: 100%;
  11. }
  12. .title text {
  13. font-family: PingFangSC-Medium, PingFang SC;
  14. font-weight: 500;
  15. /* margin-left: 16rpx; */
  16. }
  17. .btm-box-text {
  18. font-size: 28rpx;
  19. color: #666666;
  20. }
  21. .content {
  22. padding: 0 28rpx 28rpx;
  23. }
  24. .header {
  25. height: 218rpx;
  26. padding: 0 24rpx 0 8rpx;
  27. }
  28. .header image {
  29. width: 226rpx;
  30. height: 143rpx;
  31. }
  32. .progress {
  33. padding: 32rpx 28rpx;
  34. margin-top: -74rpx;
  35. }
  36. .progress .left-box {
  37. width: 140rpx;
  38. height: 100%;
  39. margin-right: 40rpx;
  40. }
  41. .progress .left-box image {
  42. width: 104rpx;
  43. height: 104rpx;
  44. margin-bottom: 6rpx;
  45. border-radius: 12rpx;
  46. }
  47. .progress .scroll::-webkit-scrollbar {
  48. display: none;
  49. /* Chrome Safari */
  50. }
  51. .progress .item {
  52. /* margin-top: 30rpx; */
  53. margin-right: 40rpx;
  54. }
  55. .progress .item image {
  56. width: 104rpx;
  57. height: 104rpx;
  58. margin-bottom: 6rpx;
  59. }
  60. .list-box {
  61. padding: 0rpx 28rpx 32rpx;
  62. }
  63. .list .btn-box {
  64. padding: 46rpx 0 40rpx;
  65. }
  66. .list .btn-box image {
  67. width: 28rpx;
  68. height: 28rpx;
  69. margin-right: 12rpx;
  70. }
  71. .list .btn-box .btn text {
  72. font-size: 28rpx;
  73. font-family: PingFangSC-Medium, PingFang SC;
  74. font-weight: 500;
  75. }
  76. .list .btn-box .btn .line {
  77. margin: 0 20rpx;
  78. }
  79. .list .item {
  80. background: #FFF7FA;
  81. border-radius: 16px;
  82. padding: 36rpx 20rpx;
  83. }
  84. .list .item image {
  85. width: 112rpx;
  86. height: 112rpx;
  87. background: #ECECEC;
  88. margin-right: 20rpx;
  89. border-radius: 16rpx;
  90. }
  91. .list .item .item-btn {
  92. padding: 0 20rpx;
  93. height: 54rpx;
  94. color: #fff;
  95. background: #FA7D22;
  96. border-radius: 27rpx;
  97. font-size: 28rpx;
  98. box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(0, 0, 0, 0.06);
  99. }