/* #ifdef weapp */ 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_header_line { height: 2px; transform: scaleY(0.5); // background-color: red; background-color: #000; opacity: 0.1; position: absolute; left: 0; right: 0; top: 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; position: relative; } .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; } .h42 { font-size: 42px; line-height: 50px; } .h36 { font-size: 36px; line-height: 44px; } .h34 { font-size: 34px; line-height: 42px; } .h32{ font-size: 32px; line-height: 38px; } .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; } .w300{ font-weight: 300; } .w400{ font-weight: 400; } .w500{ font-weight: 500; } // view{ // letter-spacing: 0px; // } // text{ // letter-spacing: 0px; // } .bold { font-weight: bold; } .main_column_space { flex-shrink: 0; height: 36px; } /* #ifdef weapp */ .main_footer { display: flex; flex-direction: column; 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: #999999 } .g03 { color: #d9d9d9 } .g04 { color: #f0f0f0 } .g05 { color: #f5f5f5 } .line1 { white-space: nowrap; /* 不换行 */ overflow: hidden; /* 隐藏超出部分 */ text-overflow: ellipsis; /* 显示省略号 */ width: 100%; } .line2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .line3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .cell_date { // background-color: pink; position: relative; display: flex; margin-right: 0px; margin-top: 0px; width: 122px; height: 60px; flex-shrink: 0; flex-direction: row; align-items: flex-end; justify-content: flex-start; display: flex; color: #000; } .history_year_month { height: 84px; padding-left: 40px; display: flex; flex-direction: row; align-items: flex-end; background-color: #fff; } .schedule_border{ border-width: 3px; border-style: solid; } .time_count{ display: flex; color: #fff; border-radius: 10px; min-width: 144px; padding-left: 9px; padding-right: 9px; box-sizing: border-box; height: 48px; flex-direction: row; align-items: center; justify-content: center; } .new_header_bg { padding-top: 24px; padding-bottom: 40px; // margin-bottom: 36px; display: flex; flex-direction: column; padding-left: 40px; padding-right: 52px; width: 750px; box-sizing: border-box; flex-shrink: 0; } .italic{ font-style: italic; } .blur_bg{ filter: blur(20px) brightness(50%); } .gray_bg{ background-color: #f5f5f5; }