|
@@ -4,6 +4,8 @@ li{list-style:none}
|
|
|
* PC端
|
|
|
*/
|
|
|
@media screen and (min-width:768px){
|
|
|
+.bg-repeat{background-repeat: repeat-x;}
|
|
|
+.bg-cover{background-size: cover;}
|
|
|
.equipmentBox{width:100%;margin:16px 0;background:#FFF;box-sizing:border-box;padding:15px}
|
|
|
.equipmentBox .imageBox{float:left;width:452px;height:300px;background:#F3F7FE;}
|
|
|
.equipmentBox img{width:100%;height:100%;display:block}
|
|
@@ -52,6 +54,8 @@ li{list-style:none}
|
|
|
* 移动端
|
|
|
*/
|
|
|
@media screen and (max-width:768px){
|
|
|
+.bg-repeat{background-repeat: repeat-x;}
|
|
|
+.bg-cover{background-size: cover;}
|
|
|
.equipmentBox{width:100%;background:#FFF;padding-bottom:2.7vw;margin-bottom: 2.7vw;}
|
|
|
.equipmentBox .imageBox{width:100%;height:66.6vw;}
|
|
|
.equipmentBox img{width:100%;height:100%;display:block}
|