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.
52 lines
831 B
52 lines
831 B
/* pages/classsetting/classsetting.wxss */
|
|
.header {
|
|
height: 54px;
|
|
align-items: center;
|
|
background-color: #FFF;
|
|
}
|
|
.title{
|
|
align-items: center
|
|
}
|
|
.change_name {
|
|
flex: 1;
|
|
font-size: 18px;
|
|
box-sizing: border-box;
|
|
border-top: 1px solid #eee;
|
|
border-bottom: 1px solid #eee;
|
|
padding-left: 12px;
|
|
line-height: 100%;
|
|
height: 100%;
|
|
}
|
|
.change {
|
|
color: #FFF;
|
|
background-color: #1aad19;
|
|
font-size: 16px;
|
|
line-height: 53px;
|
|
padding: 0 16px;
|
|
}
|
|
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;
|
|
width: 100%;
|
|
} |