This commit is contained in:
songliang 2022-08-03 17:55:00 +08:00
parent 92b1655f9d
commit 7cabf52ec7
2 changed files with 4 additions and 4 deletions

View File

@ -623,7 +623,7 @@ body.page-account .account-card .order-wrap .text {
}
body.page-product .product-image .swiper {
height: 538px;
height: 500px;
}
body.page-product .product-image .swiper:hover .swiper-pager > div {
background-color: rgba(255, 255, 255, 0.548);
@ -635,7 +635,7 @@ body.page-product .product-image .swiper:hover .swiper-pager > div:hover {
body.page-product .product-image .left {
margin-right: 1rem;
}
body.page-product .product-image .left > .swiper > div > div {
body.page-product .product-image .left .swiper > div > div {
border: 1px solid #eee;
margin-bottom: 10px;
width: 80px;
@ -643,7 +643,7 @@ body.page-product .product-image .left > .swiper > div > div {
padding: 2px;
cursor: pointer;
}
body.page-product .product-image .left > .swiper > div > div.active, body.page-product .product-image .left > .swiper > div > div:hover {
body.page-product .product-image .left .swiper > div > div.active, body.page-product .product-image .left .swiper > div > div:hover {
border: 1px solid #3a3a3a;
}
body.page-product .product-image .left .swiper-pager > div {

View File

@ -3,7 +3,7 @@
body.page-product {
.product-image {
.swiper {
height: 538px;
height: 500px;
&:hover {
.swiper-pager > div {
background-color: rgba(255, 255, 255, 0.548);