Commit 724a82cb by nieyangyang

修改

parent b059ac1b
...@@ -418,12 +418,14 @@ footer .foot-address .foot-address-img .spn-text { ...@@ -418,12 +418,14 @@ footer .foot-address .foot-address-img .spn-text {
} }
footer .foot-text { footer .foot-text {
display: flex; display: flex;
justify-content: center;
white-space: nowrap; white-space: nowrap;
margin-top: 0.15rem; margin-top: 0.15rem;
display: flex;
flex-wrap: wrap;
} }
footer .foot-text p { footer .foot-text p {
padding: 0 0.2rem; padding: 0 0.2rem;
margin-bottom: 0.05rem;
border-right: 0.02rem solid #fff; border-right: 0.02rem solid #fff;
} }
footer .foot-text p:first-child { footer .foot-text p:first-child {
...@@ -433,5 +435,25 @@ footer .foot-text p:last-child { ...@@ -433,5 +435,25 @@ footer .foot-text p:last-child {
padding-right: 0; padding-right: 0;
border-right: 0; border-right: 0;
} }
footer .foot-text .public-text {
display: flex;
align-items: center;
}
footer .foot-text .public-text .public-img {
width: 0.28rem;
height: 0.28rem;
}
footer .foot-text .public-text .public-img img {
width: 100%;
height: 100%;
background-size: 100% 100%;
}
footer .foot-text .public-text span {
padding-left: 5px;
}
.hide {
display: none !important;
}
/*# sourceMappingURL=huhu_m.css.map */ /*# sourceMappingURL=huhu_m.css.map */
...@@ -208,6 +208,11 @@ ...@@ -208,6 +208,11 @@
</div> </div>
<div class="foot-text"> <div class="foot-text">
<p class="corporate_name">北京懒人信息科技有限公司</p> <p class="corporate_name">北京懒人信息科技有限公司</p>
<!--hide-->
<p class="public-text hide">
<img class="public-img" src="images/imgJ.png">
<span>京公网安备11010502045279号</span>
</span>
<p class="record-num">京ICP备17055630号-1</p> <p class="record-num">京ICP备17055630号-1</p>
<p>商务合作:service@wasair.com</p> <p>商务合作:service@wasair.com</p>
</div> </div>
...@@ -225,6 +230,7 @@ ...@@ -225,6 +230,7 @@
if (record == 'm.wasair.com' || record == 'lanrenfuli.com' || record == 'wasair.com' || record == '52lan.com') { if (record == 'm.wasair.com' || record == 'lanrenfuli.com' || record == 'wasair.com' || record == '52lan.com') {
$('.corporate_name').html('北京懒人信息科技有限公司'); $('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-1'); $('.record-num').html('京ICP备17055630号-1');
$('.public-text').removeClass('hide');
} }
if (record == 'm.wasai666.com' || record == 'wasai666.com') { if (record == 'm.wasai666.com' || record == 'wasai666.com') {
$('.corporate_name').html('北京懒人信息科技有限公司'); $('.corporate_name').html('北京懒人信息科技有限公司');
......
...@@ -364,11 +364,15 @@ footer { ...@@ -364,11 +364,15 @@ footer {
} }
.foot-text { .foot-text {
display: flex; display: flex;
justify-content: center; // justify-content: center;
white-space: nowrap; white-space: nowrap;
margin-top: 0.15rem; margin-top: 0.15rem;
display: flex;
// justify-content: center;
flex-wrap: wrap;
p { p {
padding: 0 0.2rem; padding: 0 0.2rem;
margin-bottom: 0.05rem;
border-right: 0.02rem solid #fff; border-right: 0.02rem solid #fff;
&:first-child { &:first-child {
padding-left: 0; padding-left: 0;
...@@ -378,5 +382,24 @@ footer { ...@@ -378,5 +382,24 @@ footer {
border-right: 0; border-right: 0;
} }
} }
.public-text{
display: flex;
align-items: center;
.public-img{
width: 0.28rem;
height: 0.28rem;
img{
width: 100%;
height: 100%;
background-size: 100% 100%;
}
}
span{
padding-left: 5px;
} }
}
}
}
.hide{
display: none !important;
} }
\ No newline at end of file
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