You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
252 lines
3.8 KiB
Plaintext
252 lines
3.8 KiB
Plaintext
|
2 years ago
|
page{
|
||
|
|
background-color: #f8f8f7
|
||
|
|
}
|
||
|
|
|
||
|
|
.mb16{
|
||
|
|
margin-bottom: 32rpx;
|
||
|
|
}
|
||
|
|
.lefticon{
|
||
|
|
font-size:20px;
|
||
|
|
line-height: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.p13{
|
||
|
|
padding: 26rpx;
|
||
|
|
}
|
||
|
|
.bgf.p20{
|
||
|
|
padding: 40rpx;
|
||
|
|
}
|
||
|
|
.mw-labe{
|
||
|
|
display:flex;
|
||
|
|
flex-direction:row;
|
||
|
|
align-items:center;
|
||
|
|
}
|
||
|
|
.iconOut{
|
||
|
|
font-size: 20px;
|
||
|
|
width: 20px;
|
||
|
|
height:20px;
|
||
|
|
margin-right: 20px;
|
||
|
|
line-height: 1;
|
||
|
|
}
|
||
|
|
.iconOutTop{
|
||
|
|
|
||
|
|
width: 84px;
|
||
|
|
border-radius: 50%;
|
||
|
|
height:84px;
|
||
|
|
margin-right: 30px;
|
||
|
|
margin-left: 10px;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
.noLogin{
|
||
|
|
width: 84px;
|
||
|
|
border-radius: 50%;
|
||
|
|
height:84px;
|
||
|
|
margin-left: calc(50vw - 42px);
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.f20.mw-labe .flex-1{
|
||
|
|
display:flex;
|
||
|
|
flex-direction:row;
|
||
|
|
align-items:center;
|
||
|
|
}
|
||
|
|
.f20.mw-labe text{
|
||
|
|
color: #333;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 22px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.show-image{
|
||
|
|
width: 80rpx;
|
||
|
|
height: 80rpx;
|
||
|
|
max-width: 100%;
|
||
|
|
max-height: 100%;
|
||
|
|
border: none;
|
||
|
|
border-radius: 50%;
|
||
|
|
/* margin-right: 32rpx; */
|
||
|
|
/*padding-top: 18rpx;
|
||
|
|
padding-bottom: 18rpx;*/
|
||
|
|
}
|
||
|
|
.nav{
|
||
|
|
width: 100%;
|
||
|
|
overflow: hidden;
|
||
|
|
position: relative;
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
z-index: 10;
|
||
|
|
}
|
||
|
|
.nav-title{
|
||
|
|
width: 100%;
|
||
|
|
text-align: left;
|
||
|
|
/* position: absolute; */
|
||
|
|
/* bottom: 0; */
|
||
|
|
/* left: 0; */
|
||
|
|
z-index: 10;
|
||
|
|
font-family:PingFang-SC-Medium;
|
||
|
|
font-size:40rpx;
|
||
|
|
margin-left: 40rpx;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.new-top{
|
||
|
|
background-color: transparent;
|
||
|
|
padding: 20px 40rpx 0 40rpx;
|
||
|
|
z-index: -1;
|
||
|
|
position: relative;
|
||
|
|
font-size: 40rpx;
|
||
|
|
padding-left: 0;
|
||
|
|
/* align-items:flex-end;
|
||
|
|
display:flex; */
|
||
|
|
}
|
||
|
|
.meTop{
|
||
|
|
padding-top: 20px;
|
||
|
|
height: 116px;
|
||
|
|
background-color: #027AFF;
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
.weui-btn_primary{
|
||
|
|
width: 260px;
|
||
|
|
height: 50px;
|
||
|
|
opacity: 1;
|
||
|
|
background: #027AFF;
|
||
|
|
border-radius: 25px;
|
||
|
|
font-size: 18px;
|
||
|
|
font-weight: 601;
|
||
|
|
color: #ffffff;
|
||
|
|
padding: 0;
|
||
|
|
line-height: 50px;
|
||
|
|
|
||
|
|
}
|
||
|
|
.hover-btn.weui-btn_primary:active,.hover-btn.weui-btn_primary:focus,.hover-btn{
|
||
|
|
background-color: #ea433e;
|
||
|
|
opacity: 0.8;
|
||
|
|
}
|
||
|
|
.f20{
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
.fakeBtn{
|
||
|
|
margin: 0;
|
||
|
|
border-radius: 0;
|
||
|
|
/* border-top-right-radius: 4px;
|
||
|
|
border-top-left-radius: 4px; */
|
||
|
|
line-height:40px;
|
||
|
|
background-color:#fff;
|
||
|
|
}
|
||
|
|
.hcb{
|
||
|
|
background-color: #f2f2f2;
|
||
|
|
}
|
||
|
|
.p020{
|
||
|
|
padding: 0 20px;
|
||
|
|
}
|
||
|
|
.p200{
|
||
|
|
padding: 20px 0px;
|
||
|
|
}
|
||
|
|
.lineT{
|
||
|
|
height: 1px;
|
||
|
|
width: calc(100vw - 40px);
|
||
|
|
margin: 0 auto;
|
||
|
|
background-color: rgba(0, 0, 0, 0.08);
|
||
|
|
}
|
||
|
|
.p10{
|
||
|
|
padding:10px;
|
||
|
|
}
|
||
|
|
.rightXYY{
|
||
|
|
line-height: 1;
|
||
|
|
color: #999;
|
||
|
|
display: block;
|
||
|
|
flex: 1;
|
||
|
|
text-align: right;
|
||
|
|
}
|
||
|
|
.pft{
|
||
|
|
position: relative;
|
||
|
|
top: -40px;
|
||
|
|
}
|
||
|
|
.meTop0{
|
||
|
|
padding-top: 20px;
|
||
|
|
height: 136px;
|
||
|
|
background-color: #ea433e;
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
.yeView{
|
||
|
|
height:76px;
|
||
|
|
padding: 0 20px;
|
||
|
|
opacity: 1;
|
||
|
|
background: linear-gradient(239deg,#3b415b 5%, #191e30 58%);
|
||
|
|
border-radius: 12px;
|
||
|
|
border-bottom-left-radius: 0;
|
||
|
|
border-bottom-right-radius: 0;
|
||
|
|
}
|
||
|
|
.hMoney{
|
||
|
|
font-size: 24px;
|
||
|
|
font-weight: 601;
|
||
|
|
text-align: left;
|
||
|
|
color: #ffffff;
|
||
|
|
line-height: 33px;
|
||
|
|
}
|
||
|
|
.hText{
|
||
|
|
font-size: 12px;
|
||
|
|
font-weight: 400;
|
||
|
|
color: #cccccc;
|
||
|
|
line-height: 17px;
|
||
|
|
}
|
||
|
|
.hbtn{
|
||
|
|
width: 91px;
|
||
|
|
height: 34px;
|
||
|
|
background: #027AFF;
|
||
|
|
border-radius: 17px;
|
||
|
|
font-size: 14px;
|
||
|
|
font-weight: 400;
|
||
|
|
text-align: center;
|
||
|
|
color: #ffffff;
|
||
|
|
line-height: 34px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.weui-dialog__title{
|
||
|
|
font-size: 18px;
|
||
|
|
font-weight: 400;
|
||
|
|
color: #333333;
|
||
|
|
line-height: 25px;
|
||
|
|
}
|
||
|
|
.weui-dialog__bd{
|
||
|
|
font-size: 16px;
|
||
|
|
font-weight: 400;
|
||
|
|
text-align: center;
|
||
|
|
color: #787878;
|
||
|
|
line-height: 22px;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
/* border-bottom: 1rpx solid #e2e2e2; */
|
||
|
|
}
|
||
|
|
.weui-dialog__bd view{
|
||
|
|
padding-bottom: 20px;
|
||
|
|
|
||
|
|
border-bottom: 1rpx solid #e2e2e2;
|
||
|
|
}
|
||
|
|
.weui-dialog__hd {
|
||
|
|
padding: 32px 24px 20px;
|
||
|
|
}
|
||
|
|
.lflex{
|
||
|
|
font-size: 18px;
|
||
|
|
font-weight: 601;
|
||
|
|
text-align: center;
|
||
|
|
color: #027AFF;
|
||
|
|
line-height: 28px;
|
||
|
|
/* margin-top: 7px; */
|
||
|
|
padding:0 10px 0 30px;
|
||
|
|
}
|
||
|
|
.rflex{
|
||
|
|
flex:1;
|
||
|
|
padding:0 30px 0 10px;
|
||
|
|
}
|
||
|
|
.rflex button{
|
||
|
|
margin-top: 0;
|
||
|
|
margin-bottom: 0;
|
||
|
|
height: 40px;
|
||
|
|
opacity: 1;
|
||
|
|
background: #027AFF;
|
||
|
|
border-radius: 25px;
|
||
|
|
font-size: 18px;
|
||
|
|
font-weight: 601;
|
||
|
|
color: #ffffff;
|
||
|
|
line-height: 40px;
|
||
|
|
}
|