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
73781103
Commit
73781103
authored
Oct 09, 2023
by
wuwangwolihui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
营地2.0-修改
parent
4db528e7
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
22 deletions
+26
-22
src/assets/scss/active/activeList.scss
src/assets/scss/active/activeList.scss
+9
-10
src/components/Footer.vue
src/components/Footer.vue
+4
-2
src/components/index/Footer.vue
src/components/index/Footer.vue
+1
-1
src/views/base/active/Active.vue
src/views/base/active/Active.vue
+7
-4
src/views/base/home/Home.vue
src/views/base/home/Home.vue
+5
-5
No files found.
src/assets/scss/active/activeList.scss
View file @
73781103
...
...
@@ -122,16 +122,16 @@
.title
{
line-height
:
28px
;
font-size
:
1
7
px
;
font-size
:
1
6
px
;
font-weight
:
500
;
margin
:
0
.
2
vw
0
;
margin
:
0
.
3
vw
0
;
color
:
#000000
;
}
}
.active-list-item-cont-txt1
{
font-size
:
1
4
px
;
line-height
:
2
4
px
;
font-size
:
1
3
px
;
line-height
:
2
0
px
;
margin
:
0
.2vw
0
;
.sign-box
{
...
...
@@ -162,20 +162,19 @@
}
.active-list-item-cont-txt2
{
font-size
:
1
4
px
;
font-size
:
1
3
px
;
//color: #999999;
color
:
#333333
;
line-height
:
2
4
px
;
line-height
:
2
0
px
;
margin
:
0
.2vw
0
;
}
.active-list-item-cont-txt3
{
font-size
:
1
4
px
;
font-size
:
1
3
px
;
color
:
#FEB77A
;
line-height
:
2
4
px
;
line-height
:
2
0
px
;
margin
:
0
.2vw
0
;
}
}
.active-list-item-bottom
{
...
...
@@ -186,7 +185,7 @@
border-top
:
1px
solid
#cccccc
;
margin-top
:
0
.5vw
;
padding
:
0
.5vw
20px
;
font-size
:
1
4
px
;
font-size
:
1
3
px
;
line-height
:
28px
;
cursor
:
pointer
;
color
:
#999999
;
...
...
src/components/Footer.vue
View file @
73781103
...
...
@@ -9,7 +9,7 @@
<img
src=
"../assets/img/logo_f.png"
/>
</div>
<div
class=
"contact_list"
>
<
div
class=
"contact_list_title"
>
联系我们
</div
>
<
!--
<div
class=
"contact_list_title"
>
联系我们
</div>
--
>
<div
class=
"contact_list_item"
>
<!--
<i
class=
"el-icon-message"
></i>
-->
<span>
联系邮箱:
</span>
service@campcenter.cn
...
...
@@ -34,7 +34,7 @@
</div>
<div
class=
"copyRight"
>
<div
class=
"com-container"
>
<a
href=
""
>
Copyright © 202
1
营地系统 版权所有
</a>
<a
href=
""
>
Copyright © 202
3
营地系统 版权所有
</a>
</div>
</div>
</div>
...
...
@@ -63,6 +63,7 @@
display
:
flex
;
flex-flow
:
row
;
justify-content
:
space-between
;
align-items
:
center
;
.contact_us
{
flex
:
1
;
...
...
@@ -82,6 +83,7 @@
display
:
flex
;
flex-flow
:
column
;
align-items
:
flex-start
;
justify-content
:
center
;
padding
:
0
;
/*margin-left: 35%;*/
margin-left
:
20%
;
...
...
src/components/index/Footer.vue
View file @
73781103
...
...
@@ -20,7 +20,7 @@
<div
class=
"line"
></div>
<div
class=
"copyRight"
>
<div>
<a
href=
""
>
Copyright © 202
1
营地系统 版权所有
</a>
<a
href=
""
>
Copyright © 202
3
营地系统 版权所有
</a>
<!--
<a
target=
"_blank"
href=
"https://beian.miit.gov.cn"
>
京ICP备19058825号-3
</a>
<a
...
...
src/views/base/active/Active.vue
View file @
73781103
...
...
@@ -440,11 +440,11 @@
margin
:
15px
0
;
.content-item-tit
{
width
:
1
4
0px
;
width
:
1
0
0px
;
height
:
36px
;
line-height
:
36px
;
text-align
:
center
;
font-size
:
1
6
px
;
font-size
:
1
4
px
;
background-color
:
#f5f5f5
;
margin-right
:
10px
;
}
...
...
@@ -458,7 +458,7 @@
::v-deep
.el-checkbox
{
color
:
#333333
;
border
:
0
;
padding
:
0
10
px
;
padding
:
0
5
px
;
margin
:
0
0
0
15px
;
height
:
36px
;
line-height
:
36px
;
...
...
@@ -469,7 +469,7 @@
.el-checkbox__label
{
padding
:
0
;
font-size
:
1
6
px
;
font-size
:
1
4
px
;
}
/*&:hover,*/
...
...
@@ -517,6 +517,9 @@
.btn-area
{
display
:
inline-block
;
float
:
right
;
margin-right
:
200px
;
.el-button
{
height
:
36px
;
...
...
src/views/base/home/Home.vue
View file @
73781103
...
...
@@ -283,12 +283,12 @@
.line
{
flex
:
1
;
border-bottom
:
1px
solid
#
D7D7D7
;
border-bottom
:
1px
solid
#
eeeeee
;
}
.view-more
{
color
:
#
666666
;
font-size
:
1
6
px
;
color
:
#
999999
;
font-size
:
1
3
px
;
width
:
74px
;
margin-left
:
40px
;
...
...
@@ -357,6 +357,7 @@
.tags
{
display
:
flex
;
padding
:
2%
0
3%
;
color
:
#ffffff
;
:first-child
{
background-color
:
#FEB370
;
...
...
@@ -364,12 +365,11 @@
:nth-child
(
2
)
{
background-color
:
var
(
--
all_color
);
color
:
#ffffff
;
}
}
.tag
{
font-size
:
1
6
px
;
font-size
:
1
3
px
;
padding
:
5px
9px
;
margin-right
:
10px
;
border-radius
:
4px
;
...
...
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