Commit 29323804 authored by 陈毅's avatar 陈毅

二维码更改

parent de470e44
......@@ -335,7 +335,6 @@ a.an:hover{
:hover {
background-color: rgb(20, 79, 123);
color: white;
}
div {
......@@ -377,7 +376,7 @@ a.an:hover{
position: absolute;
right: 65px;
height: 132px;
width: 172px;
width: 300px;
background-color: #fff;
line-height: 30px;
font-size: 18px;
......@@ -386,11 +385,39 @@ a.an:hover{
box-shadow: -6px 3px 12px rgb(14 65 115 / 10%);
font-weight: bolder;
img {
display: block;
margin-top: 20px;
margin-left: 42px;
.ewm-flex{
display: flex;
justify-content: space-around;
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 @@
<div class="right_div">联系客服</div>
</div>
<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>
</a>
<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