修改样式改为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

@ -71,7 +71,7 @@
justify-content: space-between;
align-items: center;
.footer_left {
padding: 40px 0;
padding: 60px 0;
.footer_left_one {
width: 392px;
height: 63px;
@ -104,10 +104,10 @@
}
.footer_right {
display: flex;
.item {
.item:nth-child(1) {
font-size: 18px;
color: #333;
margin-right: 50px;
margin-right: 40px;
text-align: center;
}
}