faceDetectionDetails.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. .mine {
  2. min-height: 100vh;
  3. background: #F9F9F9;
  4. }
  5. .tab {
  6. padding: 10rpx 0 10rpx 36rpx;
  7. display: flex;
  8. align-items: center;
  9. justify-content: space-between;
  10. }
  11. .tab-tips {
  12. font-size: 36rpx;
  13. font-family: PingFangSC-Semibold, PingFang SC;
  14. font-weight: 600;
  15. color: #FA7D22;
  16. line-height: 50rpx;
  17. }
  18. .tab-left {
  19. padding-left: 14rpx;
  20. }
  21. .inspect-tips {
  22. margin-top: 8rpx;
  23. font-size: 24rpx;
  24. font-family: PingFangSC-Regular, PingFang SC;
  25. font-weight: 400;
  26. color: #999999;
  27. line-height: 34rpx;
  28. }
  29. .user-info {
  30. margin-top: 20rpx;
  31. display: flex;
  32. align-items: center;
  33. }
  34. .user-info image {
  35. width: 28rpx;
  36. height: 28rpx;
  37. }
  38. .info-sex {
  39. margin-left: 36rpx;
  40. }
  41. .user-info text {
  42. margin-left: 8rpx;
  43. font-size: 24rpx;
  44. font-family: PingFangSC-Regular, PingFang SC;
  45. font-weight: 400;
  46. color: #333333;
  47. line-height: 34rpx;
  48. }
  49. .tab-right {
  50. margin-left: 8rpx;
  51. padding-right: 14rpx;
  52. }
  53. .tab-right image {
  54. width: 200rpx;
  55. height: 200rpx;
  56. }
  57. .content {
  58. padding: 20rpx 28rpx 100rpx 28rpx;
  59. }
  60. .content-view {
  61. padding: 28rpx;
  62. border-radius: 16rpx;
  63. border: 1px solid #F0F0F0;
  64. }
  65. .title {
  66. display: flex;
  67. justify-content: space-between;
  68. align-items: center;
  69. }
  70. .title-left {
  71. font-size: 32rpx;
  72. font-family: PingFangSC-Semibold, PingFang SC;
  73. font-weight: 600;
  74. color: #333333;
  75. line-height: 44rpx;
  76. }
  77. .title-right {
  78. font-size: 32rpx;
  79. font-family: PingFangSC-Regular, PingFang SC;
  80. font-weight: 400;
  81. color: #333333;
  82. line-height: 40rpx;
  83. }
  84. .title-tips {
  85. margin-top: 10rpx;
  86. font-size: 28rpx;
  87. font-family: PingFangSC-Regular, PingFang SC;
  88. font-weight: 400;
  89. color: #333333;
  90. line-height: 40rpx;
  91. }
  92. .table {
  93. width: 100%;
  94. white-space: nowrap;
  95. display: flex;
  96. margin-top: 18rpx;
  97. border-bottom: 1px solid #F0F0F0;
  98. }
  99. .week {
  100. padding-top: 18rpx;
  101. display: inline-block;
  102. width: 180rpx;
  103. text-align: center;
  104. position: relative;
  105. }
  106. .week-text {
  107. color: #999999FF;
  108. border-right: 2px solid #F0F0F0;
  109. }
  110. .week:first-child {
  111. margin-left: -38rpx;
  112. }
  113. .week:last-child>.week-text {
  114. border-right: 0px;
  115. }
  116. .sign {
  117. margin-top: 8rpx;
  118. width: 40rpx;
  119. height: 8rpx;
  120. background: linear-gradient(144deg, #FA7D22 0%, #FA4622 100%);
  121. border-radius: 24rpx;
  122. position: relative;
  123. left: 50%;
  124. transform: translateX(-50%);
  125. }
  126. .programme {
  127. margin-top: 40rpx;
  128. }
  129. .programme-title {
  130. display: flex;
  131. justify-content: space-between;
  132. align-items: center;
  133. font-size: 14px;
  134. font-family: PingFangSC-Medium, PingFang SC;
  135. font-weight: 400;
  136. color: #333333;
  137. line-height: 20px;
  138. }
  139. .programme-tiele-left {
  140. font-weight: 500;
  141. }
  142. .frequency {
  143. margin-top: 20rpx;
  144. padding: 0 28rpx 28rpx 28rpx;
  145. border-radius: 8px;
  146. border: 1px solid #F0F0F0;
  147. }
  148. .frequency-block {
  149. padding-bottom: 10rpx;
  150. padding-top: 32rpx;
  151. border-bottom: 1px solid #F0F0F0;
  152. }
  153. .frequency-block:last-child {
  154. border-bottom: 0px solid #F0F0F0;
  155. }
  156. .frequency-tab {
  157. display: flex;
  158. justify-content: space-between;
  159. align-items: center;
  160. margin-bottom: 20rpx;
  161. }
  162. .frequency-left {
  163. display: flex;
  164. align-items: center;
  165. }
  166. .times {
  167. font-size: 28rpx;
  168. font-family: PingFangSC-Medium, PingFang SC;
  169. font-weight: 500;
  170. color: #333333;
  171. line-height: 40rpx;
  172. }
  173. .frequency-tips {
  174. margin-left: 40rpx;
  175. font-size: 24rpx;
  176. font-family: PingFangSC-Regular, PingFang SC;
  177. font-weight: 400;
  178. color: #666666;
  179. line-height: 32rpx;
  180. }
  181. .repeat {
  182. width: 144rpx;
  183. height: 50rpx;
  184. background: #FA7D22;
  185. border-radius: 26rpx;
  186. font-size: 24rpx;
  187. font-family: PingFangSC-Medium, PingFang SC;
  188. font-weight: 500;
  189. color: #FFFFFF;
  190. line-height: 50rpx;
  191. text-align: center;
  192. }
  193. .make {
  194. width: 120rpx;
  195. height: 50rpx;
  196. border-radius: 26rpx;
  197. border: 1px solid #FA7D22;
  198. font-size: 24rpx;
  199. font-family: PingFangSC-Medium, PingFang SC;
  200. font-weight: 500;
  201. color: #FA7D22;
  202. line-height: 50rpx;
  203. text-align: center;
  204. }
  205. .project {
  206. margin-bottom: 20rpx;
  207. display: flex;
  208. }
  209. .project-img {
  210. width: 66px;
  211. height: 66px;
  212. }
  213. .project-img image {
  214. width: 100%;
  215. height: 100%;
  216. border-radius: 16rpx;
  217. }
  218. .project-content {
  219. margin-left: 20rpx;
  220. }
  221. .content-title {
  222. font-size: 24rpx;
  223. font-family: PingFangSC-Medium, PingFang SC;
  224. font-weight: 500;
  225. color: #292929;
  226. line-height: 34rpx;
  227. }
  228. .product {
  229. font-size: 24rpx;
  230. font-family: PingFangSC-Regular, PingFang SC;
  231. font-weight: 400;
  232. color: #FFC630;
  233. line-height: 34rpx;
  234. }