You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.wxss 7.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  1. page {
  2. background-color: #f4f4f4;
  3. }
  4. .top-div {
  5. width: 750rpx;
  6. height: 278rpx;
  7. background: #14abbf;
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. justify-content: center;
  12. }
  13. .top-div button{
  14. height: 80rpx;
  15. line-height:80rpx
  16. }
  17. .avator-class {
  18. height: 133rpx;
  19. width: 133rpx;
  20. border-radius: 50%;
  21. }
  22. .name-class {
  23. color: white;
  24. font-size: 30rpx;
  25. margin-top: 25rpx;
  26. }
  27. .info-div {
  28. width: 750rpx;
  29. display: flex;
  30. flex-direction: column;
  31. background: white;
  32. margin-top: 38rpx;
  33. }
  34. .info-item {
  35. height: 86rpx;
  36. margin-left: 30rpx;
  37. margin-right: 0rpx;
  38. display: flex;
  39. flex-direction: row;
  40. align-items: center;
  41. justify-content: space-between;
  42. border-bottom: 1px solid #e6e6e6;
  43. }
  44. .info-item2 {
  45. height: 86rpx;
  46. background: white;
  47. padding-left: 30rpx;
  48. margin-top: 30rpx;
  49. display: flex;
  50. flex-direction: row;
  51. align-items: center;
  52. justify-content: space-between;
  53. border-bottom: 1px solid #e6e6e6;
  54. }
  55. .info-right-div {
  56. margin-right: 30rpx;
  57. }
  58. .info-item-text-0 {
  59. flex-direction:row-reverse;
  60. }
  61. .info-item-text-1 {
  62. font-size: 30rpx;
  63. color: black;
  64. }
  65. .info-item-text-1_1 {
  66. margin-top: 5px;
  67. font-size: 24rpx;
  68. color: gray;
  69. }
  70. .info-item-text-2 {
  71. font-size: 30rpx;
  72. color: black;
  73. }
  74. .info-item-image {
  75. width: 30rpx;
  76. height: 25rpx;
  77. margin-left: 20rpx;
  78. }
  79. .end-border {
  80. border-bottom: 0;
  81. }
  82. .shape-cover {
  83. position: fixed;
  84. top: 0;
  85. right: 0;
  86. bottom: 0;
  87. left: 0;
  88. background-color: rgba(0, 0, 0, 0.5);
  89. z-index: 999;
  90. display: flex;
  91. align-items: center;
  92. justify-content: center;
  93. }
  94. .show-cover {
  95. display: block;
  96. }
  97. .hide-cover {
  98. display: none;
  99. }
  100. .sex-modal {
  101. width: 623rpx;
  102. height: 320rpx;
  103. background: white;
  104. border-radius: 4px;
  105. display: flex;
  106. flex-direction: column;
  107. align-items: center;
  108. }
  109. .modal-text {
  110. font-size: 37rpx;
  111. color: black;
  112. }
  113. .radio-class {
  114. width: 40rpx;
  115. height: 40rpx;
  116. }
  117. .modal-text {
  118. font-size: 35rpx;
  119. color: black;
  120. }
  121. .modal-text-title {
  122. font-size: 35rpx;
  123. color: black;
  124. margin-top: 50rpx;
  125. }
  126. .male-div {
  127. width: 450rpx;
  128. display: flex;
  129. flex-direction: row;
  130. justify-content: space-between;
  131. align-items: center;
  132. height: 100rpx;
  133. margin-top: 20rpx;
  134. }
  135. .line{
  136. height: 1px;
  137. width: 100%;
  138. background: #e6e6e6;
  139. }
  140. .wan{
  141. width: 623rpx;
  142. height: 320rpx;
  143. border-radius: 30rpx;
  144. background: white;
  145. display: flex;
  146. flex-direction: column;
  147. align-items: center;
  148. position: relative;
  149. z-index: -3;
  150. overflow: hidden;
  151. }
  152. .wan image{
  153. width: 623rpx;
  154. height: 320rpx;
  155. position: absolute;
  156. top: 0;
  157. left: 0;
  158. z-index: -5;
  159. }
  160. .wan0{
  161. width: 500rpx;
  162. height: 120rpx;
  163. text-align: center;
  164. line-height: 120rpx;
  165. color: rgb(154, 198, 228);
  166. font-size: 35rpx;
  167. }
  168. .wan1{
  169. width: 500rpx;
  170. text-align: center;
  171. color: rgb(180, 180, 180);
  172. font-size: 28rpx;
  173. }
  174. .wan button{
  175. width: 100%;
  176. height: 100rpx;
  177. margin-top: 50rpx;
  178. background: white;
  179. text-align: center;
  180. line-height: 100rpx;
  181. font-size: 40rpx;
  182. color:#2D9FFF;
  183. border-top: 1rpx rgb(164, 206, 241) solid;
  184. }
  185. .wan button:hover{
  186. color:rgb(219, 167, 64);
  187. }
  188. .gray-content{
  189. width: 750rpx;
  190. height: 70rpx;
  191. background: #f4f4f4;
  192. color: #666;
  193. font-size: 27rpx;
  194. line-height: 70rpx;
  195. text-align: center;
  196. }
  197. /*身体指标数据*/
  198. page {
  199. width: 100%;
  200. height: auto;
  201. background-attachment: fixed;
  202. background-repeat: no-repeat;
  203. background-size: cover;
  204. background: #F4F4F4;
  205. }
  206. .c-content {
  207. overflow-x: hidden;
  208. width: 100%;
  209. height: 400rpx;
  210. background: linear-gradient(#2D9FFF, #2d9fff);
  211. }
  212. .c-3 {
  213. width:300rpx;
  214. height:300rpx;
  215. border-radius: 50%;
  216. /* border: 8rpx solid white; */
  217. display: flex;
  218. flex-direction: column;
  219. align-items: center;
  220. justify-content: center;
  221. margin: 0 auto;
  222. position: relative;
  223. z-index: 9;
  224. }
  225. .animationData {
  226. width:300rpx;
  227. height:300rpx;
  228. border-radius: 50%;
  229. display: block;
  230. flex-direction: column;
  231. align-items: center;
  232. justify-content: center;
  233. position: absolute;
  234. top: 70rpx;
  235. left: 225rpx;
  236. z-index: 1;
  237. }
  238. .animationData image{
  239. width:300rpx;
  240. height:300rpx;
  241. }
  242. .c-3-text-2 {
  243. width: 50%;
  244. height: 40rpx;
  245. line-height: 30rpx;
  246. text-align: center;
  247. font-size: 32rpx;
  248. color: white;
  249. }
  250. .c-3-1{
  251. width: 100%;
  252. height: 100rpx;
  253. text-align: center;
  254. }
  255. .c-3-1-text-1 {
  256. font-size: 64rpx;
  257. color: white;
  258. }
  259. .c-3-1-text-2 {
  260. font-size: 40rpx;
  261. color: white;
  262. margin-left: 20rpx;
  263. }
  264. .scfxt{
  265. width: 60%;
  266. height: 50rpx;
  267. background: white;
  268. border-radius: 30rpx;
  269. text-align: center;
  270. line-height: 50rpx;
  271. color: #2D9FFF;
  272. font-size: 25rpx;
  273. display: block;
  274. }
  275. .timescore{
  276. margin-top: 10rpx;
  277. font-size: 25rpx;
  278. color: white;
  279. text-align: center;
  280. }
  281. .table-content{
  282. width: 100%;
  283. overflow-x: hidden;
  284. background: white;
  285. display: flex;
  286. flex-direction: row;
  287. flex-wrap: wrap;
  288. margin:30rpx 0;
  289. }
  290. .top-right-b-a{
  291. width:100%;
  292. height: auto;
  293. flex-direction: column;
  294. border-bottom:1px solid #e8e8e8;
  295. border-right:1px solid #e8e8e8;
  296. box-sizing:border-box;
  297. }
  298. .top-right-b-a image{
  299. width: 97%;
  300. height: 200rpx;
  301. }
  302. .top-right-a-1 {
  303. width: 40%;
  304. height: 100rpx;
  305. font-size: 30rpx;
  306. line-height: 100rpx;
  307. color: black;
  308. float: left;
  309. overflow: hidden;
  310. }
  311. .top-right-b-a .top-right-a-1 image{
  312. display: block;
  313. width:60rpx;
  314. height:60%;
  315. float: left;
  316. margin: 20rpx 10rpx 0 30rpx;
  317. }
  318. .top-right-a-2 {
  319. width: 30%;
  320. height: 100rpx;
  321. font-size: 35rpx;
  322. line-height: 100rpx;
  323. text-align: center;
  324. color: black;
  325. float: left;
  326. overflow: hidden;
  327. }
  328. .top-right-a-3 {
  329. width: 20%;
  330. height: 100rpx;
  331. font-size: 30rpx;
  332. line-height: 100rpx;
  333. text-align: center;
  334. color: #666;
  335. float: left;
  336. overflow: hidden;
  337. }
  338. .top-right-a-4{
  339. width: 10%;
  340. height: 100rpx;
  341. font-size: 20rpx;
  342. line-height: 100rpx;
  343. color: black;
  344. float: right;
  345. }
  346. .hide{
  347. display: none;
  348. }
  349. /* 动态显示 */
  350. .con{
  351. display: block;
  352. margin: 0 30rpx;
  353. width: 92%;
  354. padding: 0rpx 0 30rpx;
  355. overflow: hidden;
  356. }
  357. .con1{
  358. width: 110%;
  359. margin-left: 20rpx;
  360. margin-bottom: 5rpx;
  361. /* width: 80%; */
  362. }
  363. .con1 view{
  364. display: block;
  365. width:31.5%;
  366. height: 25rpx;
  367. line-height: 25rpx;
  368. float: left;
  369. font-size: 25rpx;
  370. text-align: right;
  371. }
  372. .con2{
  373. overflow: hidden;
  374. width: 133%;
  375. /* width: 100%; */
  376. height: 20rpx;
  377. }
  378. .con2 view{
  379. width: 25%;
  380. height: 10rpx;
  381. float: left;
  382. }
  383. .con3{
  384. width: 133%;
  385. overflow: hidden;
  386. /* width: 100%; */
  387. }
  388. .con3 view{
  389. width:25%;
  390. float: left;
  391. font-size: 25rpx;
  392. text-align: center;
  393. color: #666;
  394. }
  395. .con4{
  396. display: block;
  397. margin-top: 6rpx;
  398. font-size: 27rpx;
  399. text-indent: 2em;
  400. color: #666;
  401. }
  402. .devices_summary {
  403. margin-top: 30rpx;
  404. padding: 10rpx;
  405. font-size: 40rpx;
  406. }
  407. /* 为你优选 */
  408. .optimize{
  409. padding: 0 30rpx 0;
  410. overflow-x: hidden;
  411. background: #2d9fff;
  412. }
  413. .optimize1{
  414. width: 100%;
  415. font-size: 35rpx;
  416. text-align: left;
  417. color: white;
  418. padding: 30rpx 20rpx;
  419. }
  420. .optimize1 view{
  421. display: block;
  422. width: 20rpx;
  423. height: 40rpx;
  424. background: white;
  425. float: left;
  426. margin: 5rpx 20rpx 0 0;
  427. }
  428. .o21{
  429. width: 100%;
  430. }
  431. .mall-1{
  432. width: 99%;
  433. height: 190rpx;
  434. padding: 30rpx 0 0;
  435. background: #2d9fff;
  436. border-top: 1rpx white solid;
  437. }
  438. .o21-left{
  439. width: 25%;
  440. height:160rpx;
  441. float: left;
  442. overflow: hidden;
  443. }
  444. .o21-left image{
  445. width: 100%;
  446. height: 100%;
  447. margin: 0 20rpx;
  448. }
  449. .o21-right{
  450. width: 73%;
  451. height:160rpx;
  452. float: right;
  453. }
  454. .o21-right view{
  455. margin: 0 5%;
  456. font-size: 35rpx;
  457. color: white;
  458. overflow: hidden;
  459. text-overflow:ellipsis;
  460. white-space: nowrap;
  461. }
  462. .o21-right .n21-right-2{
  463. margin: 15rpx 5%;
  464. font-size: 30rpx;
  465. color: white;
  466. }