testSkin.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. .skin-box{
  2. padding-left: 30rpx;
  3. padding-bottom: 40rpx;
  4. }
  5. /* 头部肤质 */
  6. .skin-detail {
  7. width: 690rpx;
  8. height: 240rpx;
  9. background-color: #FFFFFF;
  10. border-radius: 12px;
  11. margin-top: 40rpx;
  12. padding: 30rpx 30rpx 40rpx 30rpx;
  13. box-sizing: border-box;
  14. }
  15. .skin-detail-top{
  16. display: flex;
  17. font-size: 24rpx;
  18. justify-content: space-between;
  19. }
  20. .skin-time{
  21. color: #999999;
  22. }
  23. .skin-history{
  24. color: #333;
  25. }
  26. .skin-detail-bottom{
  27. display: flex;
  28. }
  29. .skin-type{
  30. width: 270rpx;
  31. height: 100rpx;
  32. text-align: center;
  33. margin-top: 38rpx;
  34. }
  35. .skin-type:first-child{
  36. font-weight: 600;
  37. font-size: 36rpx;
  38. color: #333333;
  39. }
  40. .skin-type view:last-child{
  41. margin-top: 8rpx;
  42. color: #FA7D22;
  43. font-size: 28rpx;
  44. }
  45. .skin-line{
  46. height: 80rpx;
  47. width: 2rpx;
  48. background-color: #DEDEDE;
  49. margin-top: 52rpx;
  50. margin-left: 44rpx;
  51. }
  52. .skin-age{
  53. margin-left: 54rpx;
  54. margin-top: 10rpx;
  55. position: relative;
  56. }
  57. .skin-age-one{
  58. font-size: 36rpx;
  59. color: #333;
  60. }
  61. .skin-age-text{
  62. font-weight: 600;
  63. }
  64. .skin-age .age{
  65. color: #FA7D22;
  66. font-size: 56rpx;
  67. margin: 0 12rpx;
  68. }
  69. .skin-age-two{
  70. margin-top: 14rpx;
  71. font-size: 24rpx;
  72. color: #333333;
  73. font-weight: 400;
  74. display: flex;
  75. align-items: center;
  76. }
  77. .skin-age image{
  78. width: 24rpx;
  79. height: 24rpx;
  80. }
  81. /* 皮肤状态 */
  82. .skin-status{
  83. width: 690rpx;
  84. height: auto;
  85. background-color: #fff;
  86. border-radius: 24rpx;
  87. margin-top: 20rpx;
  88. padding: 30rpx;
  89. box-sizing: border-box;
  90. }
  91. .skin-status-title{
  92. font-size: 32rpx;
  93. color: #333;
  94. font-weight: 600;
  95. position: relative;
  96. }
  97. .skin-status-title .title{
  98. position: relative;
  99. }
  100. .title-line{
  101. position: absolute;
  102. width: 192rpx;
  103. height: 14rpx;
  104. background-color: #FA7D22;
  105. bottom: 0;
  106. left: 0;
  107. }
  108. .skin-status-content{
  109. font-size: 28rpx;
  110. color: #666666;
  111. margin-top: 40rpx;
  112. }
  113. .skin-status-problem{
  114. margin-top: 20rpx;
  115. color: #333333;
  116. font-weight: 600;
  117. display: flex;
  118. align-items: center;
  119. }
  120. .skin-status-problem-circle{
  121. width: 10rpx;
  122. height: 10rpx;
  123. background-color: #FF3007;
  124. border-radius: 50%;
  125. margin-right: 10rpx;
  126. }
  127. .problem-box{
  128. margin-top: 40rpx;
  129. font-size: 28rpx;
  130. color: #333;
  131. }
  132. .problem-box .problem-item{
  133. display: inline-block;
  134. margin-top: 20rpx;
  135. }
  136. .problem-box .problem-item:nth-child(1),.problem-item:nth-child(2){
  137. margin-top: 0;
  138. }
  139. .problem-box .problem-item:nth-child(n+1){
  140. margin-right: 168rpx;
  141. }
  142. /* 护理建议 */
  143. .skin-suggest{
  144. width: 690rpx;
  145. height: auto;
  146. background: #fff;
  147. border-radius: 24rpx;
  148. margin-top: 20rpx;
  149. padding: 30rpx;
  150. box-sizing: border-box;
  151. }
  152. .skin-suggest-title{
  153. font-weight: 600;
  154. position: relative;
  155. }
  156. .skin-suggest-title .title{
  157. position: relative;
  158. }
  159. .suggest-title-line{
  160. width: 128rpx;
  161. height: 14rpx;
  162. background-color: #FA7D22;
  163. position: absolute;
  164. bottom: 0;
  165. left: 0;
  166. }
  167. .suggest-box{
  168. }
  169. .suggest-item{
  170. margin-top: 40rpx;
  171. }
  172. .suggest-item-title{
  173. color: #333333;
  174. font-size: 28rpx;
  175. }
  176. .suggest-item-content{
  177. margin-top: 20rpx;
  178. color: #666666;
  179. font-size: 28rpx;
  180. }
  181. /* 为你推荐 */
  182. .skin-recommend{
  183. width: 690rpx;
  184. padding: 30rpx;
  185. box-sizing: border-box;
  186. background-color: #fff;
  187. margin-top: 20rpx;
  188. border-radius: 24rpx;
  189. }
  190. .skin-recommend-title{
  191. color: #333333;
  192. font-weight: 600;
  193. font-size: 32rpx;
  194. display: flex;
  195. }
  196. .recommend-line{
  197. width: 8rpx;
  198. height: 40rpx;
  199. border-radius: 4rpx;
  200. background-color: #FA7D22;
  201. margin-right: 10rpx;
  202. }
  203. .recommend-box{
  204. margin-top: 40rpx;
  205. }
  206. .recommend-item{
  207. margin-top: 20rpx;
  208. display: flex;
  209. }
  210. .recommend-item-image image{
  211. width: 80rpx;
  212. height: 80rpx;
  213. border-radius: 8rpx;
  214. }
  215. .recommend-item-title{
  216. flex: 1;
  217. margin-left: 20rpx;
  218. font-size: 28rpx;
  219. color: #292929;
  220. text-overflow: ellipsis;
  221. overflow: hidden;
  222. white-space:nowrap;
  223. }
  224. .recommend-item-icon{
  225. width:48rpx ;
  226. height: 48rpx;
  227. text-align: center;
  228. line-height: 48rpx;
  229. margin-top: 16rpx;
  230. }
  231. .recommend-item-icon image{
  232. width:12rpx ;
  233. height: 24rpx;
  234. }
  235. /* 查看您的专属护理方案 */
  236. .goPlan{
  237. width: 690rpx;
  238. height: 84rpx;
  239. background-color: #FA7D22;
  240. color: #fff;
  241. line-height: 84rpx;
  242. text-align: center;
  243. border-radius: 42rpx;
  244. margin-top: 40rpx;
  245. }