123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116 |
- .page {
- position: relative;
- width: 750rpx;
- background-color: rgba(248,248,248,1);
- overflow: hidden;
- display: flex;
- flex-direction: column;
- }
- .section1 {
- width: 750rpx;
- /* height: 1220rpx; */
- display: flex;
- flex-direction: column;
- margin-bottom: 50vh;
- }
-
- .group3 {
- height: 172rpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- padding-left: 32rpx;
- width: 750rpx;
- justify-content: center;
- }
- .mod3 {
- width: 688rpx;
- height: 112rpx;
- flex-direction: row;
- display: flex;
- }
- .box2 {
- width: 336rpx;
- height: 104rpx;
- margin-top: 4rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .txt2 {
- width: 336rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- }
- .word2 {
- width: 224rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(102,102,102,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin-top: 16rpx;
- }
- .word3 {
- width: 224rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(102,102,102,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin-top: 16rpx;
- }
- .box3 {
- height: 112rpx;
- border-radius: 8rpx;
- background-color: rgba(248,248,248,1);
- margin-left: 34rpx;
- display: flex;
- flex-direction: column;
- width: 146rpx;
- justify-content: center;
- align-items: center;
- }
- .bd1 {
- width: 74rpx;
- height: 68rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .word4 {
- width: 30rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(0,0,0,1);
- font-size: 28rpx;
- letter-spacing: 1rpx;
- font-family: PingFangSC-Semibold;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: center;
- margin-left: 22rpx;
- }
- .word5 {
- width: 74rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- letter-spacing: 1rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: center;
- margin-top: 16rpx;
- }
- .box4 {
- height: 112rpx;
- border-radius: 8rpx;
- background-color: rgba(248,248,248,1);
- margin-left: 8rpx;
- display: flex;
- flex-direction: column;
- padding-left: 27rpx;
- width: 164rpx;
- justify-content: center;
- }
- .section3 {
- width: 111rpx;
- height: 68rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .word6 {
- width: 43rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 28rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- margin-left: 34rpx;
- }
- .word7 {
- width: 111rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- letter-spacing: 1rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: center;
- margin-top: 16rpx;
- }
- .group4 {
- height: 72rpx;
- background-color: rgba(253,252,236,1);
- display: flex;
- flex-direction: column;
- width: 750rpx;
- }
- .box5 {
- width: 514rpx;
- height: 72rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .img1 {
- width: 40rpx;
- height: 40rpx;
- margin: 2% auto;
- }
- .info3 {
-
- overflow-wrap: break-word;
- color: rgba(255,102,61,1);
- font-size: 24rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin-top: 24rpx;
- }
- .word8 {
- width: 302rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(102,102,102,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 24rpx 0 0 32rpx;
- }
- .group5 {
- height: 156rpx;
- border-radius: 8rpx;
- background-color: rgba(255,255,255,1);
- width: 686rpx;
- display: flex;
- flex-direction: column;
- margin: 16rpx 0 0 32rpx;
- }
- .layer1 {
- width: 225rpx;
- height: 28rpx;
- display: flex;
- flex-direction: row;
- margin: 24rpx 0 0 24rpx;
- }
- .word9 {
- width: 225rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 28rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- }
- .layer2 {
- width: 224rpx;
- height: 24rpx;
- display: flex;
- flex-direction: row;
- margin: 16rpx 0 0 24rpx;
- }
- .txt3 {
- width: 224rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(102,102,102,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- }
- .layer3 {
- width: 391rpx;
- height: 28rpx;
- flex-direction: row;
- display: flex;
- margin: 14rpx 0 22rpx 24rpx;
- }
- .txt4 {
- width: 160rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin-top: 2rpx;
- }
- .info4 {
- width: 74rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 2rpx 0 0 64rpx;
- }
- .block1 {
- width: 28rpx;
- height: 28rpx;
- background-color: rgba(216,216,216,1);
- display: flex;
- flex-direction: column;
- }
- .word10 {
- width: 49rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 2rpx 0 0 16rpx;
- }
- .txt5 {
- width: 286rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(102,102,102,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 32rpx 0 0 32rpx;
- }
- .group6 {
- height: 156rpx;
- border-radius: 8rpx;
- background-color: rgba(255,255,255,1);
- width: 686rpx;
- display: flex;
- flex-direction: column;
- justify-content: flex-center;
- margin: 16rpx 0 0 32rpx;
- }
- .section4 {
- width: 638rpx;
- height: 28rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- margin: 24rpx 0 0 24rpx;
- }
- .word11 {
- width: 225rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 28rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- }
- .info5 {
- width: 85rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(70,153,255,1);
- font-size: 28rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- }
- .section5 {
- width: 224rpx;
- height: 24rpx;
- display: flex;
- flex-direction: row;
- margin: 16rpx 0 0 24rpx;
- }
- .word12 {
- width: 224rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(102,102,102,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- }
- .section6 {
- width: 391rpx;
- height: 28rpx;
- flex-direction: row;
- display: flex;
- margin: 12rpx 0 24rpx 24rpx;
- }
- .info6 {
- width: 160rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin-top: 4rpx;
- }
- .info7 {
- width: 74rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 2rpx 0 0 64rpx;
- }
- .block2 {
- width: 28rpx;
- height: 28rpx;
- background-color: rgba(216,216,216,1);
- display: flex;
- flex-direction: column;
- }
- .word13 {
- width: 49rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 2rpx 0 0 16rpx;
- }
- .info8 {
- width: 369rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(102,102,102,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 32rpx 0 0 32rpx;
- }
- .group7 {
- height: 156rpx;
- border-radius: 8rpx;
- background-color: rgba(255,255,255,1);
- width: 686rpx;
- display: flex;
- flex-direction: column;
- justify-content: flex-center;
- margin: 16rpx 0 0 32rpx;
- }
- .mod4 {
- width: 638rpx;
- height: 28rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- margin: 24rpx 0 0 24rpx;
- }
- .txt6 {
- width: 225rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 28rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- }
- .info9 {
- width: 85rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(70,153,255,1);
- font-size: 28rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- }
- .mod5 {
- width: 224rpx;
- height: 24rpx;
- display: flex;
- flex-direction: row;
- margin: 16rpx 0 0 24rpx;
- }
- .info10 {
- width: 224rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(102,102,102,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- }
- .mod6 {
- width: 391rpx;
- height: 28rpx;
- flex-direction: row;
- display: flex;
- margin: 12rpx 0 24rpx 24rpx;
- }
- .txt7 {
- width: 160rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin-top: 4rpx;
- }
- .info11 {
- width: 74rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 2rpx 0 0 64rpx;
- }
- .layer4 {
- width: 28rpx;
- height: 28rpx;
- background-color: rgba(216,216,216,1);
- display: flex;
- flex-direction: column;
- }
- .txt8 {
- width: 49rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 2rpx 0 0 16rpx;
- }
- .group8 {
- height: 156rpx;
- border-radius: 8rpx;
- background-color: rgba(255,255,255,1);
- width: 686rpx;
- display: flex;
- flex-direction: column;
- justify-content: flex-center;
- margin: 16rpx 0 0 32rpx;
- }
- .mod7 {
- width: 638rpx;
- height: 28rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- margin: 24rpx 0 0 24rpx;
- }
- .txt9 {
- width: 225rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 28rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- }
- .info12 {
- width: 85rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 28rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- }
- .mod8 {
- width: 224rpx;
- height: 24rpx;
- display: flex;
- flex-direction: row;
- margin: 16rpx 0 0 24rpx;
- }
- .info13 {
- width: 224rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(102,102,102,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- }
- .mod9 {
- width: 391rpx;
- height: 28rpx;
- flex-direction: row;
- display: flex;
- margin: 12rpx 0 24rpx 24rpx;
- }
- .info14 {
- width: 160rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin-top: 4rpx;
- }
- .info15 {
- width: 74rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 2rpx 0 0 64rpx;
- }
- .block3 {
- width: 28rpx;
- height: 28rpx;
- background-color: rgba(216,216,216,1);
- display: flex;
- flex-direction: column;
- }
- .txt10 {
- width: 49rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 2rpx 0 0 16rpx;
- }
- .section7 {
- height: 148rpx;
- border-radius: 24px 24px 0px 0px;
- background-color: rgba(255,255,255,1);
- box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.06);
- display: flex;
- flex-direction: column;
- width: 750rpx;
- justify-content: center;
- align-items: center;
- margin-top: 20rpx;
- position: fixed;
- bottom: 0;
- }
- .main1 {
- width: 690rpx;
- height: 88rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .layer5 {
- height: 88rpx;
- border-radius: 8rpx;
- border: 1px solid rgba(82,161,255,1);
- display: flex;
- flex-direction: column;
- width: 330rpx;
- position: relative;
- justify-content: center;
- align-items: center;
- }
- .outer1 {
- width: 230rpx;
- height: 32rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .mod10 {
- width: 32rpx;
- height: 32rpx;
- background-color: rgba(0,0,0,0);
- display: flex;
- flex-direction: column;
- }
- .mod10 image{
- width: 32rpx;
- height: 32rpx
- }
- .txt11 {
- width: 182rpx;
- height: 30rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(82,161,255,1);
- font-size: 30rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 30rpx;
- text-align: left;
- margin-top: 1rpx;
- }
- .outer2 {
- height: 32rpx;
- background-size: 32rpx 32rpx;
- display: flex;
- flex-direction: column;
- padding-top: 14rpx;
- width: 32rpx;
- position: absolute;
- left: 51rpx;
- top: 29rpx;
- align-items: center;
- }
- .group9 {
- width: 20rpx;
- height: 3rpx;
- border-radius: NaNrpx;
- background-color: rgba(82,161,255,1);
- display: flex;
- flex-direction: column;
- }
- .layer6 {
- height: 88rpx;
- border-radius: 8rpx;
- background-color: rgba(82,161,255,1);
- display: flex;
- flex-direction: column;
- width: 330rpx;
- justify-content: center;
- align-items: center;
- }
- .txt12 {
- width: 210rpx;
- height: 30rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(255,255,255,1);
- font-size: 30rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 30rpx;
- text-align: center;
- }
-
- .wrap-1 {
- height: 388rpx;
- border-radius: NaNrpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- padding-top: 60rpx;
- width: 750rpx;
- align-items: center;
- }
- .mod-1 {
- width: 690rpx;
- height: 256rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .bd-1 {
- height: 80rpx;
- border-radius: 8rpx;
- background-color: rgba(246,246,246,1);
- display: flex;
- flex-direction: column;
- width: 690rpx;
- justify-content: center;
- align-items: center;
- }
- .section-2 {
- width: 630rpx;
- height: 36rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .info-1 {
- width: 280rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- margin-top: 4rpx;
- }
- .label-1 {
- width: 36rpx;
- height: 36rpx;
- }
- .bd-2 {
- width: 532rpx;
- height: 68rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- margin: 108rpx 0 0 79rpx;
- }
- .mod-2 {
- height: 68rpx;
- border-radius: 4rpx;
- border: 1px solid rgba(204,204,204,1);
- display: flex;
- flex-direction: column;
- width: 216rpx;
- justify-content: center;
- align-items: center;
- }
- .word-1 {
- 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;
- }
- .mod-3 {
- height: 68rpx;
- border-radius: 4rpx;
- background-color: rgba(82,161,255,1);
- display: flex;
- flex-direction: column;
- width: 216rpx;
- justify-content: center;
- align-items: center;
- }
- .info-2 {
- 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;
- }
-
- .layer11 {
- z-index: 4;
- height: 620rpx;
- border-radius: NaNrpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- padding-top: 72rpx;
- width: 750rpx;
- position: relative;
- align-items: center;
- }
- .bd11 {
- width: 690rpx;
- height: 504rpx;
- display: flex;
- flex-direction: column;
- }
- .group11 {
- height: 172rpx;
- border-radius: 8rpx;
- /* border: 2px solid rgba(70,153,255,1); */
- background-color: rgba(241,247,255,1);
- display: flex;
- flex-direction: column;
- padding-left: 30rpx;
- width: 690rpx;
- justify-content: center;
- margin: 10rpx auto;
- }
- .mod11 {
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .icon11 {
- width: 40rpx;
- height: 40rpx;
- margin-top: 18rpx;
- }
- .main11 {
-
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .info11 {
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 28rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- }
- .info21 {
- display: block;
- overflow-wrap: break-word;
- color: rgba(102,102,102,1);
- font-size: 24rpx;
- letter-spacing: 1rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin-top: 24rpx;
- }
- .group21 {
- height: 172rpx;
- border-radius: 8rpx;
- border: 2px solid rgba(237,237,237,1);
- margin-top: 36rpx;
- display: flex;
- flex-direction: column;
- padding-left: 30rpx;
- width: 690rpx;
- justify-content: center;
- }
- .group31 {
- width: 40rpx;
- height: 40rpx;
- border: 2px solid rgba(189,189,189,1);
- border-radius: 50%;
- display: flex;
- flex-direction: column;
- }
- .group41 {
- width: 532rpx;
- height: 68rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- margin: 56rpx 0 0 79rpx;
- }
- .bd21 {
- height: 68rpx;
- border-radius: 4rpx;
- border: 1px solid rgba(204,204,204,1);
- display: flex;
- flex-direction: column;
- width: 216rpx;
- justify-content: center;
- align-items: center;
- }
- .word11 {
- 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;
- }
- .bd31 {
- height: 68rpx;
- border-radius: 4rpx;
- background-color: rgba(82,161,255,1);
- display: flex;
- flex-direction: column;
- width: 216rpx;
- justify-content: center;
- align-items: center;
- }
- .word21 {
- 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;
- }
- .info31 {
- z-index: 11;
- position: absolute;
- left: 134rpx;
- top: 328rpx;
- width: 170rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 28rpx;
- letter-spacing: 0rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- }
- .word31 {
- position: absolute;
- left: 370rpx;
- top: 322rpx;
- width: 271rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(255,102,61,1);
- font-size: 24rpx;
- letter-spacing: 1rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: right;
- }
- .txt11 {
- /*z-index: 13; */
- /* position: absolute; */
- /* left: 134rpx; */
- /* top: 0; */
- width: 541rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(102,102,102,1);
- font-size: 24rpx;
- letter-spacing: 1rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin-left: 15rpx;
- }
|