Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
ngic-company
Project
Project
Details
Activity
Releases
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
wuhao
ngic-company
Commits
6141c090
Commit
6141c090
authored
Nov 24, 2022
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asder
parent
572e2406
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
81 deletions
+17
-81
global.less
src/global.less
+11
-63
footer.jsx
src/layouts/footer.jsx
+6
-18
No files found.
src/global.less
View file @
6141c090
...
...
@@ -189,38 +189,19 @@ body,
/* flex-wrap: wrap; */
justify-content: space-between;
}
.contact span {
position: absolute;
font-size: 12px;
color: rgba(255, 255, 255, 1);
bottom: -25px;
left: 20%;
}
.nangao {
position: relative;
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
width: 100px;
height: 100%;
}
.lianmeng {
position: relative;
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
width: 100px;
height: 100%;
margin-left: 16px;
margin-right: 16px;
}
.cujinhui {
position: relative;
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
width: 100px;
height: 100%;
height: 150px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
img {
width: 100%;
}
span {
padding-top: 0.4rem;
}
}
@media only screen and (max-width: 575px) {
.contact > div {
...
...
@@ -231,39 +212,6 @@ body,
/* flex-wrap: wrap; */
/* justify-content: space-between; */
}
.contact span {
position: absolute;
font-size: 12px;
color: rgba(255, 255, 255, 1);
}
.nangao {
height: 150px;
position: relative;
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
width: 150px;
}
.lianmeng {
height: 150px;
position: relative;
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
width: 150px;
margin-left: 0;
margin-right: 0;
margin-top: 40px;
}
.cujinhui {
position: relative;
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
width: 150px;
height: 150px;
margin-top: 40px;
}
.footer-copyright {
height: auto;
/* padding-left: 32px; */
...
...
src/layouts/footer.jsx
View file @
6141c090
...
...
@@ -125,28 +125,16 @@ export default () => {
<
li
>
邮箱
center@jsnangao.com
</
li
>
<
li
>
地址
南京市江宁区东南大学路33号
</
li
>
<
div
>
<
div
className=
"nangao"
style=
{
{
backgroundImage
:
`url(${require('@/assets/code1.jpg')})`
,
}
}
>
<
div
className=
"nangao"
>
<
img
src=
{
require
(
'@/assets/code1.jpg'
)
}
/>
<
span
>
南高公众号
</
span
>
</
div
>
<
div
className=
"lianmeng"
style=
{
{
backgroundImage
:
`url(${require('@/assets/code2.jpg')})`
,
}
}
>
<
div
className=
"nangao"
>
<
img
src=
{
require
(
'@/assets/code2.jpg'
)
}
/>
<
span
>
联盟公众号
</
span
>
</
div
>
<
div
className=
"cujinhui"
style=
{
{
backgroundImage
:
`url(${require('@/assets/code3.jpg')})`
,
}
}
>
<
div
className=
"nangao"
>
<
img
src=
{
require
(
'@/assets/code3.jpg'
)
}
/>
<
span
>
促进会公众号
</
span
>
</
div
>
</
div
>
...
...
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