医学道
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.
 
 
 
video/src/pages/manage/studentAdmin/student.scss

48 lines
651 B

.user {
.header {
border-bottom: 1px solid #ddd;
.lock {
padding: 4px 20px;
border-radius: 5px;
color: #fff;
margin-right: 20px;
}
Text {
color: #6e6e6e;
}
.del {
color: red;
}
}
.info {
Image {
width: 150px;
height: 150px;
background: #ddd;
border-radius: 50%;
}
}
}
.add {
margin: 20px;
border-radius: 10px;
background: linear-gradient(to right, #8284f7, #5a93f9);
color: #fff;
position: fixed;
width: 710rpx;
bottom: 20px;
}
.operation {
border-top: 1px solid #ddd;
View {
width: 50%;
text-align: center;
}
}