Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
e3d0b468
Commit
e3d0b468
authored
Sep 27, 2023
by
wuwangwolihui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
营地2.0-修改
parent
644d4426
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
13 deletions
+13
-13
src/components/Footer.vue
src/components/Footer.vue
+9
-9
src/views/index/Index.vue
src/views/index/Index.vue
+1
-1
src/views/index/Info/Index.vue
src/views/index/Info/Index.vue
+1
-1
src/views/index/camp/Index.vue
src/views/index/camp/Index.vue
+1
-1
src/views/index/recruit/Index.vue
src/views/index/recruit/Index.vue
+1
-1
No files found.
src/components/Footer.vue
View file @
e3d0b468
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
.content
{
.content
{
padding
:
40px
0
3
0px
;
padding
:
30px
0
2
0px
;
background
:
linear-gradient
(
to
right
,
#44A7ED
0%
,
#1CCAED
80%
);
background
:
linear-gradient
(
to
right
,
#44A7ED
0%
,
#1CCAED
80%
);
.com-container
{
.com-container
{
...
@@ -65,16 +65,16 @@
...
@@ -65,16 +65,16 @@
justify-content
:
space-between
;
justify-content
:
space-between
;
.contact_us
{
.contact_us
{
flex
:
1
.3
;
flex
:
1
;
display
:
flex
;
display
:
flex
;
flex-flow
:
row
;
flex-flow
:
row
;
justify-content
:
space-between
;
/*justify-content: space-between;*/
.logo-img
{
.logo-img
{
height
:
4
0px
;
height
:
3
0px
;
>
img
{
>
img
{
height
:
4
0px
;
height
:
3
0px
;
}
}
}
}
...
@@ -82,11 +82,11 @@
...
@@ -82,11 +82,11 @@
display
:
flex
;
display
:
flex
;
flex-flow
:
column
;
flex-flow
:
column
;
align-items
:
flex-start
;
align-items
:
flex-start
;
margin
:
0
;
padding
:
0
;
padding
:
0
;
margin-left
:
35%
;
.contact_list_title
{
.contact_list_title
{
font-size
:
20
px
;
font-size
:
18
px
;
line-height
:
40px
;
line-height
:
40px
;
color
:
#ffffff
;
color
:
#ffffff
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
...
@@ -115,10 +115,10 @@
...
@@ -115,10 +115,10 @@
flex-flow
:
column
;
flex-flow
:
column
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
center
;
justify-content
:
center
;
margin-left
:
2
0px
;
margin-left
:
1
0px
;
img
{
img
{
width
:
100
px
;
width
:
88
px
;
}
}
.name
{
.name
{
...
...
src/views/index/Index.vue
View file @
e3d0b468
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<
script
>
<
script
>
/* eslint-disable */
/* eslint-disable */
import
Header
from
"
../../components/index/Header
"
;
import
Header
from
"
../../components/index/Header
"
;
import
Footer
from
"
../../components/index/Footer
"
;
import
Footer
from
"
@/components/index/Footer.vue
"
;
export
default
{
export
default
{
...
...
src/views/index/Info/Index.vue
View file @
e3d0b468
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
<
script
>
<
script
>
/* eslint-disable */
/* eslint-disable */
import
Header
from
"
@/components/Header.vue
"
;
import
Header
from
"
@/components/Header.vue
"
;
import
Footer
from
"
@/components/Footer.vue
"
;
import
Footer
from
"
@/components/
index/
Footer.vue
"
;
import
svg1
from
"
@/assets/img/signUp/icon.svg
"
;
import
svg1
from
"
@/assets/img/signUp/icon.svg
"
;
import
svg2
from
"
@/assets/img/signUp/icon-1.svg
"
;
import
svg2
from
"
@/assets/img/signUp/icon-1.svg
"
;
import
personalInfo
from
"
v/index/Info/personalInfo
"
;
import
personalInfo
from
"
v/index/Info/personalInfo
"
;
...
...
src/views/index/camp/Index.vue
View file @
e3d0b468
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
/* eslint-disable */
/* eslint-disable */
import
Header
from
"
@/components/Header.vue
"
;
import
Header
from
"
@/components/Header.vue
"
;
import
Footer
from
"
@/components/Footer.vue
"
;
import
Footer
from
"
@/components/
index/
Footer.vue
"
;
import
svg1
from
"
@/assets/img/signUp/icon.svg
"
;
import
svg1
from
"
@/assets/img/signUp/icon.svg
"
;
import
svg2
from
"
@/assets/img/signUp/icon-1.svg
"
;
import
svg2
from
"
@/assets/img/signUp/icon-1.svg
"
;
import
svg3
from
"
@/assets/img/signUp/icon-2.svg
"
;
import
svg3
from
"
@/assets/img/signUp/icon-2.svg
"
;
...
...
src/views/index/recruit/Index.vue
View file @
e3d0b468
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
<
script
>
<
script
>
/* eslint-disable */
/* eslint-disable */
import
Header
from
"
@/components/Header.vue
"
;
import
Header
from
"
@/components/Header.vue
"
;
import
Footer
from
"
@/components/Footer.vue
"
;
import
Footer
from
"
@/components/
index/
Footer.vue
"
;
import
{
getCamInfo
}
from
"
r/index/login
"
;
import
{
getCamInfo
}
from
"
r/index/login
"
;
export
default
{
export
default
{
...
...
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