Authored by 王水玲

店铺首页图片切换按钮效果添加

@@ -132,14 +132,29 @@ @@ -132,14 +132,29 @@
132 width: 660px; 132 width: 660px;
133 height: 100%; 133 height: 100%;
134 overflow: hidden; 134 overflow: hidden;
  135 + position: relative;
  136 +
  137 + .slide-wrapper {
  138 + height: 358px;
  139 + }
  140 +
  141 +
  142 + .slide-switch {
  143 + a.prev {
  144 + margin-left: -330px;
  145 + }
  146 +
  147 + a.next {
  148 + margin-right: -330px;
  149 + }
  150 + }
135 151
136 img { 152 img {
137 width: 100%; 153 width: 100%;
138 height: 100%; 154 height: 100%;
139 } 155 }
140 156
141 - .slide-pagination,  
142 - .slide-switch { 157 + .slide-pagination {
143 display: none; 158 display: none;
144 } 159 }
145 } 160 }