瀏覽代碼

德玛西亚杯

xiesj 6 年之前
父節點
當前提交
e0f012b723

+ 1 - 1
2018专题/赛事通用竞猜面板/src/modules/page/deMarcia.js

@@ -136,7 +136,7 @@ var V = {
         swiper = new Swiper('.top-swiper-container', {
             slidesPerView: num,
             centeredSlides: false,
-            spaceBetween: 2,
+            spaceBetween: 16,
             slideClass : 'top-swiper-slide',
             navigation: {
               nextEl: '.swiper-button-next',

+ 9 - 6
2018专题/赛事通用竞猜面板/src/sass/deMarcia.scss

@@ -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);