mod(custom): 投注选项微调
This commit is contained in:
@@ -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: 240px;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user