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.

66 lines
1.3 KiB
CSS

body{ background-color: #F5F5F5;}
.setting{
width: 100%;
font-family:PingFang SC;
}
.setting-box{
margin-top: 0.2rem;
background-color: #fff;
}
.setting-info{
padding: 0.15rem 0.3rem;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #F5F5F5;
height: 0.78rem;
}
.setting-info .left{
display: flex;
align-items: center;
font-size: 0.28rem;
font-weight:500;
color:rgba(41,41,41,1);
}
.setting-info .left>img{
width: 0.3rem;
height: 0.3rem;
margin-right: 0.22rem;
}
.setting-info>img{
width: 0.8rem;
height: 0.8rem;
}
.setting-info>div{
font-size:0.28rem;
font-weight:400;
color:rgba(41,41,41,1);
}
.setting-info>.right{
font-size:0.28rem;
font-weight:400;
color:rgba(169,169,169,1);
margin-right: 0.4rem;
}
/* 箭头 */
.arror{
position: relative;
display: flex;
flex-direction: row;
align-items: center;
}
.arror::after{
position: absolute;
display: flex;
justify-content: space-between;
content: '';
width: 0.2rem;
height: 0.2rem;
right: 0.3rem;
transform:rotate(45deg);
border-top: 0.04rem solid #A9A9A9;
border-right:0.04rem solid #A9A9A9;
}
.setting-info>.rightSel{
color: #21B1EB;
}