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.
 
 
 
 
 
hezhiying/pages/AccountAssociated/AccountAssociated.scss

51 lines
731 B

.page{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #f6f6f6;
}
/* 关联列表 */
.relevance-list{
width: 100%;
background-color: #FFFFFF;
border-radius: 0 0 20rpx 20rpx;
.list{
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 4%;
height: 80rpx;
.title{
display: flex;
align-items: center;
image{
width: 40rpx;
height: 40rpx;
}
text{
font-size: 28rpx;
color: #222222;
margin-left: 20rpx;
}
}
.more{
display: flex;
align-items: center;
text{
font-size: 28rpx;
color: #C0C0C0;
}
}
}
}
.hint{
padding: 0 4%;
margin: 20rpx auto;
text{
font-size: 24rpx;
color: #959595;
}
}