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.
pk8f3pmu2/pages/classsetting/classsetting.wxss

28 lines
433 B

/* pages/classsetting/classsetting.wxss */
button{
margin: 2px 36px;
font-size: 14px;
}
.hint{
padding-left: 16px;
}
.student-list{
margin-bottom: 40px;
}
.student{
align-items: center;
background: white;
padding: 20rpx 16px;
border-bottom: 1rpx solid #EEE;
position: relative;
margin: 0 -12px;
}
.container{
margin-bottom: 40px;
}
.footer{
position: fixed;
bottom: 0;
background: white;
width: 100%;
}