Commit 86cd7569 Harvey

提交 首页

1 个父辈 4a4201e9
...@@ -106,49 +106,49 @@ ...@@ -106,49 +106,49 @@
<style scoped> <style scoped>
@media screen and (min-width:769px) { @media screen and (min-width:769px) {
.uni-swiper-height { .uni-swiper-height {
height: 248px !important; height: 228px !important;
} }
} }
@media screen and (max-width:769px) { @media screen and (max-width:769px) {
.uni-swiper-height { .uni-swiper-height {
height: 248px !important; height: 228px !important;
} }
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.uni-swiper-height { .uni-swiper-height {
height: 200px !important; height: 180px !important;
} }
} }
@media screen and (max-width: 480px) { @media screen and (max-width: 480px) {
.uni-swiper-height { .uni-swiper-height {
height: 170px !important; height: 150px !important;
} }
} }
@media screen and (max-width: 415px) { @media screen and (max-width: 415px) {
.uni-swiper-height { .uni-swiper-height {
height: 155px !important; height: 135px !important;
} }
} }
@media screen and (max-width: 412px) { @media screen and (max-width: 412px) {
.uni-swiper-height { .uni-swiper-height {
height: 150px !important; height: 130px !important;
} }
} }
@media screen and (max-width: 390px) { @media screen and (max-width: 390px) {
.uni-swiper-height { .uni-swiper-height {
height: 130px !important; height: 110px !important;
} }
} }
@media screen and (max-width: 280px) { @media screen and (max-width: 280px) {
.uni-swiper-height { .uni-swiper-height {
height: 100px !important; height: 80px !important;
} }
} }
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
padding: 10px 5px 0px 5px; padding: 10px 5px 0px 5px;
} }
.swiper-item {} .swiper-item {border-radius: 10px;}
.banner { .banner {
width: calc(100% - 10px); width: calc(100% - 10px);
......
...@@ -166,8 +166,8 @@ ...@@ -166,8 +166,8 @@
opacity: 0.8; opacity: 0.8;
width: 100%; width: 100%;
line-height: 50px; line-height: 36px;
height: 50px; height: 36px;
z-index: 9; z-index: 9;
text-align: center; text-align: center;
......
...@@ -176,8 +176,8 @@ ...@@ -176,8 +176,8 @@
opacity: 0.9; opacity: 0.9;
width: 100%; width: 100%;
line-height: 50px; line-height: 36px;
height: 50px; height: 36px;
z-index: 9; z-index: 9;
text-align: center; text-align: center;
...@@ -185,6 +185,5 @@ ...@@ -185,6 +185,5 @@
overflow: hidden; overflow: hidden;
font-size: 16px; font-size: 16px;
} }
</style> </style>
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!