68 lines
1.1 KiB
Plaintext
68 lines
1.1 KiB
Plaintext
|
|
.bgclore {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
background: #f9f9f9;
|
||
|
|
position: absolute;
|
||
|
|
z-index: -2;
|
||
|
|
}
|
||
|
|
|
||
|
|
.my-banner {
|
||
|
|
width: 100%;
|
||
|
|
height: 100rpx;
|
||
|
|
position: relative;
|
||
|
|
padding: 40rpx;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
.my-banner .image {
|
||
|
|
position: absolute;
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
right: 0;
|
||
|
|
z-index: -1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.my-banner .username {
|
||
|
|
font-size: 36rpx;
|
||
|
|
color: #ffffff;
|
||
|
|
display: block;
|
||
|
|
font-weight: bold;
|
||
|
|
margin-bottom: 10rpx;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.my-container {
|
||
|
|
width: 100%;
|
||
|
|
background: #ffffff;
|
||
|
|
padding: 20rpx 40rpx;
|
||
|
|
margin-top: 120rpx;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
.list-wrap {
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
padding: 40rpx 0rpx;
|
||
|
|
/* border-bottom: 1px solid #eeeeee; */
|
||
|
|
}
|
||
|
|
|
||
|
|
.list-wrap .list-wrap-img {
|
||
|
|
width: 40rpx;
|
||
|
|
height: 40rpx;
|
||
|
|
margin-right: 20rpx;
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
|
||
|
|
.list-wrap-info {
|
||
|
|
flex: 1;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
font-weight: 500;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fc9 {
|
||
|
|
color: #999999
|
||
|
|
}
|