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.

48 lines
971 B
CSS

.name-info{
width: 100%;
}
.name-input {
padding: 0.15rem 0.3rem;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #F5F5F5;
height: 0.78rem;
}
.name-inputBox {
display: flex;
align-items: center;
font-size:0.28rem;
font-family:PingFang SC;
font-weight:500;
color:rgba(41,41,41,1)
}
.name-inputBox>img{
width: 0.3rem;
height: 0.3rem;
margin-right: 0.23rem;
}
.name-input>input{
font-size:0.28rem;
font-family:PingFang SC;
font-weight:400;
color:rgba(169,169,169,1);
outline: 0;
border: 0;
height: 0.5rem;
width: 4rem;
text-align: right;
}
.save{
width:5rem;
height:0.8rem;
background:rgba(33,177,235,1);
border-radius:0.4rem;
font-size:0.32rem;
font-family:PingFang SC;
font-weight:500;
color:rgba(255,255,255,1);
line-height: 0.8rem;
text-align: center;
margin: 0.3rem auto 0 auto;
}