Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lrkjguanw
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nieyangyang
lrkjguanw
Commits
724a82cb
Commit
724a82cb
authored
Aug 03, 2021
by
nieyangyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
b059ac1b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
54 additions
and
2 deletions
+54
-2
huhu_m.css
lrkjWeb/css/huhu_m.css
+23
-1
huhu_m.css.map
lrkjWeb/css/huhu_m.css.map
+0
-0
imgJ.png
lrkjWeb/images/imgJ.png
+0
-0
index.html
lrkjWeb/index.html
+6
-0
huhu_m.scss
lrkjWeb/scss/huhu_m.scss
+25
-1
No files found.
lrkjWeb/css/huhu_m.css
View file @
724a82cb
...
...
@@ -418,12 +418,14 @@ footer .foot-address .foot-address-img .spn-text {
}
footer
.foot-text
{
display
:
flex
;
justify-content
:
center
;
white-space
:
nowrap
;
margin-top
:
0.15rem
;
display
:
flex
;
flex-wrap
:
wrap
;
}
footer
.foot-text
p
{
padding
:
0
0.2rem
;
margin-bottom
:
0.05rem
;
border-right
:
0.02rem
solid
#fff
;
}
footer
.foot-text
p
:first-child
{
...
...
@@ -433,5 +435,25 @@ footer .foot-text p:last-child {
padding-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 */
lrkjWeb/css/huhu_m.css.map
View file @
724a82cb
This diff is collapsed.
Click to expand it.
lrkjWeb/images/imgJ.png
0 → 100644
View file @
724a82cb
1.59 KB
lrkjWeb/index.html
View file @
724a82cb
...
...
@@ -208,6 +208,11 @@
</div>
<div
class=
"foot-text"
>
<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>
商务合作:service@wasair.com
</p>
</div>
...
...
@@ -225,6 +230,7 @@
if
(
record
==
'm.wasair.com'
||
record
==
'lanrenfuli.com'
||
record
==
'wasair.com'
||
record
==
'52lan.com'
)
{
$
(
'.corporate_name'
).
html
(
'北京懒人信息科技有限公司'
);
$
(
'.record-num'
).
html
(
'京ICP备17055630号-1'
);
$
(
'.public-text'
).
removeClass
(
'hide'
);
}
if
(
record
==
'm.wasai666.com'
||
record
==
'wasai666.com'
)
{
$
(
'.corporate_name'
).
html
(
'北京懒人信息科技有限公司'
);
...
...
lrkjWeb/scss/huhu_m.scss
View file @
724a82cb
...
...
@@ -364,11 +364,15 @@ footer {
}
.foot-text
{
display
:
flex
;
justify-content
:
center
;
//
justify-content: center;
white-space
:
nowrap
;
margin-top
:
0
.15rem
;
display
:
flex
;
// justify-content: center;
flex-wrap
:
wrap
;
p
{
padding
:
0
0
.2rem
;
margin-bottom
:
0
.05rem
;
border-right
:
0
.02rem
solid
#fff
;
&
:first-child
{
padding-left
:
0
;
...
...
@@ -378,5 +382,24 @@ footer {
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment