123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794 |
- .page {
- position: relative;
- width: 750rpx;
- background-color: rgba(246,246,246,1);
- overflow: hidden;
- display: flex;
- flex-direction: column;
- }
- .box1 {
- width: 750rpx;
- display: flex;
- flex-direction: column;
- }
- .wrap1 {
- height: 40rpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- width: 750rpx;
- padding: 7rpx 0 0 12rpx;
- }
- .outer1 {
- width: 727rpx;
- height: 29rpx;
- flex-direction: row;
- display: flex;
- }
- .label1 {
- width: 33rpx;
- height: 20rpx;
- margin-top: 2rpx;
- }
- .word1 {
- width: 79rpx;
- height: 29rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(3,3,3,1);
- font-size: 24rpx;
- font-family: SFProText-Regular;
- white-space: nowrap;
- line-height: 29rpx;
- margin-left: 7rpx;
- }
- .section1 {
- width: 29rpx;
- height: 20rpx;
- display: flex;
- flex-direction: column;
- margin: 2rpx 0 0 12rpx;
- }
- .info1 {
- width: 98rpx;
- height: 29rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(3,3,3,1);
- font-size: 24rpx;
- font-family: SFProText-Semibold;
- white-space: nowrap;
- line-height: 29rpx;
- text-align: center;
- margin-left: 154rpx;
- }
- .section2 {
- width: 12rpx;
- height: 20rpx;
- display: flex;
- flex-direction: column;
- margin: 2rpx 0 0 173rpx;
- }
- .word2 {
- width: 66rpx;
- height: 29rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(3,3,3,1);
- font-size: 24rpx;
- font-family: SFProText-Regular;
- white-space: nowrap;
- line-height: 29rpx;
- text-align: right;
- margin-left: 5rpx;
- }
- .img1 {
- width: 53rpx;
- height: 23rpx;
- margin: 2rpx 0 0 6rpx;
- }
- .wrap2 {
- height: 88rpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- padding-left: 24rpx;
- width: 750rpx;
- justify-content: center;
- }
- .outer2 {
- width: 710rpx;
- height: 64rpx;
- flex-direction: row;
- display: flex;
- }
- .label2 {
- width: 48rpx;
- height: 48rpx;
- margin-top: 8rpx;
- }
- .txt1 {
- width: 123rpx;
- height: 36rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 36rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 36rpx;
- text-align: left;
- margin: 14rpx 0 0 242rpx;
- }
- .img2 {
- width: 174rpx;
- height: 64rpx;
- margin-left: 123rpx;
- }
- .wrap3 {
- height: 177rpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- width: 750rpx;
- padding: 40rpx 0 0 30rpx;
- }
- .outer3 {
- width: 304rpx;
- height: 113rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .txt2 {
- width: 253rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 30rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 30rpx;
- text-align: left;
- }
- .main1 {
- width: 304rpx;
- height: 64rpx;
- margin-top: 23rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .group1 {
- height: 64rpx;
- border-radius: 8rpx;
- background-color: rgba(82,161,255,1);
- display: flex;
- flex-direction: column;
- width: 142rpx;
- justify-content: center;
- align-items: center;
- }
- .word3 {
- width: 96rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(255,255,255,1);
- font-size: 24rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- }
- .group2 {
- height: 64rpx;
- border-radius: 8rpx;
- background-color: rgba(82,161,255,1);
- display: flex;
- flex-direction: column;
- width: 142rpx;
- justify-content: center;
- align-items: center;
- }
- .info2 {
- width: 96rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(255,255,255,1);
- font-size: 24rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- }
- .wrap4 {
- height: 90rpx;
- background-color: rgba(255,255,255,1);
- margin-top: 20rpx;
- display: flex;
- flex-direction: column;
- padding-top: 30rpx;
- width: 750rpx;
- }
- .box2 {
- width: 750rpx;
- height: 60rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .word4 {
- width: 180rpx;
- height: 30rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 30rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 30rpx;
- text-align: left;
- margin-left: 30rpx;
- }
- .box3 {
- width: 750rpx;
- height: 1rpx;
- background-color: rgba(237,237,237,1);
- margin-top: 29rpx;
- display: flex;
- flex-direction: column;
- }
- .wrap5 {
- height: 136rpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- padding-top: 30rpx;
- width: 750rpx;
- }
- .main2 {
- width: 750rpx;
- height: 106rpx;
- display: flex;
- flex-direction: column;
- }
- .box4 {
- width: 690rpx;
- height: 30rpx;
- margin-left: 30rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .info3 {
- width: 120rpx;
- height: 30rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 30rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 30rpx;
- text-align: left;
- }
- .word5 {
- width: 182rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: right;
- }
- .box5 {
- width: 690rpx;
- height: 26rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- margin: 20rpx 0 0 30rpx;
- }
- .txt3 {
- width: 182rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: left;
- }
- .txt4 {
- width: 260rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: right;
- }
- .box6 {
- width: 750rpx;
- height: 1rpx;
- background-color: rgba(237,237,237,1);
- margin-top: 29rpx;
- display: flex;
- flex-direction: column;
- }
- .wrap6 {
- height: 136rpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- padding-top: 30rpx;
- width: 750rpx;
- }
- .layer1 {
- width: 750rpx;
- height: 106rpx;
- display: flex;
- flex-direction: column;
- }
- .main3 {
- width: 690rpx;
- height: 30rpx;
- margin-left: 30rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .word6 {
- width: 120rpx;
- height: 30rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 30rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 30rpx;
- text-align: left;
- }
- .info4 {
- width: 182rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: right;
- }
- .main4 {
- width: 690rpx;
- height: 26rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- margin: 20rpx 0 0 30rpx;
- }
- .word7 {
- width: 182rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: left;
- }
- .info5 {
- width: 260rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: right;
- }
- .main5 {
- width: 750rpx;
- height: 1rpx;
- background-color: rgba(237,237,237,1);
- margin-top: 29rpx;
- display: flex;
- flex-direction: column;
- }
- .wrap7 {
- height: 136rpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- padding-top: 30rpx;
- width: 750rpx;
- }
- .main6 {
- width: 750rpx;
- height: 106rpx;
- display: flex;
- flex-direction: column;
- }
- .block1 {
- width: 690rpx;
- height: 30rpx;
- margin-left: 30rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .info6 {
- width: 120rpx;
- height: 30rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 30rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 30rpx;
- text-align: left;
- }
- .word8 {
- width: 182rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: right;
- }
- .block2 {
- width: 690rpx;
- height: 26rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- margin: 20rpx 0 0 30rpx;
- }
- .word9 {
- width: 286rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: left;
- }
- .word10 {
- width: 260rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: right;
- }
- .block3 {
- width: 750rpx;
- height: 1rpx;
- background-color: rgba(237,237,237,1);
- margin-top: 29rpx;
- display: flex;
- flex-direction: column;
- }
- .wrap8 {
- height: 136rpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- padding-top: 30rpx;
- width: 750rpx;
- }
- .layer2 {
- width: 750rpx;
- height: 106rpx;
- display: flex;
- flex-direction: column;
- }
- .outer4 {
- width: 690rpx;
- height: 30rpx;
- margin-left: 30rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .word11 {
- width: 120rpx;
- height: 30rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 30rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 30rpx;
- text-align: left;
- }
- .word12 {
- width: 182rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: right;
- }
- .outer5 {
- width: 690rpx;
- height: 26rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- margin: 20rpx 0 0 30rpx;
- }
- .info7 {
- width: 286rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: left;
- }
- .txt5 {
- width: 260rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: right;
- }
- .outer6 {
- width: 750rpx;
- height: 1rpx;
- background-color: rgba(237,237,237,1);
- margin-top: 29rpx;
- display: flex;
- flex-direction: column;
- }
- .wrap9 {
- height: 182rpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- width: 750rpx;
- justify-content: center;
- align-items: center;
- margin: 2rpx auto;
- }
- .main7 {
- width: 690rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- margin: 30rpx auto;
- }
- .box7 {
- width: 690rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .info8 {
- width: 120rpx;
- height: 30rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 30rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 30rpx;
- text-align: left;
- }
- .word13 {
- width: 182rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: right;
- }
- .box8 {
- width: 690rpx;
- height: 26rpx;
- margin-top: 20rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .word14 {
- width: 286rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: left;
- }
- .word15 {
- width: 260rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: right;
- }
- .txt6 {
- width: 546rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: left;
- margin-top: 20rpx;
- }
- .box9 {
- z-index: 81;
- height: 1334rpx;
- background-color: rgba(0,0,0,0.4);
- display: flex;
- flex-direction: column;
- padding-top: 830rpx;
- width: 750rpx;
- position: fixed;
- bottom: 0;
- }
- .bd1 {
- height: 504rpx;
- border-radius: NaNrpx;
- background-color: rgba(255,255,255,1);
- box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.06);
- display: flex;
- flex-direction: column;
- padding-top: 40rpx;
- width: 750rpx;
- align-items: center;
- }
- .bd2 {
- width: 630rpx;
- height: 404rpx;
- display: flex;
- flex-direction: column;
- }
- .info9 {
- width: 144rpx;
- height: 36rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 36rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 36rpx;
- text-align: center;
- margin-left: 243rpx;
- }
- .mod1 {
- height: 200rpx;
- border-radius: 8rpx;
- background-color: rgba(246,246,246,1);
- margin-top: 40rpx;
- display: flex;
- flex-direction: column;
- width: 630rpx;
-
- }
- .word16 {
- width: 182rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: left;
- }
- .mod2 {
- width: 452rpx;
- height: 68rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- margin: 60rpx 0 0 89rpx;
- }
- .layer3 {
- height: 68rpx;
- border-radius: 4rpx;
- border: 1px solid rgba(204,204,204,1);
- display: flex;
- flex-direction: column;
- width: 176rpx;
- justify-content: center;
- align-items: center;
- }
- .info10 {
- width: 56rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- }
- .layer4 {
- height: 68rpx;
- border-radius: 4rpx;
- background-color: rgba(82,161,255,1);
- display: flex;
- flex-direction: column;
- width: 176rpx;
- justify-content: center;
- align-items: center;
- }
- .txt7 {
- width: 56rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(255,255,255,1);
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- }
|