108 lines
1.6 KiB
Plaintext
108 lines
1.6 KiB
Plaintext
/*
|
|
* 手太欠
|
|
* 愿这世界都如故事里一样 美好而动人~
|
|
*/
|
|
|
|
|
|
/* 头部 */
|
|
.stuTop {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 260rpx;
|
|
}
|
|
|
|
.stuTop-back {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 0;
|
|
}
|
|
|
|
.stuTop-cont {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 100%;
|
|
display: flex;
|
|
color: #fff;
|
|
top: 70rpx;
|
|
left: 0;
|
|
padding-left: 40rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.stuTop-cont .stuTop-head {
|
|
width: 140rpx;
|
|
height: 140rpx;
|
|
border-radius: 50%;
|
|
border: 6rpx solid #79aaf0;
|
|
box-sizing: border-box;
|
|
margin-right: 40rpx;
|
|
}
|
|
|
|
.stuTop-text {
|
|
width: calc(100% - 260rpx);
|
|
}
|
|
|
|
.stuTop-text .stuTop-name {
|
|
font-size: 38rpx;
|
|
margin: 10rpx 0 15rpx;
|
|
}
|
|
|
|
.stuTop-text .stuTop-tips {
|
|
color: #c8d9ff;
|
|
}
|
|
|
|
/* 列表 */
|
|
.stuFoot {
|
|
background-color: white;
|
|
}
|
|
|
|
.stuList {
|
|
position: relative;
|
|
width: 100%;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.stuList .stuList-icon {
|
|
background-color: #f13a26;
|
|
width: 54rpx;
|
|
height: 54rpx;
|
|
border-radius: 8rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.stuList .stuList-icon image {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-top: 12rpx;
|
|
}
|
|
|
|
.stuList .stuList-cont {
|
|
position: absolute;
|
|
padding: 30rpx 30rpx 30rpx 110rpx;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
line-height: 54rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
}
|
|
|
|
.stuList .stuList-name {
|
|
flex: 1;
|
|
margin-right: 40rpx;
|
|
}
|
|
|
|
.stuList .stuList-more {
|
|
display: flex;
|
|
color: #a5a5a5;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.stuList .stuList-more image {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
margin: 12rpx 0 0 10rpx;
|
|
} |