123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378 |
- .statisBody {
- min-height: 100vh;
- background: url('./images/qt_bg.png') no-repeat top center #F6F8F9;
- background-size: contain;
- padding: 12px;
- overflow: hidden;
- position: relative;
- }
- .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;
- .scTop {
- margin: 25px 0 0 24px;
- display: inline-block;
- align-items: flex-end;
- font-size: 14px;
- color: #333333;
- position: relative;
- z-index: 2;
- > span {
- color: #FE3F25;
- font-size: 28px;
- font-weight: 500;
- position: relative;
- z-index: 2;
- }
- > 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.49) 0%, rgba(91,236,255,0.3) 100%);
- }
- }
- .scBottom {
- margin-top: 24px;
- display: flex;
- align-items: center;
- 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: 14px;
- }
- }
- .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),&:nth-child(2) {
- // content: "";
- // position: absolute;
- // right: 0;
- // top: 0;
- // height: 43px;
- // width: 1px;
- // background: url('./images/sc_line.png') no-repeat center;
- // background-size: contain;
- // }
- }
- }
- }
- .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;
- }
- }
- }
- .sortColumn {
- display: flex;
- align-items: center;
- margin-top: 16px;
- >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 10px;
- .itemTile {
- display: flex;
- align-items: center;
- padding: 12px 0 10px;
- 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;
- }
- }
- .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;
- }
- }
- >p {
- margin-top: 4px;
- font-size: 12px;
- color: #777777;
- text-align: center;
- }
- }
- }
- }
- }
- .sRed {
- color: #FE3F25;
- }
- .sBlue {
- 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: 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 22px;
- >div {
- display: flex;
- align-items: flex-end;
- font-size: 12px;
- color: #777777;
- margin-bottom: 5px;
- span {
- font-size: 22px;
- font-weight: 500;
- color: #259CFE;
- }
- }
- >p {
- font-size: 13px;
- color: #777777;
- }
- .dsIcon {
- position: absolute;
- right: 2px;
- bottom: 2px;
- }
- .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);
- }
- i {
- background: url('./images/arrow_icon.png') no-repeat center;
- background-size: contain;
- width: 12px;
- height: 12px;
- }
- }
|