.statisBody { min-height: 100vh; background-size: contain; padding: 12px; overflow: hidden; position: relative; &.statisBody1 { background: url('./images/qt_bg.png') no-repeat top center #F6F8F9; background-size: contain; } &.statisBody2 { background: url('./images/qt_bg1.png') no-repeat top center #F6F8F9; background-size: contain; } } .spColumn { display: flex; align-items: center; background: rgba(255,255,255,0.6); border-radius: 18px; border: 1px solid #FFFFFF; height: 33px; padding: 0 12px; p { flex: 1; font-size: 15px; color: #333333; font-weight: 600; padding-right: 8px; text-overflow: ellipsis; overflow: hidden; word-break: break-all; white-space: nowrap; } img { width: 16px; height: auto; object-fit: contain; margin-right: 4px; } >i { background: url('./images/arrow_icon.png') no-repeat center; background-size: contain; width: 12px; height: 12px; transition: all 0.5s; } } .scContent { // background: url('./images/total_box_icon.png') no-repeat center; background-size: contain; width: 100%; height: 145px; margin: 8px 0 12px; // max-width: 400px; position: relative; left: 50%; transform: translateX(-50%); .scBgBox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; .scBg1 { height: 138px; object-fit: contain; } .scBg2 { height: 138px; flex: 1; } .scBg3 { height: 138px; object-fit: contain; } } .scInfo { position: absolute; left: 13px; top: 70px; width: 324px; display: flex; align-items: center; &::after { content: ""; position: absolute; right: 50%; top: 0; width: 1px; height: 54px; border-right: 1px dashed #D5D2CF; } .scInfoItem { flex: 1; display: flex; flex-direction: column; justify-content: center; .scmTop { display: flex; align-items: center; justify-content: center; font-size: 14px; color: #333333; font-weight: 500; img { width: 20px; height: 20px; margin-right: 4px; } } .scmBottom { margin-top: 6px; display: flex; align-items: baseline; justify-content: center; font-size: 12px; color: #777777; span { font-family: DIN; font-size: 24px; font-weight: 500; margin-right: 1px; } i { font-style: normal; position: relative; bottom: 3px; } .sColor1 { color: #FE6F25; } .sColor2 { color: #FE3F25; } } } } .scTop { margin: 19px 0 0 24px; display: inline-block; align-items: flex-end; font-size: 14px; color: #333333; position: relative; z-index: 2; > div { display: inline-block; font-weight: 500; } > span { color: #FE3F25; font-size: 28px; font-weight: 500; position: relative; z-index: 2; margin: 0 1px 0 4px; top: 2px; font-family: DIN; } > i { font-style: normal; color: #777777; } &::before { content: ""; position: absolute; z-index: 1; left: -1px; bottom: 1px; width: 106%; height: 8px; background: linear-gradient( 90deg, rgba(37,156,254,0.3) 0%, rgba(91,236,255,0.3) 100%); } } .scBottom { margin-top: 24px; display: flex; align-items: center; position: relative; li { position: relative; flex: 1; .sNum { font-size: 20px; font-weight: 500; display: flex; justify-content: center; align-items: flex-end; i { font-weight: normal; font-style: normal; color: #777777; font-size: 12px; position: relative; top: -1px; } } .sDesc { margin-top: 6px; display: flex; align-items: center; justify-content: center; font-size: 13px; color: #777777; img { width: 16px; height: 16px; margin-right: 2px; } } &:nth-child(1)::before,&:nth-child(2)::before { content: ""; position: absolute; right: 0; top: 0; height: 43px; width: 1px; background: url('./images/sc_line.png') no-repeat center; background-size: contain; } &:nth-child(1)::before { //right: 4px; transform: translateX(-4px); } &:nth-child(2)::before { //right: -8px; //z-index: 99; transform: translateX(8px); } } } } .searechInfo { background: #fff; display: flex; align-items: center; background: rgba(255,255,255,1); border-radius: 19px; border: 1px solid #FFFFFF; padding: 3px 3px 3px 12px; .searchIcon { width: 16px; height: 16px; margin-right: 4px; } .searchBtn { width: 56px; height: 28px; margin-left: 4px; } :global { .van-cell { padding: 0; background: transparent; border: none; } .van-cell:after { display: none; } input::placeholder { color: rgba(0,0,0,0.4); } } } .sortColumn { display: flex; align-items: center; margin-top: 12px; // position: sticky; // top: 0; >li { display: flex; align-items: center; height: 28px; box-sizing: border-box; background: #fff; border: 1px solid #fff; border-radius: 14px; font-size: 12px; color: #333333; padding: 0 8px; margin-right: 10px; >i { background: url('./images/sort_icon1.png') no-repeat center; background-size: contain; width: 6px; height: 10px; margin-left: 4px; &.actUp { background: url('./images/sort_icon2.png') no-repeat center; background-size: contain; } &.actDown { background: url('./images/sort_icon3.png') no-repeat center; background-size: contain; } } } .sortActive { background: rgba(28,172,241,0.06); border: 1px solid #2FAFF1; font-size: 12px; color: #1CACF1; font-weight: 600; } } .scList { .sItem { margin-top: 12px; background: #fff; border-radius: 10px; padding: 0 12px; .itemTile { display: flex; align-items: center; padding: 12px 0 12px; border-bottom: 1px dashed #f0f0f0; img { width: 16px; height: 16px; } p { flex: 1; font-size: 14px; color: #333; font-weight: 500; padding: 0 8px 0 3px; text-overflow: ellipsis; overflow: hidden; word-break: break-all; white-space: nowrap; } i { width: 12px; height: 12px; background: url('./images/arrow_right.png') no-repeat center; background-size: contain; } } .itemTotalNum { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; .itLeft { display: flex; align-items: center; font-size: 14px; color: #333; font-weight: 500; img { width: 20px; height: 20px; margin-right: 4px; } } .itRight { font-family: DIN; color: #FE3F25; font-size: 18px; font-weight: 500; i { font-style: normal; font-size: 12px; color: #777777; position: relative; top: -1px; margin-left: 1px; } } } .itemContent { display: flex; align-items: center; >li { flex: 1; padding: 12px 0; .icTop { text-align: center; font-size: 18px; font-weight: 500; display: flex; align-items: flex-end; justify-content: center; i { font-style: normal; font-size: 12px; color: #777777; position: relative; top: -1px; } } >p { margin-top: 4px; font-size: 12px; color: #777777; text-align: center; } } } } } .sRed { font-family: DIN; color: #FE3F25; } .sBlue { font-family: DIN; color: #259CFE; } // 详情页 .detailBody { min-height: 100vh; background: url('./images/dt_bg.png') no-repeat top center #F6F8F9; background-size: contain; padding: 20px 12px; position: relative; } .dbTitle { margin-bottom: 18px; .dtName { display: flex; align-items: center; margin-bottom: 6px; img { width: 20px; height: 20px; margin-right: 4px; } p { font-size: 15px; color: #333333; font-weight: 500; text-overflow: ellipsis; overflow: hidden; word-break: break-all; white-space: nowrap; } } .dtDesc { font-size: 12px; color: #333333; span { font-weight: 500; color: #FE2525; } } } .dbStatic { display: flex; align-items: center; .dsItem { flex: 1; // background: linear-gradient( 157deg, rgba(255,255,255,0.45) 0%, #FFFFFF 100%); // border: 2px solid rgba(179, 224, 236, 0.66); background: #fff; border-radius: 10px; position: relative; overflow: hidden; padding: 12px 0 12px 18px; .dmTitle { display: flex; align-items: center; font-size: 14px; color: #333333; font-weight: 500; img { width: 20px; height: 20px; margin-right: 4px; } } .dmContent { margin-top: 7px; display: flex; align-items: baseline; span { font-size: 24px; font-family: DIN; font-weight: 500; } i { font-size: 12px; color: #777777; font-style: normal; position: relative; bottom: 1px; margin-left: 1px; } .dmOrange { color: #FE6F25; } .dmRed { color: #FE3F25; } } .dsIcon { position: absolute; right: 0; bottom: 0; } .dsIcon1 { background: url('./images/xz_icon2.png') no-repeat center; background-size: contain; width: 44px; height: 48px; } .dsIcon2 { background: url('./images/xz_icon1.png') no-repeat center; background-size: contain; width: 41px; height: 40px; } &:nth-child(1) { margin-right: 8px; } } } .gradeColumn { margin: 12px 0; background: rgba(255,255,255,1); border-radius: 19px; border: 1px solid #FFFFFF; height: 34px; display: flex; align-items: center; padding: 0 12px; span { flex: 1; font-size: 14px; color: rgba(0,0,0,0.4); } .gcText { color: #333; } i { background: url('./images/arrow_icon.png') no-repeat center; background-size: contain; width: 12px; height: 12px; transition: all 0.5s; } } .openVal { i { transform: rotate(180deg); } }