微调首页各标题下横线的左边距
This commit is contained in:
parent
161e2cbddb
commit
4ae0336e1d
@ -35,6 +35,9 @@
|
||||
margin-bottom: 20rpx;
|
||||
position: relative;
|
||||
}
|
||||
.comp-title i{
|
||||
color: #777777;
|
||||
}
|
||||
.comp-title::after {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
|
@ -5,6 +5,15 @@
|
||||
width: 750rpx;
|
||||
position: relative;
|
||||
}
|
||||
.game-cell::after {
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
border-top: 1rpx solid #eee;
|
||||
background: #eee;
|
||||
content: ' ';
|
||||
}
|
||||
.game-cell .game-icon {
|
||||
margin-right:10px;
|
||||
width:70px;
|
||||
@ -51,15 +60,7 @@
|
||||
-webkit-line-clamp:2;
|
||||
height:29px;
|
||||
}
|
||||
.game-cell::after {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
border-top: 1rpx solid #eee;
|
||||
background: #eee;
|
||||
content: ' ';
|
||||
}
|
||||
|
||||
.left-btn {
|
||||
margin-right: 0.8rem;
|
||||
display: flex;
|
||||
|
@ -47,21 +47,12 @@ page {
|
||||
font-size:30rpx;
|
||||
width: 750rpx;
|
||||
background-color:#ffffff;
|
||||
margin-bottom:1px;
|
||||
margin-top: 1px;
|
||||
position: relative;
|
||||
}
|
||||
.list-title::after{
|
||||
position: absolute;
|
||||
left: 15rpx;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
border-top: 1rpx solid #e5e5e5;
|
||||
background: #e5e5e5;
|
||||
content: ' ';
|
||||
}
|
||||
.list-title::before{
|
||||
position: absolute;
|
||||
left: 15rpx;
|
||||
left: 10px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
border-top: 1rpx solid #e5e5e5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user