修改手机版底部联系方式区域

This commit is contained in:
cebgcontract 2022-09-28 21:37:27 +08:00
parent 81ef4eef6f
commit c707fc1313

View File

@ -308,18 +308,20 @@ span.swiper-pagination-bullet {
} }
.join { .join {
background-image: linear-gradient(to right, #abe8ad,#34eecc); /* background-image: linear-gradient(to right, #abe8ad,#34eecc); */
background: url('../img/home/join@2x.png') no-repeat center -1px;
background-size: 100% 100%;
} }
.join-inner{ .join-inner{
width: 95%;
height: 40px; height: 40px;
margin: 0 auto;
display: flex; display: flex;
flex-flow: row nowrap; flex-flow: row nowrap;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
color: #25486b; color: #25486b;
font-size: 20px; font-size: 20px;
margin: 0 8vw 0 auto;
width: 40%;
} }
.join a { .join a {