修改样式改为1200

This commit is contained in:
熊丽君
2021-09-14 14:19:45 +08:00
parent 272678a72b
commit f4753f5705
11 changed files with 36 additions and 21 deletions

View File

@ -471,7 +471,8 @@ export default {
height: 0;
}
.banner {
width: 614px;
// width: 614px;
width: 50%;
margin-right: 20px;
.el-carousel {
.el-carousel__item {
@ -548,7 +549,8 @@ export default {
}
}
.banner_r {
width: 566px;
// width: 566px;
width: 48%;
// /deep/.el-tabs__item {
// padding: 0 30px;
// font-size: 20px;
@ -648,8 +650,9 @@ export default {
.about {
background-color: #f8f8f8;
.p0-100 {
padding-top: 37px;
padding-bottom: 26px;
// padding-top: 37px;
// padding-bottom: 26px;
padding: 30px;
.about_tit {
margin-top: 0;
img {
@ -659,7 +662,11 @@ export default {
}
.about_box {
display: flex;
.about_l {
overflow: hidden;
}
.about_r {
flex: 1;
h3 {
color: #333;
font-size: 20px;
@ -675,8 +682,8 @@ export default {
}
.p0-100 {
.cooperation {
padding-top: 47px;
padding-bottom: 19px;
padding-top: 40px;
// padding-bottom: 19px;
text-align: center;
font-size: 26px;
font-weight: 700;