12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556 |
- body {
- font-family: PingFang SC-Bold, PingFang SC;
- font-size: 28rpx;
- }
- /*基本样式*/
- /*上下顺序*/
- .fsxto {
- display: flex;
- flex-direction: column;
- }
- /*两侧*/
- .flztoa {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- /*左侧*/
- .fzctob {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- /*右侧*/
- .fyctoc {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- /*中间*/
- .fzjtod {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- /*导航*/
- .fzddrew {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .tanckku .uni-data-checklist .checklist-group .checklist-box.is--tag{
- padding: 5px 38rpx !important;
- background: #F4F4F4 !important;
- border-radius: 18px 18px 18px 18px !important;
- }
- .ayuu .u-navbar-inner {
- box-shadow: 0rpx 0rpx 20rpx 2rpx rgb(0 0 0 / 10%);
- }
- .indihh {
- width: 25%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: 32rpx;
- color: #666666;
-
- }
- .inbddwwer {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- background: #ffffff;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- height: 104rpx;
- padding: 0 24rpx;
- }
- .inbddwddre {
- width: 100%;
- background: #F4F4F4;
- border-radius: 40rpx 40rpx 40rpx 40rpx;
- height: 64rpx;
- padding: 0 24rpx;
- }
- .inceert {
- display: flex;
- justify-content: flex-start;
- overflow-x: auto;
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- padding: 30rpx 24rpx;
- }
- .inckkeer {
- width: 200rpx;
- min-width: 200rpx;
- height: 250rpx;
- background: #88BBDA;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- margin-right: 20rpx;
- }
- .inckkeer1 {
- width: 200rpx;
- min-width: 280rpx;
- height: 185rpx;
- background: #88BBDA;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- margin-right: 20rpx;
- }
- .incfh {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: 24rpx;
- color: #333333;
- }
- .incfh text {
- margin-top: -36rpx;
- }
- .indjbrr {
- width: 4rpx;
- height: 32rpx;
- background: linear-gradient(90deg, #E6F3FF 0%, #B7D9EB 100%);
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- margin-right: 10rpx;
- }
- .inyyeddf {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 20rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- padding: 32rpx 24rpx;
- margin-top: 30rpx;
- }
- .indhuyr {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- font-size: 32rpx;
- color: #333333;
- }
- .inyyelbks {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- margin-top: 38rpx;
- }
- .indkkimg {
- width: 200rpx;
- min-width: 200rpx;
- height: 160rpx;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- background: #88BBDA;
- margin-right: 24rpx;
- }
- .indkktxta {
- height: 40rpx;
- line-height: 40rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 450rpx;
- }
- .indkktxtb {
- font-size: 24rpx;
- font-weight: 500;
- color: #999999;
- width: 450rpx;
- line-height: 34rpx;
- height: 34rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #999999;
- margin-top: 10rpx;
- }
- .indkktxtc {
- margin-top: 20rpx;
- }
- .indkktxtc text {
- padding: 4rpx 8rpx;
- background: #88bbda40;
- border-radius: 8rpx 8rpx 8rpx 8rpx;
- text-align: center;
- font-size: 24rpx;
- font-weight: 500;
- color: #374B6E;
- height: 34rpx;
- line-height: 34rpx;
- }
- .inyyship {
- width: 218rpx;
- height: 180rpx;
- background: #88BBDA;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- }
- .inyyshiy {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 30rpx;
- }
- .dibuboot {
- display: flex;
- justify-content: space-between;
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- z-index: 998;
- background: #FFFFFF;
- /* padding: 0rpx 70rpx; */
- height: 98rpx;
- /* padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom); */
- box-sizing: border-box;
- padding-bottom: 15rpx;
- }
- .dibubootlb {
- flex: 1;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .dibubootlb text {
- font-size: 20rpx;
- font-weight: 400;
- color: #999999;
- line-height: 28rpx;
- margin-top: 6rpx;
- }
- .hyinnr {
- width: 100%;
- height: 350rpx;
- /* background: url(/static/my/my01.png) center center no-repeat; */
- background-size: 100%;
- display: flex;
- position: relative;
- margin-top: 30rpx;
- }
- .hyinnrks {
- padding: 0rpx 40rpx;
- width: 100%;
- }
- .hyintxt {
- padding-left: 40rpx;
- }
- .hyintxt text {
- background: url(/static/my/my03.png) center center no-repeat;
- background-size: 100%;
- line-height: 48rpx;
- font-size: 32rpx;
- font-weight: normal;
- color: #FDDB9C;
- padding: 2rpx 24rpx;
- }
- .hyinrq {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- font-size: 24rpx;
- font-weight: 400;
- color: #666666;
- margin-top: 64rpx;
- margin-right: 24rpx;
- }
- .myxmkstt {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- margin: 0 34rpx;
- padding: 30rpx 24rpx;
- margin-top: 30rpx;
- }
- .myhbtui {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- font-size: 36rpx;
- font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
- font-weight: 500;
- color: #373737;
- }
- .myshutt {
- width: 8rpx;
- height: 32rpx;
- background: linear-gradient(180deg, #FFE9D1 0%, #F0C99D 100%);
- border-radius: 4rpx 4rpx 4rpx 4rpx;
- margin-right: 16rpx;
- }
- .myiodde {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: 24rpx;
- font-weight: 400;
- color: #666666;
- line-height: 34rpx;
- }
- .mytxtjs {
- display: flex;
- flex-direction: column;
- font-size: 28rpx;
- font-weight: 400;
- color: #666666;
- line-height: 60rpx;
- margin-top: 30rpx;
- }
- .myhyojr {
- background: url(/static/my/myb05.png) center center no-repeat;
- background-size: 100%;
- width: 524rpx;
- height: 98rpx;
- }
- .myhyoode {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 30rpx;
- padding-bottom: 100rpx;
- }
- .zykkddr {
- height: 400rpx;
- position: relative;
- }
- .zykkddra {
- height: 160rpx;
- background: #486A92;
- border-radius: 0rpx 0rpx 24rpx 24rpx;
- }
- .zykkddrb {
- width: 100%;
- opacity: 1;
- display: inline-block;
- z-index: 2;
- position: absolute;
- bottom: 0;
- }
- .zynnuy {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- padding: 30rpx 24rpx;
- margin-top: 30rpx;
- padding-bottom: 200rpx;
- }
- .zyjjdew {
- width: 4rpx;
- height: 32rpx;
- background: linear-gradient(90deg, #E6F3FF 0%, #B7D9EB 100%);
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- margin-right: 10rpx;
- }
- .zyhttry {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- font-size: 32rpx;
- font-weight: 500;
- color: #333333;
- line-height: 44rpx;
- }
- .zytlidde {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- margin: 30rpx 0;
- }
- .zytyyrimg {
- width: 136rpx;
- min-width: 136rpx;
- height: 136rpx;
- background: #374B6E;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- margin-right: 20rpx;
- }
- .zytyyopf {
- display: flex;
- flex-direction: column;
- width: 100%;
- }
- .zytyotxta {
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- line-height: 40rpx;
- }
- .zytyotxtb {
- font-size: 28rpx;
- font-weight: 600;
- color: #333333;
- line-height: 40rpx;
- }
- .zytyotxtc {
- font-size: 24rpx;
- font-weight: 500;
- color: #999999;
- }
- .zytyotxtd {
- font-size: 24rpx;
- font-weight: 500;
- color: #999999;
- }
- .zyhxyyer {
- width: 120%;
- height: 2rpx;
- background: #F4F4F4;
- margin: 0 -58rpx;
- }
- .mywoddt {
- /* background: #374B6E; */
- background: #95bf7f;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- color: #FFFFFF;
- padding: 10rpx 24rpx;
- padding-bottom: 126rpx;
- }
- .letxtfy {
- font-size: 36rpx;
- font-weight: 400;
- color: #FAFAFA;
- line-height: 50rpx;
- }
- .letxtfya text {
- border-radius: 24rpx 24rpx 24rpx 24rpx;
- border: 2rpx solid #FFFFFF;
- font-size: 24rpx;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 34rpx;
- padding: 2rpx 20rpx;
- margin-top: 18rpx;
- margin-right: 10rpx;
- filter: blur(undefinedpx);
- }
- .letxtfyb text {
- font-size: 24rpx;
- font-weight: 400;
- color: #FAFAFA;
- line-height: 34rpx;
- }
- .leshuxd {
- width: 2rpx;
- height: 68rpx;
- background: #E4E4E4;
- }
- .lebkty {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- font-size: 30rpx;
- font-family: Source Han Sans CN-Bold, Source Han Sans CN;
- font-weight: bold;
- color: #222328;
- line-height: 30rpx;
- margin: 0 24rpx;
- padding: 30rpx 130rpx;
- margin-top: -94rpx;
- }
- .leshurt {
- font-size: 24rpx;
- font-weight: 400;
- color: #51575B;
- line-height: 34rpx;
- margin-top: 8rpx;
- }
- .leybbaw {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- padding: 4rpx 0;
- margin: 20rpx 24rpx;
- }
- .lelbyyr {
- font-size: 28rpx;
- font-family: PingFangSC-Regular-, PingFangSC-Regular;
- font-weight: normal;
- color: #333333;
- line-height: 40rpx;
- padding: 22rpx 24rpx;
- }
- .lehettnn {
- width: 702rpx;
- height: 2rpx;
- background: #F4F4F4;
- }
- .wdlbgt {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- padding: 30rpx 20rpx;
- margin: 0 24rpx;
- margin-bottom: 30rpx;
- }
- .wdkkjruy {
- width: 100%;
- margin-left: 20rpx;
- }
- .wdtxtut {
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- line-height: 40rpx;
- }
- .wdtxtuta text {
- background: #E2EFF6;
- border-radius: 8rpx 8rpx 8rpx 8rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #374B6E;
- line-height: 34rpx;
- margin-right: 10rpx;
- padding: 4rpx 8rpx;
- margin-top: 8rpx;
- }
- .wdtxtutb text {
- font-size: 24rpx;
- font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi;
- font-weight: 400;
- color: #374B6E;
- line-height: 34rpx;
- margin-top: 8rpx;
- }
- .wdjga {
- font-size: 26rpx;
- font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi;
- font-weight: 400;
- color: #F33130;
- margin-top: 8rpx;
- }
- .wdjgb {
- font-size: 40rpx;
- font-family: Roboto-Regular, Roboto;
- font-weight: 400;
- color: #F33130;
- }
- .wdjgc {
- font-size: 28rpx;
- font-family: Roboto-Regular, Roboto;
- font-weight: 400;
- color: #F33130;
- margin-top: 8rpx;
- }
- .sclixmy {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- margin: 0 24rpx;
- padding: 30rpx 20rpx;
- margin-top: 30rpx;
- }
- .sckjert {
- width: 200rpx;
- min-width: 200rpx;
- height: 160rpx;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- background: #41628B;
- }
- .sctxtyuu {
- width: 400rpx;
- height: 40rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- line-height: 40rpx;
- }
- .sctxtyuua {
- width: 400rpx;
- height: 40rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #999999;
- line-height: 40rpx;
- margin-bottom: 30rpx;
- }
- .scjga {
- font-size: 24rpx;
- font-weight: 400;
- color: #666666;
- text-decoration: line-through;
- margin-left: 4rpx;
- margin-top: 8rpx;
- }
- .cptxtyra {
- width: 420rpx;
- height: 34rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular-, PingFangSC-Regular;
- font-weight: normal;
- color: #999999;
- line-height: 34rpx;
- margin-top: 4rpx;
- margin-bottom: 30rpx;
- }
- .cpkkry {
- font-size: 24rpx;
- font-family: PingFangSC-Regular-, PingFangSC-Regular;
- font-weight: normal;
- color: #999999;
- }
- .cpkkrya {
- font-size: 28rpx;
- font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi;
- font-weight: 400;
- color: #2C3E50;
- }
- .cphrry {
- width: 400rpx;
- height: 40rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Medium-, PingFangSC-Medium;
- font-weight: normal;
- color: #2C3E50;
- line-height: 40rpx;
- }
- .cpfapryu {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 20rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- padding: 40rpx 24rpx;
- margin: 30rpx 24rpx;
- }
- .cpfapryukan {
- padding: 10rpx;
- min-height: 862rpx;
- }
- .zxkjyr {
- display: flex;
- justify-content: space-between;
- align-items: center;
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 20rpx 2rpx rgba(0, 0, 0, 0.10196078431372549);
- padding: 0 160rpx;
- padding-top: 12rpx;
- }
- .zxkjyra {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .zxkjyra text {
- font-size: 32rpx;
- font-weight: 500;
- color: #666666;
- line-height: 44rpx;
- }
- .zxkjyrff text {
- font-size: 37rpx;
- font-weight: 500;
- color: #374B6E;
- line-height: 60rpx;
- }
- .zxkjxh {
- width: 26rpx;
- height: 4rpx;
- background: #ffffff;
- border-radius: 4rpx 4rpx 4rpx 4rpx;
- margin-top: 10rpx;
- }
- .zxkjyrff .zxkjxh {
- background: #374B6E;
- }
- .shiddwe {
- background: #374B6E;
- padding: 0 24rpx;
- color: #FFFFFF;
- padding-bottom: 50rpx;
- }
- .shiufh {
- width: 250rpx;
- padding: 0 30rpx;
- ;
- font-size: 30rpx;
- font-family: Source Han Sans CN-Bold, Source Han Sans CN;
- font-weight: bold;
- color: #FFFFFF;
- line-height: 30rpx;
- }
- .shiufhtx {
- font-size: 24rpx;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 34rpx;
- margin-top: 8rpx;
- }
- .shiwdmmt {
- background: #FAFAFA;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- padding: 30rpx 24rpx;
- margin-top: -20rpx;
- }
- .shibbert {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- padding: 30rpx;
- margin-top: 30rpx;
- }
- .shitxty {
- height: 28rpx;
- font-size: 28rpx;
- font-family: Roboto-Regular, Roboto;
- font-weight: 400;
- color: #374B6E;
- line-height: 28rpx;
- }
- .shitxtya {
- font-size: 24rpx;
- font-weight: 400;
- color: #333333;
- }
- .shikwer {
- width: 644rpx;
- height: 120rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- }
- .shitoob {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 0rpx 2rpx #E4E4E4;
- padding: 18rpx 0;
- bottom: 0;
- left: 0;
- width: 100%;
- z-index: 998;
- position: fixed;
- }
- /* #ifdef MP-WEIXIN */
- .shitoob {
- /* padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom); */
- box-sizing: border-box;
- padding-bottom: 10rpx;
- }
- /* #endif */
- .shitoobtxt {
- width: 462rpx;
- height: 96rpx;
- background: #374B6E;
- border-radius: 120rpx 120rpx 120rpx 120rpx;
- font-size: 36rpx;
- font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
- font-weight: bold;
- color: #FFFFFF;
- line-height: 96rpx;
- text-align: center;
- }
- .jhkanuy {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- padding: 30rpx 24rpx;
- margin: 0 24rpx;
- margin-top: 30rpx;
- }
- .jhtxty {
- font-size: 32rpx;
- font-weight: 400;
- color: #1D212C;
- line-height: 44rpx;
- }
- .jhtxtya {
- font-size: 22rpx;
- font-weight: 400;
- color: #888F9F;
- }
- .jhtxtyb {
- font-size: 26rpx;
- font-weight: 400;
- color: #999999;
- line-height: 36rpx;
- margin-top: 6rpx;
- }
- .jhtxtyc {
- font-size: 24rpx;
- font-weight: 400;
- color: #1D212C;
- margin-top: 30rpx;
- }
- .hdtyyr {
- font-size: 24rpx;
- font-weight: normal;
- color: #999999;
- line-height: 34rpx;
- }
- .hdtyyra {
- border: 2rpx solid #999999;
- font-size: 24rpx;
- font-family: PingFangSC-Regular-, PingFangSC-Regular;
- font-weight: normal;
- color: #999999;
- border-radius: 32rpx;
- padding: 8rpx 32rpx;
- margin-left: 12rpx;
- }
- .kcwwerrt text {
- background: #F4F4F4;
- border-radius: 38rpx 38rpx 38rpx 38rpx;
- font-size: 20rpx;
- font-weight: 400;
- color: #999999;
- padding: 4rpx 20rpx;
- margin-right: 10rpx;
- }
- .jhwdmmt {
- margin: 0 24rpx;
- margin-top: 30rpx;
- }
- .hfikwer {
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- }
- .hfuyerrt {
- font-size: 28rpx;
- font-weight: bold;
- color: #333333;
- line-height: 40rpx;
- margin-bottom: 10rpx;
- }
- .hfddwerr {
- width: 100%;
- background: #E8E8E8;
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- line-height: 40rpx;
- padding: 14rpx 24rpx;
- margin-right: 20rpx;
- border-radius: 38rpx;
- }
- .hfddwett {
- background: #374B6E;
- color: #FFFFFF;
- padding: 14rpx 0rpx;
- border-radius: 12rpx;
- width: 110rpx;
- min-width: 110rpx;
- font-size: 28rpx;
- font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi;
- font-weight: 400;
- color: #FFFFFF;
- text-align: center;
- }
- .hfddwevde {
- position: fixed;
- bottom: 0;
- left: 0;
- padding: 16rpx 24rpx;
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 12rpx 2rpx rgba(0, 0, 0, 0.1607843137254902);
- width: 100%;
- }
- /* #ifdef MP-WEIXIN */
- .hfddwevde {
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- /* #endif */
- .ddxqship {
- height: 404rpx;
- background: #476891;
- }
- .ddxqfayu {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 20rpx 2rpx #0000000f;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- padding: 40rpx 24rpx;
- margin-top: 30rpx;
- }
- .kcxquyr {
- width: 200rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- line-height: 40rpx;
- }
- .kcxquyra {
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- line-height: 40rpx;
- }
- .yywegg .u-mode-center-box {
- background-color: #ffffff00 !important;
- }
- .wddimg {
- width: 200rpx;
- height: 200rpx;
- margin-right: 38rpx;
- border-radius: 190rpx;
- box-shadow: 0rpx 0rpx 20rpx 2rpx rgba(0, 0, 0, 0.1607843137254902);
- border: 4rpx solid #FFFFFF;
- }
- .wddvbhtxt {
- font-size: 50rpx;
- font-weight: normal;
- color: #333333;
- line-height: 72rpx;
- margin-top: 18rpx;
- }
- .wdcjeer {
- background: #FFFFFF;
- width: 700rpx;
- border-radius: 20rpx;
- position: relative;
- margin: 100rpx 0;
- margin-bottom: 160rpx;
- }
- .wddvbh {
- font-size: 58rpx;
- font-weight: normal;
- color: #333333;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- margin-top: 10rpx;
- z-index: 2;
- position: absolute;
- left: 0rpx;
- width: 100%;
- z-index: 998;
- top: -100rpx;
- padding: 2rpx;
- }
- .wddvbhyu {
- font-size: 58rpx;
- font-weight: normal;
- color: #333333;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 10rpx;
- z-index: 2;
- position: absolute;
- left: 0rpx;
- width: 100%;
- z-index: 998;
- bottom: -160rpx;
- padding: 0 56rpx;
- }
- .wdbhgt {
- overflow-x: hidden;
- background: url(/static/my/myr1.png) top center no-repeat;
- background-size: 100% auto;
- width: 366rpx;
- height: 366rpx;
- margin-top: 126rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .wddbwwt {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .wdbhddn {
- font-size: 36rpx;
- font-weight: 500;
- color: #333333;
- margin-bottom: 40rpx;
- margin-top: 160rpx;
- }
- .jhuudd {
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- }
- .jhdurr {
- display: flex;
- justify-content: flex-start;
- overflow-x: auto;
- background: #FFFFFF;
- padding: 24rpx;
- background: #FFFFFF;
- box-shadow: 0rpx 6rpx 20rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- }
- .jhdurryt {
- width: 100%;
- margin-right: 60rpx;
- white-space: nowrap;
- }
- .youjdje {
- position: fixed;
- bottom: 160rpx;
- right: 20rpx;
- }
- /* #ifdef MP-WEIXIN */
- .youjdje {
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- /* #endif */
- .xuehhbfr {
- padding: 30rpx 24rpx;
- }
- .xiekkt {
- margin-top: 20rpx;
- }
- .fktxtr {
- font-size: 32rpx;
- font-weight: 400;
- color: #999999;
- }
- .fknbee {
- width: 100%;
- position: fixed;
- bottom: 0;
- left: 0;
- }
- /* #ifdef MP-WEIXIN */
- .fknbee {
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- /* #endif */
- .fkdibr {
- width: 462rpx;
- padding: 24rpx 0rpx;
- background: #374B6E;
- border-radius: 120rpx 120rpx 120rpx 120rpx;
- font-size: 36rpx;
- font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
- font-weight: bold;
- color: #FFFFFF;
- margin-bottom: 16rpx;
- }
- .cpsahngc .u-list-item {
- background: url(/static/user/usa1.png) top center no-repeat !important;
- background-size: 100% auto !important;
- }
- .cpjgtxt {
- padding: 10rpx;
- font-size: 32rpx;
- font-weight: 400;
- color: #666666;
- line-height: 44rpx;
- }
- .cpjgkan {
- background: #374B6E;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- ;
- font-size: 32rpx;
- font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
- font-weight: bold;
- color: #FFFFFF;
- text-align: center;
- padding: 14rpx 0;
- margin: 0 54rpx;
- margin-top: 30rpx;
- }
- .cpjgkanb {
- background: linear-gradient(180deg, #FFE9D1 0%, #F0C99D 100%);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- font-size: 32rpx;
- font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
- font-weight: bold;
- color: #FFFFFF;
- text-align: center;
- padding: 14rpx 0;
- margin: 0 54rpx;
- margin-top: 20rpx;
- color: #34353C;
- }
- .cpsahnty {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- border-radius: 32rpx 32rpx 32rpx 32rpx;
- margin: 0 24rpx;
- margin-top: 40rpx;
- padding-bottom: 40rpx;
- }
- .cpsahtxt {
- font-size: 28rpx;
- font-weight: bold;
- color: #333333;
- line-height: 40rpx;
- padding: 30rpx;
- }
- .cpsahngc {}
- .hduuyr {
- height: 404rpx;
- background: #4B6C96;
- }
- .hdxiahuax {
- background: #F4F4F4;
- width: 100%;
- height: 2rpx;
- }
- .hdlixmr {
- padding: 20rpx 36rpx;
- font-size: 32rpx;
- font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi;
- font-weight: 400;
- color: #333333;
- line-height: 44rpx;
- }
- .hdxqmmfr {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- margin-top: -20rpx;
- }
- .hdxqtxtye {
- font-size: 32rpx;
- font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi;
- font-weight: 400;
- color: #333333;
- margin-left: 15rpx;
- margin-top: 20rpx;
- min-height: 392rpx;
- }
- .hdtcwenh uni-textarea {
- width: 100%;
- height: 300rpx;
- }
- .hdtgyyqb {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- padding: 22rpx 20rpx;
- margin: 0 24rpx;
- margin-top: 30rpx;
- }
- .hdtcuur {
- font-size: 28rpx;
- font-weight: 600;
- color: #333333;
- line-height: 40rpx;
- margin: 8rpx 0;
- }
- .hdtcuutxta {
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- line-height: 40rpx;
- }
- .hdtcuutxt {
- width: 160rpx;
- }
- .hdtcjr {
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- padding: 30rpx 20rpx;
- margin: 0 24rpx;
- margin-top: 30rpx;
- }
- .hdtcjra {
- font-size: 28rpx;
- font-weight: 600;
- color: #333333;
- line-height: 40rpx;
- margin-bottom: 2rpx;
- }
- .hdtcjrb {
- font-size: 48rpx;
- font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
- font-weight: bold;
- color: #333333;
- line-height: 66rpx;
- }
- .hdtcjrc {
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- line-height: 40rpx;
- margin-top: 60rpx;
- }
- .hdtcwenh {
- margin-top: 12rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- line-height: 40rpx;
- }
- .scjhrw {
- width: 100%;
- height: 2rpx;
- background: #F4F4F4;
- margin: 14rpx 0;
- }
- .scmbberr {
- height: 2rpx;
- opacity: 0.2;
- background: #000000;
- margin: 0 11rpx;
- margin-top: -2rpx;
- margin-bottom: 70rpx;
- }
- .scuuerm {
- padding: 0 11rpx;
- }
- .sczhbry {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: 32rpx;
- width: 50%;
- color: #666666;
- line-height: 60rpx;
- }
- .sczhbry text {
- margin-bottom: 12rpx;
- }
- .sctyxer {
- font-size: 44rpx;
- font-weight: 500;
- color: #374B6E;
- }
- .sctyxer .scmmtui {
- background: #374B6E;
- }
- .scmmtui {
- height: 4rpx;
- width: 100%;
- opacity: 1;
- }
- .sczbfmty {
- font-size: 28rpx;
- font-weight: 600;
- color: #333333;
- line-height: 40rpx;
- margin-bottom: 10rpx;
- }
- .scjjhrt {
- width: 100%;
- margin-top: 220rpx;
- padding-bottom: 80rpx;
- }
- .wdkcxjr {
- width: 462rpx;
- padding: 24rpx 0rpx;
- border-radius: 120rpx 120rpx 120rpx 120rpx;
- font-size: 36rpx;
- font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
- font-weight: bold;
- color: #374B6E;
- margin-bottom: 16rpx;
- border: 2rpx solid #374B6E;
- }
- .rmkdwwer {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 104rpx;
- padding: 0 24rpx;
- }
- .rmkhdurr {
- display: flex;
- justify-content: flex-start;
- overflow-x: auto;
- background: #FFFFFF;
- padding: 0 30rpx;
- }
- .rmknuy {
- background: #FFFFFF;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- margin-top: 10rpx;
- padding: 10rpx 0;
- padding-bottom: 200rpx;
- box-shadow: 0rpx 0rpx 16rpx 2rpx rgba(0, 0, 0, 0.058823529411764705);
- }
- .kcquuer{
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 0rpx 2rpx #E4E4E4;
- padding: 10rpx 30rpx;
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- z-index: 998;
- background: #FFFFFF;
- }
- /* #ifdef MP-WEIXIN */
- .kcquuer {
- box-sizing: border-box;
- padding-bottom: 10rpx;
- }
-
- /* #endif */
- .kqyyefh{
- background: #95bf7f;
- border-radius: 120rpx 120rpx 120rpx 120rpx;
- font-size: 30rpx;
- font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
- font-weight: bold;
- color: #FFFFFF;
- padding: 22rpx 0;
- width: 47%;
- text-align: center;
- }
- .kqyyefha{
- background: linear-gradient(180deg, #FFE9D1 0%, #F0C99D 100%);
- border-radius: 120rpx 120rpx 120rpx 120rpx;
- font-size: 30rpx;
- font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
- font-weight: bold;
- color: #34353C;
- padding: 22rpx 0;
- width: 47%;
- text-align: center;
- }
- .dltoor{
- position: fixed;
- bottom: 170rpx;
- left: 0;
- width: 100%;
- }
- /* #ifdef MP-WEIXIN */
- .dltoor {
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
-
- /* #endif */
- .dlyhr{
- width: 476rpx;
- background: #AFB6C5;
- border-radius: 80rpx 80rpx 80rpx 80rpx;
- font-size: 32rpx;
- font-weight: normal;
- color: #FFFFFF;
- line-height:44rpx;
- padding: 20rpx 0;
- text-align: center;
- }
- .dlyzxs{
- width: 476rpx;
- background: #88BBDA;
- border-radius: 80rpx 80rpx 80rpx 80rpx;
- font-size: 32rpx;
- font-weight: normal;
- color: #FFFFFF;
- line-height: 44rpx;
- padding: 20rpx 0;
- text-align: center;
- margin-top: 40rpx;
- }
|