84 lines
1.1 KiB
Plaintext
84 lines
1.1 KiB
Plaintext
/* pages/member/CourseManage/CourseManage.wxss */
|
|
.header {
|
|
width: 100%;
|
|
margin-bottom: 10rpx;
|
|
padding: 20rpx;
|
|
background-color: #f15353;
|
|
color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.head-img {
|
|
flex: 0 0 65%;
|
|
display: flex;
|
|
margin-right: 18rpx;
|
|
}
|
|
|
|
.head-img image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
margin-right: 20rpx;
|
|
border: solid 2rpx #fff;
|
|
overflow: hidden;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.nickname {
|
|
font-weight: bold;
|
|
align-self: center;
|
|
}
|
|
|
|
.level {
|
|
flex: 1;
|
|
}
|
|
|
|
.list-box {
|
|
background-color: #fff;
|
|
width: 100%;
|
|
}
|
|
|
|
.list {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 88rpx;
|
|
border-top: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
.list:last-child {
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
.left .iconfont {
|
|
margin-left: 15rpx;
|
|
font-size: 52rpx;
|
|
color: #f15353;
|
|
}
|
|
|
|
.center {
|
|
flex: 1;
|
|
text-align: left;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
padding-left: 12rpx;
|
|
}
|
|
|
|
.right {
|
|
padding-right: 28rpx;
|
|
}
|
|
|
|
.right .more {
|
|
position: absolute;
|
|
right: 75rpx;
|
|
line-height: 59rpx;
|
|
color: #8c8c8c;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.van-icon {
|
|
padding-top: 10rpx;
|
|
}
|