Showing
1 changed file
with
2 additions
and
2 deletions
@@ -106,13 +106,13 @@ | @@ -106,13 +106,13 @@ | ||
106 | // height: pxToRem(200px); | 106 | // height: pxToRem(200px); |
107 | // overflow: hidden; | 107 | // overflow: hidden; |
108 | .swiper-slide { | 108 | .swiper-slide { |
109 | - width: pxToRem(114px); | 109 | + width: auto; |
110 | div { | 110 | div { |
111 | text-align: center; | 111 | text-align: center; |
112 | &.cell { | 112 | &.cell { |
113 | font-size: pxToRem(24px); | 113 | font-size: pxToRem(24px); |
114 | background-color: $tableCellC; | 114 | background-color: $tableCellC; |
115 | - padding: pxToRem(15px) 0; | 115 | + padding: pxToRem(15px) pxToRem(40px); |
116 | border: 1px solid #fff; | 116 | border: 1px solid #fff; |
117 | } | 117 | } |
118 | } | 118 | } |
-
Please register or login to post a comment