Commit 29323804 authored by 陈毅's avatar 陈毅

二维码更改

parent de470e44
...@@ -335,7 +335,6 @@ a.an:hover{ ...@@ -335,7 +335,6 @@ a.an:hover{
:hover { :hover {
background-color: rgb(20, 79, 123); background-color: rgb(20, 79, 123);
color: white; color: white;
} }
div { div {
...@@ -377,7 +376,7 @@ a.an:hover{ ...@@ -377,7 +376,7 @@ a.an:hover{
position: absolute; position: absolute;
right: 65px; right: 65px;
height: 132px; height: 132px;
width: 172px; width: 300px;
background-color: #fff; background-color: #fff;
line-height: 30px; line-height: 30px;
font-size: 18px; font-size: 18px;
...@@ -386,11 +385,39 @@ a.an:hover{ ...@@ -386,11 +385,39 @@ a.an:hover{
box-shadow: -6px 3px 12px rgb(14 65 115 / 10%); box-shadow: -6px 3px 12px rgb(14 65 115 / 10%);
font-weight: bolder; font-weight: bolder;
img { .ewm-flex{
display: block; display: flex;
margin-top: 20px; justify-content: space-around;
margin-left: 42px; height: 132px;
.qRcode-left{
display: flex;
flex-direction: column;
align-items: center;
div{
font-size: 12px;
text-align: center;
}
img {
display: block;
margin-top: 10px;
}
}
.qRcode-right{
display: flex;
flex-direction: column;
align-items: center;
div{
font-size: 12px;
text-align: center;
}
img {
display: block;
margin-top: 10px;
}
}
} }
} }
} }
......
...@@ -233,7 +233,16 @@ ...@@ -233,7 +233,16 @@
<div class="right_div">联系客服</div> <div class="right_div">联系客服</div>
</div> </div>
<div class="ewm"> <div class="ewm">
<img src="/image/dtbc.jpg" alt="" /> <div class="ewm-flex">
<div class="qRcode-left">
<img src="/image/dtbc.jpg" alt="" />
<div>扫描关注“德天博城”</div>
</div>
<div class="qRcode-right">
<img src="/image/product.png" alt="">
<div>扫码咨询达索系统产品</div>
</div>
</div>
</div> </div>
</a> </a>
<a class="pr"> <a class="pr">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment