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.
28 lines
433 B
28 lines
433 B
5 years ago
|
/* 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%;
|
||
|
}
|