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/AccountSecurity/AccountSecurity.scss

87 lines
1.3 KiB

1 year ago
.page{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #f6f6f6;
}
/* 安全设置列表 */
.security-list{
1 year ago
// width: 100%;
1 year ago
background-color: #FFFFFF;
1 year ago
border-radius:10rpx;
margin:20rpx;
1 year ago
.list{
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 4%;
1 year ago
height: 80rpx;
1 year ago
border-bottom: 2rpx solid #f6f6f6;
.content{
width: 90%;
1 year ago
// height: 100%;
1 year ago
.title{
display: flex;
align-items: center;
width: 100%;
height: 50%;
text{
font-size: 30rpx;
color: #222222;
}
}
.describe{
display: flex;
align-items: center;
width: 100%;
text{
font-size: 24rpx;
color: #C0C0C0;
}
}
}
.more{
display: flex;
align-items: center;
text{
font-size: 28rpx;
color: #C0C0C0;
}
}
}
}
/* 账户申诉列表 */
.appeal-list{
width: 100%;
background-color: #FFFFFF;
border-radius: 20rpx;
margin: 20rpx auto;
.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: 28rpx;
color: #222222;
}
}
.more{
display: flex;
align-items: center;
text{
font-size: 28rpx;
color: #C0C0C0;
}
}
}
}