app.scss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. /* #ifdef weapp */
  2. // @import '@/utils/common.scss';
  3. page {
  4. background-color: #000;
  5. }
  6. @media (prefers-color-scheme:dark) {
  7. page {
  8. background-color: #000;
  9. }
  10. }
  11. .container {
  12. display: flex;
  13. flex-direction: column;
  14. flex: 1;
  15. background-color: #000;
  16. color: #fff;
  17. height: '100%';
  18. // height: 100vh;
  19. width: 100vw;
  20. }
  21. /* #endif */
  22. .pure_black {
  23. color: #000000;
  24. }
  25. .pure_white {
  26. color: #ffffff;
  27. }
  28. .gray0 {
  29. color: #1c1c1c;
  30. }
  31. .gray1 {
  32. background-color: #2D2D2F;
  33. }
  34. .pure_black_bg {
  35. background-color: #000000;
  36. }
  37. .pure_white_bg {
  38. background-color: #ffffff;
  39. }
  40. .gray0_bg {
  41. background-color: #1c1c1c;
  42. }
  43. .sleep_color {}
  44. .fast_color {}
  45. .fast_bg_color {}
  46. .metric_tag_bg {
  47. height: 32px;
  48. padding-left: 6px;
  49. padding-right: 6px;
  50. border-radius: 16px;
  51. background-color: #343434;
  52. display: flex;
  53. align-items: center;
  54. justify-content: center;
  55. flex-shrink: 0;
  56. position: absolute;
  57. right: -2px;
  58. top: 1px;
  59. }
  60. .metric_tag_text {
  61. height: 32px;
  62. line-height: 32px;
  63. font-size: 20px;
  64. }
  65. .px1SperateWidth {
  66. width: 2px;
  67. background-color: #fff;
  68. opacity: 0.1;
  69. margin-left: 100px;
  70. -webkit-transform: scaleX(0.5);
  71. transform: scaleX(0.5);
  72. }
  73. .px1SeperateHeight {
  74. display: flex;
  75. height: 2px;
  76. background-color: #fff;
  77. opacity: 0.1;
  78. -webkit-transform: scaleY(0.5);
  79. transform: scaleY(0.5);
  80. position: absolute;
  81. left: 0;
  82. right: 0;
  83. bottom: 0;
  84. }
  85. //modal
  86. .modal_title {
  87. font-size: 36px;
  88. line-height: 120px;
  89. height: 120px;
  90. font-weight: 500;
  91. width: 750px;
  92. text-align: center;
  93. }
  94. .modal_operate {
  95. display: flex;
  96. flex-direction: row;
  97. width: 750px;
  98. display: flex;
  99. justify-content: center;
  100. align-items: center;
  101. margin-top: 36px;
  102. }
  103. .modal_btn {
  104. width: 260px;
  105. height: 84px;
  106. border-radius: 42px;
  107. display: flex;
  108. align-items: center;
  109. justify-content: center;
  110. }
  111. .btn_space {
  112. width: 90px;
  113. }
  114. ::-webkit-scrollbar {
  115. display: none;
  116. width: 0;
  117. height: 0;
  118. color: transparent;
  119. }
  120. .box_header {
  121. display: flex;
  122. flex-direction: row;
  123. height: 48px;
  124. overflow: visible;
  125. // justify-content: space-between;
  126. position: relative;
  127. align-items: center;
  128. margin-bottom: 12px;
  129. }
  130. .box_title {
  131. display: flex;
  132. // background-color: red;
  133. height: 48px;
  134. font-weight: bold;
  135. font-size: 48px;
  136. line-height: 48px;
  137. flex: 1;
  138. color: #fff;
  139. }
  140. .box_subtitle {
  141. font-size: 32px;
  142. line-height: 32px;
  143. // font-weight: 400px;
  144. margin-bottom: 20px;
  145. opacity: 0.4;
  146. color: #fff;
  147. // background-color: pink;
  148. }
  149. .flex-expand {
  150. position: absolute;
  151. left: 0;
  152. top: 0;
  153. height: 1px;
  154. background-color: transparent;
  155. width: calc(100vw + 12px);
  156. }
  157. .modal_content {
  158. padding-bottom: 120px;
  159. display: flex;
  160. flex-direction: column;
  161. flex-shrink: 0;
  162. }
  163. .stepper_text {
  164. font-size: 48px;
  165. font-weight: 500;
  166. width: 350px;
  167. text-align: center;
  168. }
  169. .add_more {
  170. width: 320px;
  171. height: 314px;
  172. display: flex;
  173. flex-direction: column;
  174. align-items: center;
  175. justify-content: center;
  176. border-radius: 36px;
  177. // border-radius: $boxBorderRadius;
  178. padding-left: 36px;
  179. padding-right: 36px;
  180. padding-top: 24px;
  181. padding-bottom: 24px;
  182. background-color: #1c1c1c;
  183. box-sizing: border-box;
  184. margin-bottom: 20px;
  185. }
  186. .add_more_text {
  187. margin-top: 32px;
  188. color: #fff;
  189. font-weight: bold;
  190. font-size: 32px;
  191. line-height: 36px;
  192. opacity: 0.8;
  193. }
  194. .cell_header {
  195. color: #fff;
  196. opacity: 0.6;
  197. margin-left: 86px;
  198. font-size: 28px;
  199. line-height: 28px;
  200. margin-bottom: 20px;
  201. }
  202. .cell_footer {
  203. color: #fff;
  204. opacity: 0.2;
  205. margin-left: 86px;
  206. margin-right: 86px;
  207. line-height: 32px;
  208. font-size: 24px;
  209. margin-top: 20px;
  210. display: flex;
  211. }
  212. .cell_bg {
  213. background-color: #1C1C1C;
  214. display: flex;
  215. flex-direction: column;
  216. border-radius: 24px;
  217. margin-left: 46px;
  218. margin-right: 46px;
  219. padding-left: 40px;
  220. padding-right: 40px;
  221. }
  222. .cell_full {
  223. background-color: #1C1C1C;
  224. display: flex;
  225. flex-direction: row;
  226. height: 96px;
  227. // margin-left: 46px;
  228. // margin-right: 46px;
  229. // padding-left: 40px;
  230. // padding-right: 40px;
  231. align-items: center;
  232. border-radius: 24px;
  233. }
  234. .cell_top {
  235. background-color: #1C1C1C;
  236. display: flex;
  237. flex-direction: row;
  238. height: 96px;
  239. margin-left: 46px;
  240. margin-right: 46px;
  241. padding-left: 40px;
  242. padding-right: 40px;
  243. align-items: center;
  244. border-top-left-radius: 24px;
  245. border-top-right-radius: 24px;
  246. position: relative;
  247. }
  248. .cell_line {
  249. margin-left: 0px;
  250. height: 1px;
  251. background-color: #323232;
  252. }
  253. .cell_bottom {
  254. background-color: #1C1C1C;
  255. display: flex;
  256. flex-direction: row;
  257. height: 96px;
  258. margin-left: 46px;
  259. margin-right: 46px;
  260. padding-left: 40px;
  261. padding-right: 40px;
  262. align-items: center;
  263. border-bottom-left-radius: 24px;
  264. border-bottom-right-radius: 24px;
  265. }
  266. .cell_center {
  267. position: relative;
  268. background-color: #1C1C1C;
  269. display: flex;
  270. flex-direction: row;
  271. height: 96px;
  272. margin-left: 46px;
  273. margin-right: 46px;
  274. padding-left: 40px;
  275. padding-right: 40px;
  276. align-items: center;
  277. }
  278. .cell_title {
  279. font-size: 28px;
  280. color: #fff;
  281. flex: 1;
  282. }
  283. .cell_value {
  284. font-size: 28px;
  285. }
  286. .cell_arrow {
  287. width: 40px;
  288. height: 40px;
  289. opacity: 0.2;
  290. }
  291. // @media only screen and (-webkit-min-device-pixel-ratio: 2.0) {
  292. // .px1Width::after {
  293. // -webkit-transform: scaleX(0.5);
  294. // transform: scaleX(0.5);
  295. // }
  296. // .px1Height::after {
  297. // -webkit-transform: scaleY(0.5);
  298. // transform: scaleY(0.5);
  299. // }
  300. // }
  301. // /* 3倍屏 */
  302. // @media only screen and (-webkit-min-device-pixel-ratio: 3.0) {
  303. // .px1Width::after {
  304. // -webkit-transform: scaleX(0.33);
  305. // transform: scaleX(0.33);
  306. // }
  307. // .px1Height::after {
  308. // -webkit-transform: scaleY(0.33);
  309. // transform: scaleY(0.33);
  310. // }
  311. // }