feat: 首页查看更多
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
}
|
||||
|
||||
.home-section-panel {
|
||||
margin-top: @section-gap;
|
||||
margin-top: 48rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@@ -192,7 +192,7 @@
|
||||
}
|
||||
|
||||
.home-track-scroll {
|
||||
margin-top: @section-gap-sm;
|
||||
margin-top: 16rpx;
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
// padding: 16rpx 0 20rpx;
|
||||
@@ -286,7 +286,7 @@
|
||||
}
|
||||
|
||||
.home-age-scroll {
|
||||
margin-top: @section-gap-sm;
|
||||
margin-top: @section-gap-xs;
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@@ -341,7 +341,7 @@
|
||||
}
|
||||
|
||||
.home-hot-list {
|
||||
margin-top: @section-gap-sm;
|
||||
margin-top: @section-gap-xs;
|
||||
padding: 0 @page-padding-x;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -434,8 +434,10 @@
|
||||
background: @brand;
|
||||
color: #2b2b2b;
|
||||
font-size: 36rpx;
|
||||
line-height: 56rpx;
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user