193 lines
3.0 KiB
Plaintext
193 lines
3.0 KiB
Plaintext
/*
|
|
* 手太欠
|
|
* 愿这世界都如故事里一样 美好而动人~
|
|
*/
|
|
|
|
.classDet {
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
|
|
.classBack {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 500rpx;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
.classCont {
|
|
position: absolute;
|
|
left: 40rpx;
|
|
right: 40rpx;
|
|
top: 400rpx;
|
|
z-index: 9;
|
|
border-bottom: 110rpx solid transparent;
|
|
}
|
|
|
|
.classWhite {
|
|
background-color: white;
|
|
border-radius: 20rpx;
|
|
padding: 40rpx 30rpx;
|
|
box-sizing: border-box;
|
|
box-shadow: 0 0 20rpx rgba(85, 114, 254,.2);
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.classOne-lable {
|
|
position: relative;
|
|
margin-bottom: 50rpx;
|
|
}
|
|
|
|
.classOne-lable:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.classOne-lable-text {
|
|
position: absolute;
|
|
padding: 0 0 0 70rpx;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.classOne-lable-name {
|
|
width: 140rpx;
|
|
line-height: 60rpx;
|
|
}
|
|
|
|
.classOne-lable-tips {
|
|
width: calc(100% - 140rpx);
|
|
padding: 10rpx 60rpx 0 30rpx;
|
|
box-sizing: border-box;
|
|
color: #666;
|
|
}
|
|
|
|
.classOne-lable-img {
|
|
background: #effbf2;
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
padding: 12rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.classOne-lable-img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.classOne-lable-edit {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 8rpx;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
|
|
/* 班级学生 */
|
|
.classTwo-title {
|
|
display: flex;
|
|
line-height: 30rpx;
|
|
}
|
|
|
|
.classTwo-title-name {
|
|
position: relative;
|
|
padding-left: 25rpx;
|
|
flex: 1;
|
|
}
|
|
|
|
.classTwo-title-name::after {
|
|
content: '';
|
|
position: absolute;
|
|
width: 8rpx;
|
|
height: 30rpx;
|
|
background-color: #2170f1;
|
|
border-radius: 20rpx;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.classTwo-title-more {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.classTwo-list {
|
|
display: flex;
|
|
font-size: 26rpx;
|
|
text-align: center;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.classTwo-list-label {
|
|
margin-right: 50rpx;
|
|
color: #9c9c9c;
|
|
}
|
|
|
|
.classTwo-list-head {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 50%;
|
|
margin: 0 auto 10rpx;
|
|
}
|
|
|
|
/* 二维码 */
|
|
.classThree {
|
|
position: relative;
|
|
width: 100%;
|
|
padding-top: 90%;
|
|
margin-bottom: 40rpx;
|
|
border-radius: 20rpx;
|
|
box-shadow: 0 0 20rpx rgba(85, 114, 254,.2);
|
|
}
|
|
|
|
.classThree-back {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 2;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.classThree-code {
|
|
position: absolute;
|
|
width: 50%;
|
|
height: 50%;
|
|
top: 28%;
|
|
left: 25%;
|
|
z-index: 3;
|
|
}
|
|
|
|
|
|
/* footer */
|
|
|
|
.footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding-left: 30rpx;
|
|
padding-right: 30rpx;
|
|
background: white;
|
|
z-index: 9;
|
|
height: 110rpx;
|
|
}
|
|
|
|
.footer navigator {
|
|
width: 100%;
|
|
line-height: 80rpx;
|
|
height: 80rpx;
|
|
margin: 15rpx 0;
|
|
text-align: center;
|
|
background: #5572fe;
|
|
font-size: 30rpx;
|
|
color: white;
|
|
border-radius: 10rpx
|
|
}
|