首页banner导航样式

This commit is contained in:
zhaofang
2022-10-19 10:14:21 +08:00
parent f838b1e799
commit bb9ab10496

View File

@@ -1189,15 +1189,23 @@
height: 38px;
left: 44%;
top:auto;
background: url('../assets/images/icon/ban-left.png') no-repeat;
padding: 0 16px;
background: rgba($color: #000000, $alpha: 0.1) url('../assets/images/icon/ban-left.png') no-repeat;
background-size: 12px 18px;
background-position: 16px 10px;
bottom: 66px;
border-radius: 19px 0 0 19px;
}
.swiper-button-next{
height: 38px;
right: 53%;
right: 52.65%;
bottom: 66px;
top:auto;
background: url('../assets/images/icon/ban-right.png') no-repeat;
padding: 0 16px;
background: rgba($color: #000000, $alpha: 0.1) url('../assets/images/icon/ban-right.png') no-repeat;
background-size: 12px 18px;
background-position: 6px 10px;
border-radius: 0 19px 19px 0;
}
.swiper-pagination-bullets{
// background: #000;
@@ -1250,11 +1258,6 @@
// .case-box {
// display: flex;
.xindex-case{
// &:nth-child(1) {
// .case-top {
// background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
// }
// }
&:nth-child(2) {
.case-top {
background: linear-gradient(333deg, #D2DEF3 0%, #B4C4E0 100%);