Commit a19882ab authored by lvtz's avatar lvtz

fix

parent 5bab50a8
......@@ -112,6 +112,7 @@
position: relative;
/* margin-top: -30rpx; */
padding: 23rpx 20rpx;
top: -1rpx;
}
.header-box::after{
content: '';
......
......@@ -375,6 +375,9 @@ page{
margin: 0 28rpx;
padding: 14rpx 11rpx 6rpx 21rpx;
}
.honor-content .honor-list-item:last-of-type{
border-bottom: none;
}
.honor-list-item .left{
display: flex;
align-items: center;
......@@ -417,7 +420,7 @@ page{
.honor-content .my-rank-wrapper{
padding: 0 12rpx;
position: relative;
top: -4rpx;
top: -24rpx;
}
.honor-content .my-rank-wrapper image{
width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment