63 lines
1007 B
Plaintext
63 lines
1007 B
Plaintext
/*
|
|
* 手太欠
|
|
* 愿这世界都如故事里一样 美好而动人~
|
|
*/
|
|
|
|
/* 列表 */
|
|
.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;
|
|
}
|
|
|
|
.uni-border-down:last-child::after {
|
|
display: none;
|
|
} |