mod(custom): 投注选项微调

This commit is contained in:
2024-01-23 15:53:41 +08:00
parent 0a7075b73c
commit 6550e80e3f
3 changed files with 1043 additions and 1043 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -467,8 +467,6 @@ onBeforeUnmount(() => {
<view class="icon"></view>
<view class="name">{{ item.max }}</view>
</view>
<view class="item"></view>
<view class="item"></view>
</view>
<view id="lottie" v-show="isLottie"></view>
</view>

View File

@@ -397,24 +397,25 @@ body {
.footer-box {
width: 100%;
margin-top: 5%;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
margin-top: 30px;
.item {
background-size: 100% 100%;
width: 300px;
height: 100px;
width: 220px;
min-width: 220px;
height: 75px;
display: flex;
align-items: center;
margin-bottom: 20px;
margin: 10px auto;
.icon {
background-image: url('../../../static/dz.png');
background-size: 100% 100%;
width: 70px;
height: 70px;
width: 55px;
height: 55px;
margin: auto 15px;
}
@@ -423,7 +424,7 @@ body {
-webkit-background-clip: text;
-webkit-text-stroke: 2px #000;
color: transparent;
font-size: 50px;
font-size: 40px;
font-weight: bold;
}
}