1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558 |
- .page {
- position: relative;
- width: 750rpx;
- height: 1334rpx;
- background-color: rgba(246,246,246,1);
- overflow: hidden;
- display: flex;
- flex-direction: column;
- }
- .box1 {
- width: 750rpx;
- height: 1334rpx;
- display: flex;
- flex-direction: column;
- }
- .main1 {
- height: 40rpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- width: 750rpx;
- padding: 7rpx 0 0 12rpx;
- }
- .layer1 {
- width: 727rpx;
- height: 29rpx;
- flex-direction: row;
- display: flex;
- }
- .info1 {
- 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;
- }
- .pic1 {
- width: 53rpx;
- height: 23rpx;
- margin: 2rpx 0 0 6rpx;
- }
- .main2 {
- height: 88rpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- padding-left: 24rpx;
- width: 750rpx;
- justify-content: center;
- }
- .block1 {
- width: 710rpx;
- height: 64rpx;
- flex-direction: row;
- display: flex;
- }
- .icon2 {
- width: 48rpx;
- height: 48rpx;
- margin-top: 8rpx;
- }
- .info2 {
- 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: left;
- margin: 14rpx 0 0 231rpx;
- }
- .pic2 {
- width: 174rpx;
- height: 64rpx;
- margin-left: 113rpx;
- }
- .main3 {
- height: 270rpx;
- background-color: rgba(255,255,255,1);
- width: 750rpx;
- display: flex;
- flex-direction: column;
- }
- .mod1 {
- width: 690rpx;
- height: 30rpx;
- flex-direction: row;
- display: flex;
- margin: 35rpx 0 0 30rpx;
- }
- .txt1 {
- width: 316rpx;
- 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;
- }
- .main4 {
- width: 12rpx;
- height: 12rpx;
- background-color: rgba(85,190,23,1);
- border-radius: 50%;
- display: flex;
- flex-direction: column;
- margin: 9rpx 0 0 300rpx;
- }
- .word3 {
- width: 52rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(85,190,23,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: left;
- margin: 2rpx 0 0 10rpx;
- }
- .mod2 {
- width: 669rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- margin: 25rpx 0 0 10rpx;
- flex-wrap: wrap;
- }
- .mod3 {
- width: 94rpx;
- height: 26rpx;
- overflow-wrap: break-word;
- text-align: left;
- white-space: nowrap;
- margin: 20rpx;
- }
- .word9 {
- width: 68rpx;
- 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: 2rpx;
- }
- .word4 {
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- color: rgba(102,102,102,1.000000);
- line-height: 26rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .txt2 {
- font-size: 26rpx;
- font-family: PingFangSC-Medium;
- color: rgba(51,51,51,1.000000);
- line-height: 26rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .mod4 {
- width: 94rpx;
- height: 26rpx;
- overflow-wrap: break-word;
- text-align: left;
- white-space: nowrap;
- font-size: 0rpx;
- }
- .word5 {
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- color: rgba(102,102,102,1.000000);
- line-height: 26rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .txt3 {
- font-size: 26rpx;
- font-family: PingFangSC-Medium;
- color: rgba(51,51,51,1.000000);
- line-height: 26rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .mod5 {
- width: 89rpx;
- height: 26rpx;
- overflow-wrap: break-word;
- text-align: left;
- white-space: nowrap;
- font-size: 0rpx;
- }
- .txt4 {
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- color: rgba(102,102,102,1.000000);
- line-height: 26rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .txt5 {
- font-size: 26rpx;
- font-family: PingFangSC-Medium;
- color: rgba(51,51,51,1.000000);
- line-height: 26rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .mod6 {
- width: 89rpx;
- height: 26rpx;
- overflow-wrap: break-word;
- text-align: left;
- white-space: nowrap;
- font-size: 0rpx;
- }
- .txt6 {
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- color: rgba(102,102,102,1.000000);
- line-height: 26rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .info3 {
- font-size: 26rpx;
- font-family: PingFangSC-Medium;
- color: rgba(51,51,51,1.000000);
- line-height: 26rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .mod7 {
- width: 89rpx;
- height: 26rpx;
- display: flex;
- flex-direction: row;
- margin: 30rpx 0 40rpx 30rpx;
- }
- .section1 {
- width: 89rpx;
- height: 26rpx;
- overflow-wrap: break-word;
- text-align: left;
- white-space: nowrap;
- font-size: 0rpx;
- }
- .info4 {
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- color: rgba(102,102,102,1.000000);
- line-height: 26rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .word6 {
- font-size: 26rpx;
- font-family: PingFangSC-Medium;
- color: rgba(51,51,51,1.000000);
- line-height: 26rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .main5 {
- height: 90rpx;
- background-color: rgba(255,255,255,1);
- margin-top: 30rpx;
- display: flex;
- flex-direction: column;
- padding-top: 30rpx;
- width: 750rpx;
- }
- .layer2 {
- width: 750rpx;
- /* height: 60rpx; */
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .outer1 {
- width: 690rpx;
- height: 30rpx;
- margin-left: 30rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .word7 {
- 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;
- }
- .txt7 {
- width: 68rpx;
- 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: 2rpx;
- }
- .outer2 {
- width: 750rpx;
- height: 1rpx;
- background-color: rgba(237,237,237,1);
- margin-top: 29rpx;
- display: flex;
- flex-direction: column;
- }
- .main6 {
- height: 364rpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- width: 750rpx;
- justify-content: center;
- align-items: center;
- }
- .layer3 {
- width: 692rpx;
- height: 284rpx;
- flex-wrap: wrap;
- display: flex;
- flex-direction: row;
- }
- .outer3-0 {
- width: 80rpx;
- /* height: 122rpx; */
- display: flex;
- flex-direction: column;
- margin: 0 59rpx 40rpx 0;
- }
- .layer4-0 {
- width: 80rpx;
- /* height: 122rpx; */
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .main7-0 {
- height: 80rpx;
- border-radius: 50%;
- border: 1px solid #CCCCCC;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .active-tag {
- background-color: #FF7300;
- color: #fff;
- border: 1px solid #FF7300;
- }
- .word8-0 {
- height: 50rpx;
- display: block;
- overflow-wrap: break-word;
- font-size: 50rpx;
- font-family: PingFangSC-Semibold;
- white-space: nowrap;
- line-height: 50rpx;
- text-align: left;
- margin: 0 auto;
- }
- .word9-01 {
- width: 52rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: center;
- margin: 16rpx 0 0 14rpx;
- color: rgba(255,115,0,1);
- }
- .outer3-1 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- margin: 0 73rpx 40rpx 0;
- }
- .layer4-1 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .main7-1 {
- height: 80rpx;
- border-radius: 50%;
- border: 1px solid #CCCCCC;
- display: flex;
- flex-direction: column;
- padding-left: 24rpx;
- width: 80rpx;
- justify-content: center;
- }
- .word8-1 {
- width: 30rpx;
- height: 50rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 50rpx;
- font-family: PingFangSC-Semibold;
- white-space: nowrap;
- line-height: 50rpx;
- text-align: left;
- }
- .outer3-2 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- margin: 0 73rpx 40rpx 0;
- }
- .layer4-2 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .main7-2 {
- height: 80rpx;
- border-radius: 50%;
- border: 1px solid #CCCCCC;
- display: flex;
- flex-direction: column;
- padding-left: 29rpx;
- width: 80rpx;
- justify-content: center;
- }
- .word8-2 {
- width: 30rpx;
- height: 50rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 50rpx;
- font-family: PingFangSC-Semibold;
- white-space: nowrap;
- line-height: 50rpx;
- text-align: left;
- }
- .outer3-3 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- margin: 0 73rpx 40rpx 0;
- }
- .layer4-3 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .main7-3 {
- height: 80rpx;
- border-radius: 50%;
- border: 1px solid #CCCCCC;
- display: flex;
- flex-direction: column;
- padding-left: 24rpx;
- width: 80rpx;
- justify-content: center;
- }
- .word8-3 {
- width: 30rpx;
- height: 50rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 50rpx;
- font-family: PingFangSC-Semibold;
- white-space: nowrap;
- line-height: 50rpx;
- text-align: left;
- }
- .outer3-4 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- margin: 0 73rpx 40rpx 0;
- margin-right: 0rpx;
- }
- .layer4-4 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .main7-4 {
- height: 80rpx;
- border-radius: 50%;
- border: 1px solid #CCCCCC;
- display: flex;
- flex-direction: column;
- padding-left: 24rpx;
- width: 80rpx;
- justify-content: center;
- }
- .word8-4 {
- width: 30rpx;
- height: 50rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 50rpx;
- font-family: PingFangSC-Semibold;
- white-space: nowrap;
- line-height: 50rpx;
- text-align: left;
- }
- .word9-4 {
- width: 52rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: center;
- margin: 16rpx 0 0 14rpx;
- color: rgba(209,1,29,1);
- }
- .outer3-5 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- margin: 0 73rpx 40rpx 0;
- margin-bottom: 0rpx;
- }
- .layer4-5 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .main7-5 {
- height: 80rpx;
- border-radius: 50%;
- border: 1px solid #CCCCCC;
- display: flex;
- flex-direction: column;
- padding-left: 24rpx;
- width: 80rpx;
- justify-content: center;
- }
- .word8-5 {
- width: 30rpx;
- height: 50rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 50rpx;
- font-family: PingFangSC-Semibold;
- white-space: nowrap;
- line-height: 50rpx;
- text-align: left;
- }
- .word9-5 {
- width: 52rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: center;
- margin: 16rpx 0 0 14rpx;
- color: rgba(85,190,25,1);
- }
- .outer3-6 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- margin: 0 73rpx 40rpx 0;
- margin-bottom: 0rpx;
- }
- .layer4-6 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .main7-6 {
- height: 80rpx;
- border-radius: 50%;
- border: 1px solid #CCCCCC;
- display: flex;
- flex-direction: column;
- padding-left: 24rpx;
- width: 80rpx;
- justify-content: center;
- }
- .word8-6 {
- width: 30rpx;
- height: 50rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 50rpx;
- font-family: PingFangSC-Semibold;
- white-space: nowrap;
- line-height: 50rpx;
- text-align: left;
- }
- .word9-6 {
- width: 52rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: center;
- margin: 16rpx 0 0 14rpx;
- color: rgba(85,190,25,1);
- }
- .outer3-7 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- margin: 0 73rpx 40rpx 0;
- margin-bottom: 0rpx;
- }
- .layer4-7 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .main7-7 {
- height: 80rpx;
- border-radius: 50%;
- border: 1px solid #CCCCCC;
- display: flex;
- flex-direction: column;
- padding-left: 24rpx;
- width: 80rpx;
- justify-content: center;
- }
- .word8-7 {
- width: 30rpx;
- height: 50rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 50rpx;
- font-family: PingFangSC-Semibold;
- white-space: nowrap;
- line-height: 50rpx;
- text-align: left;
- }
- .word9-7 {
- width: 52rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: center;
- margin: 16rpx 0 0 14rpx;
- color: rgba(85,190,25,1);
- }
- .outer3-8 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- margin: 0 73rpx 40rpx 0;
- margin-bottom: 0rpx;
- }
- .layer4-8 {
- width: 80rpx;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .main7-8 {
- height: 80rpx;
- border-radius: 50%;
- border: 1px solid #CCCCCC;
- display: flex;
- flex-direction: column;
- padding-left: 24rpx;
- width: 80rpx;
- justify-content: center;
- }
- .word8-8 {
- width: 30rpx;
- height: 50rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 50rpx;
- font-family: PingFangSC-Semibold;
- white-space: nowrap;
- line-height: 50rpx;
- text-align: left;
- }
- .word9-8 {
- width: 52rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: center;
- margin: 16rpx 0 0 14rpx;
- color: rgba(85,190,25,1);
- }
- .main8 {
- height: 148rpx;
- border-radius: NaNrpx;
- background-color: rgba(255,255,255,1);
- margin-top: 342rpx;
- display: flex;
- flex-direction: column;
- width: 750rpx;
- justify-content: center;
- align-items: center;
- }
- .info5 {
- width: 352rpx;
- height: 32rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 32rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 32rpx;
- text-align: center;
- }
- .mod9 {
- height: 148rpx;
- border-radius: NaNrpx;
- background-color: rgba(255,255,255,1);
- margin-top: 342rpx;
- display: flex;
- flex-direction: column;
- width: 750rpx;
- justify-content: center;
- align-items: center;
- position: fixed;
- bottom: 0;
- }
- .bd2 {
- width: 690rpx;
- height: 88rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .outer-8 {
- width: 750rpx;
- height: 1rpx;
- background-color: rgba(237,237,237,1);
- margin-top: 26rpx;
- display: flex;
- flex-direction: column;
- }
- .outer8 {
- height: 88rpx;
- border-radius: 8rpx;
- background-color: rgba(82,161,255,1);
- box-shadow: 0px 10px 20px 0px rgba(51,145,236,0.3);
- display: flex;
- flex-direction: column;
- width: 516rpx;
- justify-content: center;
- align-items: center;
- }
- .word12 {
- width: 128rpx;
- height: 32rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(255,255,255,1);
- font-size: 32rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 32rpx;
- text-align: center;
- }
- .outer9 {
- height: 88rpx;
- border-radius: 8rpx;
- background-color: rgba(82,161,255,1);
- box-shadow: 0px 10px 20px 0px rgba(51,145,236,0.3);
- display: flex;
- flex-direction: column;
- width: 144rpx;
- justify-content: center;
- align-items: center;
- }
- .word12 {
- width: 128rpx;
- height: 32rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(255,255,255,1);
- font-size: 32rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 32rpx;
- text-align: center;
- }
- .outer-9 {
- width: 716rpx;
- height: 236rpx;
- flex-wrap: wrap;
- display: flex;
- flex-direction: row;
- margin: 16rpx 0 0 16rpx;
- }
- .word13 {
- width: 64rpx;
- height: 32rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(255,255,255,1);
- font-size: 32rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 32rpx;
- text-align: center;
- }
- .group4 {
- height: 88rpx;
- border-radius: 8rpx;
- background-color: rgba(82,161,255,1);
- box-shadow: 0px 10px 20px 0px rgba(51,145,236,0.3);
- display: flex;
- flex-direction: column;
- width: 144rpx;
- justify-content: center;
- align-items: center;
- }
- .group5 {
- width: 56rpx;
- height: 32rpx;
- background: url(https://636c-cloud1-7g2wlwzh596f43b6-1306306616.tcb.qcloud.la/icon_jiantou_white%402x.png?sign=4ad8b07fe082b4a4c58f0ffe06dbf727&t=1645095599) -1rpx -28rpx no-repeat;
- background-size: 64rpx 52rpx;
- display: flex;
- flex-direction: column;
- }
- .outer6 {
- z-index: 95;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- padding: 26rpx 0;
- width: 750rpx;
- position: fixed;
- bottom: 0;
- box-shadow: 0px -10rpx 20rpx 0px rgba(0, 0, 0, 0.06);
- border-radius: 24rpx 24rpx 0px 0px;
- }
- .wrap1 {
- width: 750rpx;
- display: flex;
- flex-direction: column;
- }
- .outer7 {
- width: 690rpx;
- height: 58rpx;
- margin-left: 30rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .info8 {
- width: 133rpx;
- 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-top: 14rpx;
- }
- .mod11 {
- width: 152rpx;
- height: 58rpx;
- border-radius: 29rpx;
- border: 1px solid rgba(82,161,255,1);
- display: flex;
- flex-direction: column;
- }
- .empt{
- width: 750rpx;
- height: 148rpx;
- background: #FFFFFF;
- box-shadow: 0px -10rpx 20rpx 0px rgba(0, 0, 0, 0.06);
- border-radius: 24rpx 24rpx 0px 0px;
- text-align: center;
- line-height: 148rpx;
- position: fixed;
- bottom: 0;
- }
- .empt text{
- width: 352rpx;
- height: 32rpx;
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- line-height: 32rpx;
- text-shadow: 0px -10px 20px rgba(0, 0, 0, 0.06);
- }
- .bd6-0 {
- height: 112rpx;
- border-radius: 8rpx;
- background-color: rgba(248,248,248,1);
- display: flex;
- flex-direction: column;
- width: 348rpx;
- justify-content: center;
- align-items: center;
- margin: 0 20rpx 8rpx 0;
- }
- .layer9-0 {
- width: 252rpx;
- height: 72rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .word9-0 {
- width: 266rpx;
- 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: center;
- }
- .word10-0 {
- width: 96rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 20rpx 0 0 102rpx;
- }
- .bd6-1 {
- height: 112rpx;
- border-radius: 8rpx;
- background-color: rgba(248,248,248,1);
- display: flex;
- flex-direction: column;
- width: 348rpx;
- justify-content: center;
- align-items: center;
- margin: 0 20rpx 8rpx 0;
- margin-right: 0rpx;
- }
- .layer9-1 {
- width: 252rpx;
- height: 72rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .word9-1 {
- width: 266rpx;
- 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;
- }
- .word10-1 {
- width: 96rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 20rpx 0 0 102rpx;
- }
- .bd6-2 {
- height: 112rpx;
- border-radius: 8rpx;
- background-color: rgba(248,248,248,1);
- display: flex;
- flex-direction: column;
- width: 348rpx;
- justify-content: center;
- align-items: center;
- margin: 0 20rpx 8rpx 0;
- margin-bottom: 0rpx;
- }
- .layer9-2 {
- width: 252rpx;
- height: 72rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .word9-2 {
- width: 266rpx;
- 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;
- }
- .word10-2 {
- width: 96rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 20rpx 0 0 102rpx;
- }
- .bd6-3 {
- height: 112rpx;
- border-radius: 8rpx;
- background-color: rgba(248,248,248,1);
- display: flex;
- flex-direction: column;
- width: 348rpx;
- justify-content: center;
- align-items: center;
- margin: 0 20rpx 8rpx 0;
- margin-right: 0rpx;
- margin-bottom: 0rpx;
- }
- .layer9-3 {
- width: 252rpx;
- height: 72rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .word9-3 {
- width: 266rpx;
- 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;
- }
- .word10-3 {
- width: 96rpx;
- height: 24rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(153,153,153,1);
- font-size: 24rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 20rpx 0 0 102rpx;
- }
- .outer10 {
- width: 690rpx;
- height: 31rpx;
- flex-direction: row;
- display: flex;
- margin: 33rpx 0 0 30rpx;
- }
- .info9 {
- width: 400rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: left;
- margin-top: 2rpx;
- }
- .section3 {
- height: 31rpx;
- background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng5a3d90bd436c32c37686a738faa6678e155c31d354a61989010918d980ca98f6) -21rpx -30rpx no-repeat;
- background-size: 72rpx 70rpx;
- margin-left: 197rpx;
- display: flex;
- flex-direction: column;
- width: 31rpx;
- padding: 15rpx 0 0 6rpx;
- }
- .box3 {
- width: 12rpx;
- height: 9rpx;
- background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng93fa9dda6d4208f51a4c2b980af5fdfb40fb41fe258d3b9a01dd928d95dd4c4d) -18rpx -29rpx no-repeat;
- background-size: 47rpx 47rpx;
- display: flex;
- flex-direction: column;
- }
- .info10 {
- width: 52rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: left;
- margin: 2rpx 0 0 10rpx;
- }
- .outer11 {
- width: 750rpx;
- height: 1rpx;
- background-color: rgba(237,237,237,1);
- margin-top: 32rpx;
- display: flex;
- flex-direction: column;
- }
- .outer12 {
- width: 690rpx;
- height: 88rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- margin: 30rpx 0 0 30rpx;
- }
- .group3 {
- height: 88rpx;
- border-radius: 8rpx;
- background-color: rgba(82,161,255,1);
- box-shadow: 0px 10px 20px 0px rgba(51,145,236,0.3);
- display: flex;
- flex-direction: column;
- width: 516rpx;
- justify-content: center;
- align-items: center;
- }
- .txt6 {
- width: 128rpx;
- height: 32rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(255,255,255,1);
- font-size: 32rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 32rpx;
- text-align: center;
- }
- .txt7 {
- z-index: 127;
- position: absolute;
- left: 592rpx;
- top: 42rpx;
- width: 104rpx;
- height: 26rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(82,161,255,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 26rpx;
- text-align: left;
- }
- /*开门*/
- .layer12 {
- z-index: 96;
- height: 1334rpx;
- background-color: rgba(0,0,0,0.4);
- display: flex;
- flex-direction: column;
- padding-top: 510rpx;
- width: 750rpx;
- position: absolute;
- left: 0rpx;
- top: 0rpx;
- }
- .outer5 {
- z-index: 97;
- height: 706rpx;
- border-radius: NaNrpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- width: 750rpx;
- position: relative;
- justify-content: center;
- }
- .mod6 {
- width: 750rpx;
- height: 626rpx;
- display: flex;
- flex-direction: column;
- }
- .section10 {
- width: 690rpx;
- height: 30rpx;
- margin-left: 30rpx;
- flex-direction: row;
- display: flex;
- }
- .layer13 {
- width: 8rpx;
- height: 26rpx;
- background-color: rgba(82,161,255,1);
- margin-top: 2rpx;
- display: flex;
- flex-direction: column;
- }
- .word17 {
- width: 150rpx;
- 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: 10rpx;
- }
- .txt14 {
- width: 73rpx;
- 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: 449rpx;
- }
- .section11 {
- width: 750rpx;
- height: 1rpx;
- background-color: rgba(237,237,237,1);
- margin-top: 40rpx;
- display: flex;
- flex-direction: column;
- }
- .section12 {
- z-index: 111;
- height: 80rpx;
- border-radius: 8rpx;
- background-color: rgba(246,246,246,1);
- display: flex;
- flex-direction: column;
- width: 690rpx;
- position: relative;
- justify-content: center;
- align-items: center;
- margin: 30rpx 0 0rpx 30rpx;
- }
- .section13 {
- width: 630rpx;
- height: 36rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .txt15 {
- width: 80%;
- 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;
- }
- .section14 {
- width: 36rpx;
- height: 36rpx;
- background-color: rgba(0,0,0,0);
- display: flex;
- flex-direction: column;
- }
- .section15 {
- z-index: 114;
- height: 36rpx;
- background: url(https://636c-cloud1-7g2wlwzh596f43b6-1306306616.tcb.qcloud.la/saomiao%E5%A4%87%E4%BB%BD%208%402x.png?sign=b820eee3bece6661cdec7be7112b4856&t=1645101544) 0rpx 0rpx no-repeat;
- background-size: 36rpx 36rpx;
- display: flex;
- flex-direction: column;
- padding-left: 6rpx;
- width: 36rpx;
- position: absolute;
- left: 625rpx;
- top: 23rpx;
- justify-content: center;
- }
- .section16 {
- width: 23rpx;
- height: 4rpx;
- border-radius: NaNrpx;
- background-color: rgba(82,161,255,1);
- display: flex;
- flex-direction: column;
- }
- .section17 {
- width: 532rpx;
- height: 68rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- margin: 20rpx auto;
- }
- .group1 {
- 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;
- }
- .txt16 {
- 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;
- }
- .group2 {
- 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;
- }
- .info12 {
- 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;
- }
- .section18 {
- width: 750rpx;
- height: 20rpx;
- background-color: rgba(246,246,246,1);
- margin-top: 40rpx;
- display: flex;
- flex-direction: column;
- }
- .section19 {
- width: 198rpx;
- height: 30rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- margin: 40rpx 0 0 30rpx;
- }
- .outer16 {
- width: 8rpx;
- height: 26rpx;
- background-color: rgba(82,161,255,1);
- margin-top: 2rpx;
- display: flex;
- flex-direction: column;
- }
- .txt17 {
- 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;
- }
- .section20 {
- width: 750rpx;
- height: 1rpx;
- background-color: rgba(237,237,237,1);
- margin-top: 40rpx;
- display: flex;
- flex-direction: column;
- }
- .section21 {
- width: 334rpx;
- height: 58rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- margin: 40rpx 0 0 30rpx;
- }
- .outer17 {
- width: 152rpx;
- height: 58rpx;
- border-radius: 29rpx;
- border: 1px solid rgba(82,161,255,1);
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .outer18 {
- width: 152rpx;
- height: 58rpx;
- border-radius: 29rpx;
- border: 1px solid rgba(82,161,255,1);
- display: flex;
- flex-direction: column;
- text-align: center;
- justify-content: center;
- }
- .txt18 {
- display: block;
- overflow-wrap: break-word;
- color: rgba(82,161,255,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- margin: 0 auto;
- }
- .word18 {
- display: block;
- overflow-wrap: break-word;
- color: rgba(82,161,255,1);
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- margin: 0 auto;
- }
- .txt19 {
- width: 517rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(255,115,0,1);
- font-size: 24rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 24rpx;
- text-align: left;
- margin: 20rpx auto;
- }
- .whole{
- width: 100%;
- }
|