|
|
@ -180,7 +180,7 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
@media (min-width: 280px) and (max-width: 750px) { |
|
|
|
@media (min-width: 280px) and (max-width: 1200px) { |
|
|
|
.wrap{ |
|
|
|
.wrap{ |
|
|
|
/deep/ .el-carousel { |
|
|
|
/deep/ .el-carousel { |
|
|
|
height: 18rem; |
|
|
|
height: 18rem; |
|
|
@ -195,6 +195,7 @@ export default { |
|
|
|
.banner-item .banner-name[data-v-1525064c] { |
|
|
|
.banner-item .banner-name[data-v-1525064c] { |
|
|
|
font-size: 1.5rem; |
|
|
|
font-size: 1.5rem; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.inner{ |
|
|
|
.inner{ |
|
|
|
width: 95%; |
|
|
|
width: 95%; |
|
|
|
.list{ |
|
|
|
.list{ |
|
|
@ -227,4 +228,338 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 1200px) { |
|
|
|
|
|
|
|
.inner{ |
|
|
|
|
|
|
|
width: 95%; |
|
|
|
|
|
|
|
.list{ |
|
|
|
|
|
|
|
li { |
|
|
|
|
|
|
|
margin-top: 20px; |
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
height: 500px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
padding: 20px 10px 10px ; |
|
|
|
|
|
|
|
top: 30px; |
|
|
|
|
|
|
|
h6{ |
|
|
|
|
|
|
|
font-size: 2rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.sub{ |
|
|
|
|
|
|
|
margin: 10px 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.des{ |
|
|
|
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 320px) { |
|
|
|
|
|
|
|
.wrap { |
|
|
|
|
|
|
|
/deep/ .el-carousel{ |
|
|
|
|
|
|
|
height: 13rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .el-carousel__container{ |
|
|
|
|
|
|
|
height: 13rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .el-carousel__item { |
|
|
|
|
|
|
|
height: 13rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.banner-item{ |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
height: 13rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.banner-name { |
|
|
|
|
|
|
|
font-size: 1.5rem; |
|
|
|
|
|
|
|
line-height: 1rem; |
|
|
|
|
|
|
|
left: 5rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.inner { |
|
|
|
|
|
|
|
.list { |
|
|
|
|
|
|
|
li { |
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
height: 15rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
top: 1rem; |
|
|
|
|
|
|
|
h6 { |
|
|
|
|
|
|
|
font-size: 1rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.sub{ |
|
|
|
|
|
|
|
font-size: .85rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.des { |
|
|
|
|
|
|
|
font-size: .85rem; |
|
|
|
|
|
|
|
line-height: .85rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
width: 2rem;height: 2rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (min-width: 320px) and (max-width: 375px) { |
|
|
|
|
|
|
|
.wrap { |
|
|
|
|
|
|
|
/deep/ .el-carousel{ |
|
|
|
|
|
|
|
height: 15rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .el-carousel__container{ |
|
|
|
|
|
|
|
height: 15rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .el-carousel__item { |
|
|
|
|
|
|
|
height: 15rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.banner-item{ |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
height: 15rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.banner-name { |
|
|
|
|
|
|
|
font-size: 1.5rem; |
|
|
|
|
|
|
|
line-height: 1rem; |
|
|
|
|
|
|
|
left: 5rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.inner { |
|
|
|
|
|
|
|
.list { |
|
|
|
|
|
|
|
li { |
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
height: 15rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
top: 1rem; |
|
|
|
|
|
|
|
h6 { |
|
|
|
|
|
|
|
font-size: 1rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.sub{ |
|
|
|
|
|
|
|
font-size: .85rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.des { |
|
|
|
|
|
|
|
font-size: .85rem; |
|
|
|
|
|
|
|
line-height: .85rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
width: 2rem;height: 2rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (min-width: 375px) and (max-width: 480px) { |
|
|
|
|
|
|
|
.wrap { |
|
|
|
|
|
|
|
/deep/ .el-carousel{ |
|
|
|
|
|
|
|
height: 18rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .el-carousel__container{ |
|
|
|
|
|
|
|
height: 18rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .el-carousel__item { |
|
|
|
|
|
|
|
height: 18rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.banner-item{ |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
height: 18rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.banner-name { |
|
|
|
|
|
|
|
font-size: 1.5rem; |
|
|
|
|
|
|
|
line-height: 1rem; |
|
|
|
|
|
|
|
left: 5rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.inner { |
|
|
|
|
|
|
|
.list { |
|
|
|
|
|
|
|
li { |
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
height: 18rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
top: 2.5rem; |
|
|
|
|
|
|
|
h6 { |
|
|
|
|
|
|
|
font-size: 1rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.sub{ |
|
|
|
|
|
|
|
font-size: .85rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.des { |
|
|
|
|
|
|
|
font-size: .85rem; |
|
|
|
|
|
|
|
line-height: .85rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
width: 2rem;height: 2rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (min-width: 480px) and (max-width: 640px) { |
|
|
|
|
|
|
|
.wrap { |
|
|
|
|
|
|
|
/deep/ .el-carousel{ |
|
|
|
|
|
|
|
height: 22rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .el-carousel__container{ |
|
|
|
|
|
|
|
height: 22rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .el-carousel__item { |
|
|
|
|
|
|
|
height: 22rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.banner-item{ |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
height: 22rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.banner-name { |
|
|
|
|
|
|
|
font-size: 1.5rem; |
|
|
|
|
|
|
|
line-height: 1rem; |
|
|
|
|
|
|
|
left: 5rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.inner { |
|
|
|
|
|
|
|
.list { |
|
|
|
|
|
|
|
li { |
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
height: 22rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
top: 2.5rem; |
|
|
|
|
|
|
|
h6 { |
|
|
|
|
|
|
|
font-size: 1.8rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.sub{ |
|
|
|
|
|
|
|
font-size: 1.3rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.des { |
|
|
|
|
|
|
|
font-size: 1.3rem; |
|
|
|
|
|
|
|
line-height: 1.3rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
width: 4rem;height: 4rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (min-width: 640px) and (max-width: 768px) { |
|
|
|
|
|
|
|
.wrap { |
|
|
|
|
|
|
|
/deep/ .el-carousel{ |
|
|
|
|
|
|
|
height: 28rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .el-carousel__container{ |
|
|
|
|
|
|
|
height: 28rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .el-carousel__item { |
|
|
|
|
|
|
|
height: 28rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.banner-item{ |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
height: 28rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.banner-name { |
|
|
|
|
|
|
|
font-size: 1.5rem; |
|
|
|
|
|
|
|
line-height: 1rem; |
|
|
|
|
|
|
|
left: 5rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.inner { |
|
|
|
|
|
|
|
.list { |
|
|
|
|
|
|
|
li { |
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
height: 28rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
top: 3rem; |
|
|
|
|
|
|
|
h6 { |
|
|
|
|
|
|
|
font-size: 2rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.sub{ |
|
|
|
|
|
|
|
font-size: 1.3rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.des { |
|
|
|
|
|
|
|
font-size: 1.8rem; |
|
|
|
|
|
|
|
line-height: 1.8rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
width: 5rem;height: 5rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (min-width: 768px) and (max-width: 980px) { |
|
|
|
|
|
|
|
.wrap { |
|
|
|
|
|
|
|
/deep/ .el-carousel{ |
|
|
|
|
|
|
|
height: 32rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .el-carousel__container{ |
|
|
|
|
|
|
|
height: 32rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .el-carousel__item { |
|
|
|
|
|
|
|
height: 32rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.banner-item{ |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
height: 32rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.banner-name { |
|
|
|
|
|
|
|
font-size: 1.5rem; |
|
|
|
|
|
|
|
line-height: 1rem; |
|
|
|
|
|
|
|
left: 5rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.inner { |
|
|
|
|
|
|
|
.list { |
|
|
|
|
|
|
|
li { |
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
height: 32rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (min-width: 980px) and (max-width: 1200px) { |
|
|
|
|
|
|
|
.wrap { |
|
|
|
|
|
|
|
/deep/ .el-carousel{ |
|
|
|
|
|
|
|
height: 35rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .el-carousel__container{ |
|
|
|
|
|
|
|
height: 35rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .el-carousel__item { |
|
|
|
|
|
|
|
height: 35rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.banner-item{ |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
height: 35rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.banner-name { |
|
|
|
|
|
|
|
font-size: 1.5rem; |
|
|
|
|
|
|
|
line-height: 1rem; |
|
|
|
|
|
|
|
left: 5rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.inner { |
|
|
|
|
|
|
|
.list { |
|
|
|
|
|
|
|
li { |
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
height: 35rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |