You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.1 KiB

.box{
background-size:cover;
}
.container {
width: 100%;
height: 330px;
}
.mine_title{
width: calc(100% -64rpx);
display: flex;
padding: 208rpx 32rpx 0rpx 32rpx;
justify-content: space-between;
}
.quit{
margin-top:416rpx;
display: flex;
align-content: space-between;
margin-bottom: 82rpx;
}
.btns{
color: #0084FF;
border:2rpx solid #99CEFF;
display: inline-block;
width: 688rpx;
font-size: 28rpx;
height: 88rpx;
line-height:88rpx ;
background: #d9edff;
}
.content{
margin-top: 136rpx;
}
.cell_label{
font-size: 32rpx;
margin-left: 36rpx;
margin-top: 20rpx;
}
.content .van-cell{
background: transparent;
height: 128rpx;
}
.content .van-icon__image{
width: 48rpx;
height: 48rpx;
position: relative;
left: 32rpx;
top: 50%;
transform: translateX(-50%);
}
.content .van-icon-arrow{
position: relative;
top: 50%;
transform: translateX(-50%);
}
.title_right{
border: 2px solid white;
border-radius: 50%;
height: 128rpx;
width: 128rpx;
}