fix: new index
This commit is contained in:
@@ -86,7 +86,10 @@
|
||||
<view class="title-left-decor"></view>
|
||||
<text class="section-title">热门壁纸</text>
|
||||
<view class="header-right" @tap="navTo('/pages/wallpaper/index')">
|
||||
<text class="more-text">查看全部</text>
|
||||
<view class="more-btn">
|
||||
<text class="more-text">查看全部</text>
|
||||
<uni-icons type="right" size="12" color="#ff5722" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<scroll-view
|
||||
@@ -118,8 +121,9 @@
|
||||
<view class="title-left-decor"></view>
|
||||
<text class="section-title">爆款头像</text>
|
||||
<view class="header-right" @tap="navTo('/pages/avatar/index')">
|
||||
<view class="header-right" @tap="navTo('/pages/avatar/download')">
|
||||
<view class="more-btn">
|
||||
<text class="more-text">查看全部</text>
|
||||
<uni-icons type="right" size="12" color="#ff5722" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -565,9 +569,25 @@ onShareTimeline(() => {
|
||||
letter-spacing: 1rpx;
|
||||
}
|
||||
|
||||
.header-right {
|
||||
.more-btn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background: #ffebee;
|
||||
padding: 8rpx 20rpx;
|
||||
border-radius: 24rpx;
|
||||
transition: all 0.3s;
|
||||
|
||||
&:active {
|
||||
opacity: 0.8;
|
||||
background: #ffcdd2;
|
||||
}
|
||||
|
||||
.more-text {
|
||||
font-size: 22rpx;
|
||||
color: #ff5722;
|
||||
font-weight: 500;
|
||||
margin-right: 2rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user