|
@@ -16,7 +16,7 @@
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
.swiper-button-prev{
|
|
|
- left: 4px;
|
|
|
+ left: -29px;
|
|
|
background-image: url(../img/deMarcia/icon-prev.png);
|
|
|
&:hover{
|
|
|
background-image: url(../img/deMarcia/icon-prev-hover.png);
|
|
@@ -26,7 +26,7 @@
|
|
|
}
|
|
|
}
|
|
|
.swiper-button-next{
|
|
|
- right: 4px;
|
|
|
+ right: -29px;
|
|
|
background-image: url(../img/deMarcia/icon-next.png);
|
|
|
&:hover{
|
|
|
background-image: url(../img/deMarcia/icon-next-hover.png);
|
|
@@ -38,7 +38,7 @@
|
|
|
}
|
|
|
// 押注
|
|
|
.page-stake{
|
|
|
- padding: 0 34px;
|
|
|
+
|
|
|
position: relative;
|
|
|
.top-swiper-container{
|
|
|
margin-top: 6px;
|
|
@@ -46,8 +46,8 @@
|
|
|
.match-container{
|
|
|
padding: 20px 20px 28px 20px;
|
|
|
box-sizing: border-box;
|
|
|
- border: 1px solid #0B3C53;
|
|
|
- border-bottom: none;
|
|
|
+ border: 1px solid #262c2a;
|
|
|
+ // border-bottom: none;
|
|
|
.match-title-hidden{
|
|
|
visibility: hidden;
|
|
|
}
|
|
@@ -114,6 +114,9 @@
|
|
|
color: #0d516d;
|
|
|
font-weight: bold;
|
|
|
span{
|
|
|
+
|
|
|
+ font-weight: bold;
|
|
|
+ vertical-align: middle;
|
|
|
&.light, &.right{
|
|
|
color: #13d5d3;
|
|
|
}
|
|
@@ -532,7 +535,7 @@
|
|
|
cursor: pointer;
|
|
|
transition: all 0.3s ease;
|
|
|
z-index: 2;
|
|
|
- left: 0;
|
|
|
+ left: -34px;
|
|
|
bottom: 0;
|
|
|
&:hover{
|
|
|
transform: translate3d(-1px, -5px, 0);
|