/* #ifdef weapp */ // @import '@/utils/common.scss'; page { background-color: #000; } @media (prefers-color-scheme:dark) { page { background-color: #000; } } .container { display: flex; flex-direction: column; flex: 1; background-color: #000; color: #fff; height: '100%'; // height: 100vh; width: 100vw; } /* #endif */ .pure_black { color: #000000; } .pure_white { color: #ffffff; } .gray0 { color: #1c1c1c; } .gray1 { background-color: #2D2D2F; } .pure_black_bg { background-color: #000000; } .pure_white_bg { background-color: #ffffff; } .gray0_bg { background-color: #1c1c1c; } .sleep_color {} .fast_color {} .fast_bg_color {} .metric_tag_bg { height: 32px; padding-left: 6px; padding-right: 6px; border-radius: 16px; background-color: #343434; display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: absolute; right: -2px; top: 1px; } .metric_tag_text { height: 32px; line-height: 32px; font-size: 20px; } .px1SperateWidth { width: 2px; background-color: #fff; opacity: 0.1; margin-left: 100px; -webkit-transform: scaleX(0.5); transform: scaleX(0.5); } .px1SeperateHeight { display: flex; height: 2px; background-color: #fff; opacity: 0.1; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); position: absolute; left: 0; right: 0; bottom: 0; } //modal .modal_title { font-size: 36px; line-height: 120px; height: 120px; font-weight: 500; width: 750px; text-align: center; } .modal_operate { display: flex; flex-direction: row; width: 750px; display: flex; justify-content: center; align-items: center; margin-top: 36px; } .modal_btn { width: 260px; height: 84px; border-radius: 42px; display: flex; align-items: center; justify-content: center; } .btn_space { width: 90px; } ::-webkit-scrollbar { display: none; width: 0; height: 0; color: transparent; } .box_header { display: flex; flex-direction: row; height: 48px; overflow: visible; // justify-content: space-between; position: relative; align-items: center; margin-bottom: 12px; } .box_title { display: flex; // background-color: red; height: 48px; font-weight: bold; font-size: 48px; line-height: 48px; flex: 1; color: #fff; } .box_subtitle { font-size: 32px; line-height: 32px; // font-weight: 400px; margin-bottom: 20px; opacity: 0.4; color: #fff; // background-color: pink; } .flex-expand { position: absolute; left: 0; top: 0; height: 1px; background-color: transparent; width: calc(100vw + 12px); } .modal_content { padding-bottom: 120px; display: flex; flex-direction: column; flex-shrink: 0; } .stepper_text { font-size: 48px; font-weight: 500; width: 350px; text-align: center; } .add_more { width: 320px; height: 314px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 36px; // border-radius: $boxBorderRadius; padding-left: 36px; padding-right: 36px; padding-top: 24px; padding-bottom: 24px; background-color: #1c1c1c; box-sizing: border-box; margin-bottom: 20px; } .add_more_text { margin-top: 32px; color: #fff; font-weight: bold; font-size: 32px; line-height: 36px; opacity: 0.8; } .cell_header { color: #fff; opacity: 0.6; margin-left: 86px; font-size: 28px; line-height: 28px; margin-bottom: 20px; } .cell_footer { color: #fff; opacity: 0.2; margin-left: 86px; margin-right: 86px; line-height: 32px; font-size: 24px; margin-top: 20px; display: flex; } .cell_bg { background-color: #1C1C1C; display: flex; flex-direction: column; border-radius: 24px; margin-left: 46px; margin-right: 46px; padding-left: 40px; padding-right: 40px; } .cell_full { background-color: #1C1C1C; display: flex; flex-direction: row; height: 96px; // margin-left: 46px; // margin-right: 46px; // padding-left: 40px; // padding-right: 40px; align-items: center; border-radius: 24px; } .cell_top { background-color: #1C1C1C; display: flex; flex-direction: row; height: 96px; margin-left: 46px; margin-right: 46px; padding-left: 40px; padding-right: 40px; align-items: center; border-top-left-radius: 24px; border-top-right-radius: 24px; position: relative; } .cell_line { margin-left: 0px; height: 1px; background-color: #323232; } .cell_bottom { background-color: #1C1C1C; display: flex; flex-direction: row; height: 96px; margin-left: 46px; margin-right: 46px; padding-left: 40px; padding-right: 40px; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; } .cell_center { position: relative; background-color: #1C1C1C; display: flex; flex-direction: row; height: 96px; margin-left: 46px; margin-right: 46px; padding-left: 40px; padding-right: 40px; align-items: center; } .cell_title { font-size: 28px; color: #fff; flex: 1; } .cell_value { font-size: 28px; } .cell_arrow { width: 40px; height: 40px; opacity: 0.2; } // @media only screen and (-webkit-min-device-pixel-ratio: 2.0) { // .px1Width::after { // -webkit-transform: scaleX(0.5); // transform: scaleX(0.5); // } // .px1Height::after { // -webkit-transform: scaleY(0.5); // transform: scaleY(0.5); // } // } // /* 3倍屏 */ // @media only screen and (-webkit-min-device-pixel-ratio: 3.0) { // .px1Width::after { // -webkit-transform: scaleX(0.33); // transform: scaleX(0.33); // } // .px1Height::after { // -webkit-transform: scaleY(0.33); // transform: scaleY(0.33); // } // }