This commit is contained in:
zhaofang
2022-10-20 17:25:40 +08:00
parent 6b78bebff1
commit 6c4c5c7c95
2 changed files with 35 additions and 2 deletions

View File

@@ -456,6 +456,15 @@
} }
} }
.gui-box-left{
width: 160px;
.left-title{
width: 160px;
}
dd{
margin-left: 10px;
}
}
.gui-box-right{//资源引导位宽度 .gui-box-right{//资源引导位宽度
width: 497px; width: 497px;
.swiper-slide{ .swiper-slide{
@@ -729,6 +738,15 @@
} }
} }
.gui-box-left{
width: 160px;
.left-title{
width: 160px;
}
dd{
margin-left: 10px;
}
}
.gui-box-right{//资源引导位宽度 .gui-box-right{//资源引导位宽度
width: 658px; width: 658px;
.swiper-slide{ .swiper-slide{
@@ -988,6 +1006,12 @@
} }
.gui-box-left{ .gui-box-left{
width: 160px; width: 160px;
.left-title{
width: 160px;
}
dd{
margin-left: 10px;
}
} }
.gui-box-right{//资源引导位宽度 .gui-box-right{//资源引导位宽度
width: 742px; width: 742px;
@@ -1252,6 +1276,15 @@
} }
} }
.gui-box-left{
width: 190px;
.left-title{
width: 190px;
}
dd{
margin-left: 20px;
}
}
.gui-box-right{//资源引导位宽度 .gui-box-right{//资源引导位宽度
width: 897px; width: 897px;
.swiper-slide{ .swiper-slide{

View File

@@ -187,7 +187,7 @@
background-size: 100% 100%; background-size: 100% 100%;
border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px;
.left-title{ .left-title{
width: 190px; // width: 190px;
margin-bottom: 42px; margin-bottom: 42px;
text-align: center; text-align: center;
color: #FFFFFF; color: #FFFFFF;
@@ -199,7 +199,7 @@
font-weight: 400; font-weight: 400;
color: #FFFFFF; color: #FFFFFF;
line-height: 22px; line-height: 22px;
margin-left: 20px; // margin-left: 20px;
padding: 0 30px; padding: 0 30px;
margin-bottom: 27px; margin-bottom: 27px;
cursor: pointer; cursor: pointer;