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.
 
 
 
 
 
huazhiyu/pages/PaymentPassword/PaymentPassword.scss

39 lines
589 B

.page{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #f6f6f6;
}
.setting-list{
width: 100%;
margin: 20rpx auto;
background-color: #FFFFFF;
border-radius: 20rpx;
.list{
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 4%;
height: 100rpx;
border-bottom: 2rpx solid #f6f6f6;
.title{
display: flex;
align-items: center;
text{
font-size: 26rpx;
color: #222222;
}
}
.more{
display: flex;
align-items: center;
text{
font-size: 26rpx;
color: #959595;
}
}
}
}