diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index a561187..55532f9 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -1377,7 +1377,6 @@ export default { .wrap { width: 100%; position: relative; - //width: 100%; height: calc(100vh - 68px); overflow: hidden; background:url("../../../assets/img/integrated-counter-bg.png"); @@ -1492,7 +1491,6 @@ export default { .wrap { width: 100%; position: relative; - //width: 100%; height: calc(100vh - 68px); overflow: hidden; background:url("../../../assets/img/integrated-counter-bg.png"); @@ -1601,7 +1599,6 @@ export default { .wrap { width: 100%; position: relative; - //width: 100%; height: calc(100vh - 68px); overflow: hidden; background:url("../../../assets/img/integrated-counter-bg.png"); @@ -1713,7 +1710,6 @@ export default { .wrap { width: 100%; position: relative; - //width: 100%; height: calc(100vh - 68px); overflow: hidden; background:url("../../../assets/img/integrated-counter-bg.png"); @@ -1825,7 +1821,6 @@ export default { .wrap { width: 100%; position: relative; - //width: 100%; height: calc(100vh - 68px); overflow: hidden; background:url("../../../assets/img/integrated-counter-bg.png"); @@ -1937,7 +1932,6 @@ export default { .wrap { width: 100%; position: relative; - //width: 100%; height: calc(100vh - 68px); overflow: hidden; background:url("../../../assets/img/integrated-counter-bg.png"); @@ -2049,7 +2043,6 @@ export default { .wrap { width: 100%; position: relative; - //width: 100%; height: calc(100vh - 68px); overflow: hidden; background:url("../../../assets/img/integrated-counter-bg.png"); @@ -2160,7 +2153,6 @@ export default { .wrap{ width: 1550px; position: relative; - //width: 100%; height: calc(100vh - 68px); overflow: hidden; background:url("../../../assets/img/integrated-counter-bg.png"); @@ -2328,7 +2320,7 @@ export default { cursor: pointer; margin: 0 10px; img { - width: 99px; + width: 95%; max-height: 105px; margin: auto; margin-top: 40px; @@ -2364,23 +2356,23 @@ export default { // 兼容小屏幕的goods-dia @media screen and (min-width: 1200px) and (max-width: 1919px) { .goods-dia { - height: 15vh; + //height: 15vh; width: 100%; .justify-center { - max-height: 13vh; + //max-height: 13vh; } .file { top: 0; - max-height: 13vh; + //max-height: 13vh; img { - max-height: 8vh; + //max-height: 8vh; margin: auto; margin-top: 1vh; } p { - top: 9vh; - line-height: 3vh; - font-size: 3vh; + //top: 9vh; + line-height: 4vh; + font-size: 2vh; } } } @@ -2592,10 +2584,10 @@ export default { margin-top: -5vh; .left{ .file { - height: 10vh; + //height: 10vh; img { - height: 10vh; - width: 5vw; + //height: 10vh; + //width: 5vw; margin: 10px auto 0; z-index: 9; }