添加新年主题
This commit is contained in:
@@ -153,6 +153,12 @@ onShareTimeline(() => {
|
|||||||
<template>
|
<template>
|
||||||
<Container :isHome="true" :showBackToGame="true">
|
<Container :isHome="true" :showBackToGame="true">
|
||||||
<view class="container">
|
<view class="container">
|
||||||
|
<view class="top-theme">
|
||||||
|
<image
|
||||||
|
src="https://static.shelingxingqiu.com/attachment/2025-12-31/dfc9dxrq4xn7e6y2pp.png"
|
||||||
|
mode="widthFix"
|
||||||
|
/>
|
||||||
|
</view>
|
||||||
<UserHeader showRank :onSignin="() => (showModal = true)" />
|
<UserHeader showRank :onSignin="() => (showModal = true)" />
|
||||||
<view :style="{ padding: '12px 10px' }">
|
<view :style="{ padding: '12px 10px' }">
|
||||||
<view class="feature-grid">
|
<view class="feature-grid">
|
||||||
@@ -501,4 +507,16 @@ onShareTimeline(() => {
|
|||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
.top-theme {
|
||||||
|
position: absolute;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
width: 100%;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
.top-theme > image {
|
||||||
|
width: 300rpx;
|
||||||
|
transform: translate(-4%, -14%);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -301,6 +301,11 @@ onShareTimeline(() => {
|
|||||||
<view class="title" :style="{ marginBottom: 0 }">
|
<view class="title" :style="{ marginBottom: 0 }">
|
||||||
<image src="../static/point-book-title1.png" mode="widthFix" />
|
<image src="../static/point-book-title1.png" mode="widthFix" />
|
||||||
</view>
|
</view>
|
||||||
|
<image
|
||||||
|
src="https://static.shelingxingqiu.com/attachment/2025-12-31/dfc9dxrpyf4exh4rhd.png"
|
||||||
|
mode="widthFix"
|
||||||
|
class="bowtarget-theme"
|
||||||
|
/>
|
||||||
<view class="heat-map">
|
<view class="heat-map">
|
||||||
<image
|
<image
|
||||||
:src="bowTargetSrc || '../static/bow-target.png'"
|
:src="bowTargetSrc || '../static/bow-target.png'"
|
||||||
@@ -554,4 +559,9 @@ onShareTimeline(() => {
|
|||||||
.tip-content > view > button:last-child {
|
.tip-content > view > button:last-child {
|
||||||
background: #fed847;
|
background: #fed847;
|
||||||
}
|
}
|
||||||
|
.bowtarget-theme {
|
||||||
|
width: 100vw;
|
||||||
|
margin-left: -25rpx;
|
||||||
|
margin-bottom: -30vw;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 5.8 KiB |
Reference in New Issue
Block a user