| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598 |
- /* #ifdef weapp */
- // @import '@/utils/common.scss';
- page {
- background-color: #f5f5f5;
- }
- @media (prefers-color-scheme:dark) {
- page {
- background-color: #f5f5f5;
- }
- }
- .container {
- display: flex;
- flex-direction: column;
- flex: 1;
- 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: #fff;
- 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_full1 {
- 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: 2px;
- background-color: #323232;
- transform: scaleY(0.5);
- }
- .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;
- color: #fff;
- }
- .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);
- // }
- // }
- .seperate_line {
- height: 2px;
- transform: scaleY(0.5);
- background-color: #B2B2B2;
- opacity: 0.4;
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .border_footer_line {
- height: 2px;
- transform: scaleY(0.5);
- // background-color: red;
- background-color: #000;
- opacity: 0.1;
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .canvas {}
- .cell_hover {
- background-color: #E5E5E5;
- }
- .guide_tip {
- height: 80px;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #0080FF1A;
- color: #0080FF;
- width: 750px;
- position: relative;
- z-index: 10;
- }
- .page_container {
- display: flex;
- flex-direction: column;
- flex: 1;
- height: 100vh;
- }
- .card_header {
- display: flex;
- flex-direction: row;
- padding-left: 28px;
- padding-right: 28px;
- box-sizing: border-box;
- align-items: center;
- height: 128px;
- width: 698px;
- flex-shrink: 0;
- flex: 1;
- }
- .card_footer {
- height: 108px;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .h50 {
- font-size: 50px;
- line-height: 60px;
- }
- .h44 {
- font-size: 44px;
- line-height: 52px;
- }
- .h34 {
- font-size: 34px;
- line-height: 42px;
- }
- .h30 {
- font-size: 30px;
- line-height: 36px;
- }
- .h28 {
- font-size: 28px;
- line-height: 34px;
- }
- .h26 {
- font-size: 26px;
- line-height: 32px;
- }
- .h24 {
- font-size: 24px;
- line-height: 28px;
- }
- .h22 {
- font-size: 22px;
- line-height: 26px;
- }
- .h20 {
- font-size: 20px;
- line-height: 24px;
- }
- .bold {
- font-weight: bold;
- }
- .main_column_space {
- flex-shrink: 0;
- height: 36px;
- }
- /* #ifdef weapp */
- .main_footer {
- display: flex;
- width: 750px;
- align-items: center;
- justify-content: center;
- padding-bottom: 128px;
- padding-top: 40px;
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 10;
- background-color: #f5f5f5;
- }
- /* #endif */
- /* #ifdef rn */
- .main_footer {
- display: flex;
- width: 750px;
- align-items: center;
- justify-content: center;
- padding-bottom: 128px;
- padding-top: 40px;
- z-index: 10;
- background-color: #f5f5f5;
- }
- /* #endif */
- .cell_footer_title {
- margin-top: 24px;
- margin-left: 52px;
- }
- .cell_footer_desc {
- margin-left: 52px;
- }
- .g01 {
- color: #595959
- }
- .g02 {
- color: #b2b2b2
- }
- .g03 {
- color: #d9d9d9
- }
- .g04 {
- color: #f0f0f0
- }
- .g05 {
- color: #f5f5f5
- }
- .line1 {
- white-space: nowrap;
- /* 不换行 */
- overflow: hidden;
- /* 隐藏超出部分 */
- text-overflow: ellipsis;
- /* 显示省略号 */
- width: 100%;
- }
- .cell_date {
- margin-right: 24px;
- width: 74px;
- height: 68px;
- flex-shrink: 0;
- align-items: center;
- justify-content: center;
- display: flex;
- color: #000;
- font-size: 50px;
- font-weight: bold;
- }
- .history_year_month{
- height: 84px;
- padding-left: 40px;
- display: flex;
- flex-direction: row;
- align-items: center;
- background-color: #fff;
- }
|