mod(custom): 投注选项微调
This commit is contained in:
@@ -397,24 +397,25 @@ body {
|
|||||||
|
|
||||||
.footer-box {
|
.footer-box {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 5%;
|
display: grid;
|
||||||
display: flex;
|
grid-template-columns: repeat(3, 1fr);
|
||||||
flex-wrap: wrap;
|
grid-gap: 10px;
|
||||||
justify-content: space-evenly;
|
margin-top: 30px;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
width: 240px;
|
width: 220px;
|
||||||
height: 100px;
|
min-width: 220px;
|
||||||
|
height: 75px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 20px;
|
margin: 10px auto;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
background-image: url('../../../static/dz.png');
|
background-image: url('../../../static/dz.png');
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
width: 70px;
|
width: 55px;
|
||||||
height: 70px;
|
height: 55px;
|
||||||
margin: auto 15px;
|
margin: auto 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -423,7 +424,7 @@ body {
|
|||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
-webkit-text-stroke: 2px #000;
|
-webkit-text-stroke: 2px #000;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
font-size: 50px;
|
font-size: 40px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -467,8 +467,6 @@ onBeforeUnmount(() => {
|
|||||||
<view class="icon"></view>
|
<view class="icon"></view>
|
||||||
<view class="name">{{ item.max }}</view>
|
<view class="name">{{ item.max }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item"></view>
|
|
||||||
<view class="item"></view>
|
|
||||||
</view>
|
</view>
|
||||||
<view id="lottie" v-show="isLottie"></view>
|
<view id="lottie" v-show="isLottie"></view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -397,24 +397,25 @@ body {
|
|||||||
|
|
||||||
.footer-box {
|
.footer-box {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 5%;
|
display: grid;
|
||||||
display: flex;
|
grid-template-columns: repeat(3, 1fr);
|
||||||
flex-wrap: wrap;
|
grid-gap: 10px;
|
||||||
justify-content: space-evenly;
|
margin-top: 30px;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
width: 300px;
|
width: 220px;
|
||||||
height: 100px;
|
min-width: 220px;
|
||||||
|
height: 75px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 20px;
|
margin: 10px auto;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
background-image: url('../../../static/dz.png');
|
background-image: url('../../../static/dz.png');
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
width: 70px;
|
width: 55px;
|
||||||
height: 70px;
|
height: 55px;
|
||||||
margin: auto 15px;
|
margin: auto 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -423,7 +424,7 @@ body {
|
|||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
-webkit-text-stroke: 2px #000;
|
-webkit-text-stroke: 2px #000;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
font-size: 50px;
|
font-size: 40px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user