.statisBody { min-height: 100vh; background-size: contain; padding: 12px; overflow: hidden; position: relative; background: url('./images/qt_bg.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%); .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; } &:nth-child(2)::before { right: -8px; z-index: 99; } } } } .searechInfo { background: #fff; display: flex; align-items: center; background: rgba(255,255,255,0.6); 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; flex-wrap: nowrap; overflow-x: scroll; margin-top: 12px; padding-bottom: 1px; &::-webkit-scrollbar { display: none; } // 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: 6px; box-sizing: content-box; >span { word-break: keep-all; } >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 10px; position: relative; .shareIcon { position: absolute; right: 0; top: 0; width: 54px; height: 29px; } .itemTile { display: flex; align-items: center; padding: 12px 0 8px; 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; } } .itemTileDetail { padding: 12px 0 10px; border-bottom: 1px dashed #f0f0f0; .itRight { font-size: 12px; color: #333333; } } .itemDesc { border-bottom: 1px dashed #f0f0f0; padding-bottom: 12px; font-size: 12px; color: #333333; span { font-weight: 500; } } .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; } .sGreen { font-family: DIN; color: #24BD90; } .sOrange { font-family: DIN; color: #FE6F25; } // 详情页 .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: 12px; .dtName { display: flex; align-items: center; margin-bottom: 6px; img { width: 16px; height: 16px; margin-right: 3px; } 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); border-radius: 10px; position: relative; overflow: hidden; padding: 14px 0 16px 16px; >div { display: flex; align-items: flex-end; font-size: 12px; color: #777777; margin-bottom: 5px; span { font-size: 22px; font-weight: 500; color: #259CFE; font-family: DIN; } i { position: relative; top: -2px; font-style: normal; } } >p { font-size: 13px; color: #777777; } .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,0.6); 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); } } .sTotal { background: #fff; border-radius: 10px; display: flex; height: 68px; padding: 8px 0 12px; margin: 12px 0 10px; .stOne { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: space-between; position: relative; .soTitle { display: flex; align-items: flex-end; font-size: 12px; color: #777777; margin-bottom: 6px; >span { font-size: 24px; font-weight: 500; } >i { font-style: normal; position: relative; top: -3px; } } .soDesc { display: flex; align-items: center; font-size: 14px; color: #777777; line-height: 10px; img { font-size: 16px; height: 16px; margin-right: 2px; } } } .stOneLine { &::before { content: ""; position: absolute; right: 0; top: 6px; width: 1px; height: 43px; background: url('./images/ns_line.png') no-repeat center; background-size: contain; } } } .sRing { display: flex; margin-bottom: 12px; .srItem { flex: 1; background: #FFFFFF; border-radius: 10px; display: flex; padding: 14px 4px 8px 14px; .siRight { height: 60px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px 0; margin-left: 2px; >div { font-size: 12px; color: #777777; span { font-size: 18px; font-weight: 500; } i { font-style: normal; } } >p { font-size: 12px; color: #777777; margin-top: 3px; } } .siLeft { width: 80px; height: 80px; position: relative; >p { position: absolute; left: 50%; bottom: 23px; transform: translateX(-58%) scale(0.85); text-align: center; font-size: 12px; word-break: keep-all; color: #777777; } canvas { width: 75px; height: 75px; } } } .srItemOne { margin-right: 8px; } } #circle1, #circle2 { // width: 80px; // height: 80px; margin-right: 4px; }