72 lines
1.1 KiB
Plaintext
72 lines
1.1 KiB
Plaintext
/*
|
|
* 手太欠
|
|
* 愿这世界都如故事里一样 美好而动人~
|
|
*/
|
|
|
|
.userTop {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
display: flex;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.userTop-img {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 50%;
|
|
border: 2rpx solid #e4e4e4;
|
|
}
|
|
|
|
.userTop-cont {
|
|
width: calc(100% - 160rpx);
|
|
color: #999;
|
|
font-size: 28rpx;
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
.userTop-name {
|
|
color: #000;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.userTop-teacher {
|
|
margin: 15rpx 0;
|
|
}
|
|
|
|
/* 工具 */
|
|
.userTool {
|
|
padding: 20rpx 30rpx;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
height: 90rpx;
|
|
position: relative;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.userTool-cont {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
padding: 20rpx 30rpx 20rpx 100rpx;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
}
|
|
|
|
.userTool-name {
|
|
flex: 1;
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.userTool-img {
|
|
width: 34rpx;
|
|
height: 34rpx;
|
|
opacity: .5;
|
|
margin-top: 8rpx;
|
|
}
|
|
|
|
.userTool-icon {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
} |