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.
 
 
 
 
 
 

62 lines
916 B

.setlist {
margin-top: 20px;
width: calc(100% - 20px);
margin-left: 10px;
}
.setbtn {
position: absolute;
right: 0;
width: 56px;
height: 24px;
line-height: 24px;
text-align: center;
color: #FF5725;
font-size: 14px;
border: 1px solid #FF5725;
}
.set1 {
position: relative;
height: 50px;
line-height: 50px;
color: #323232;
font-size: 16px;
font-weight: bold;
align-items: center;
}
.closeview {
width: 50px;
height: 50px;
position: absolute;
top: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
}
.settop {
height: 50px;
align-items: center;
}
.guanbiimage {
width: 16px;
height: 16px;
}
.settitle {
width: 100%;
height: 50px;
line-height: 50px;
color: #323232;
text-align: center;
font-size: 18px;
font-weight: bold;
}
.setview {
width: 100%;
height: 320px;
border-radius: 16px 16px 0 0;
background-color: #FFFFFF;
position: fixed;
bottom: 0;
}