|
|
@@ -65,18 +65,6 @@ export default {
|
|
|
<style lang="stylus" scoped>
|
|
|
@import '../assets/swiper.min.css';
|
|
|
|
|
|
-@media only screen and (max-width: 479px) {
|
|
|
- .swiper-button-next img {
|
|
|
- width: 16px !important;
|
|
|
- height: 16px !important;
|
|
|
- }
|
|
|
-
|
|
|
- .swiper-button-prev img {
|
|
|
- width: 16px !important;
|
|
|
- height: 16px !important;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
.swiper-button-next:after, .swiper-button-prev:after {
|
|
|
display: none;
|
|
|
}
|
|
|
@@ -150,4 +138,19 @@ body {
|
|
|
-webkit-align-items: center;
|
|
|
align-items: center;
|
|
|
}
|
|
|
+@media only screen and (max-width: 479px) {
|
|
|
+ .swiper-button-next img {
|
|
|
+ width: 16px !important;
|
|
|
+ height: 16px !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .swiper-button-prev img {
|
|
|
+ width: 16px !important;
|
|
|
+ height: 16px !important;
|
|
|
+ }
|
|
|
+ .swiper-wrapper img {
|
|
|
+ width: 100%;
|
|
|
+ height: 150px;
|
|
|
+}
|
|
|
+}
|
|
|
</style>
|