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
0aebfb6f
Commit
0aebfb6f
authored
Oct 10, 2023
by
wuwangwolihui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
营地2.0-修改getDownLoadTeacherWork
parent
e69b137e
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
68 additions
and
64 deletions
+68
-64
src/assets/img/footer/qr_1.jpg
src/assets/img/footer/qr_1.jpg
+0
-0
src/assets/img/footer/qr_1.png
src/assets/img/footer/qr_1.png
+0
-0
src/assets/img/footer/qr_2.png
src/assets/img/footer/qr_2.png
+0
-0
src/assets/scss/active/activeList.scss
src/assets/scss/active/activeList.scss
+1
-1
src/components/Footer.vue
src/components/Footer.vue
+2
-6
src/components/Header.vue
src/components/Header.vue
+1
-1
src/components/base/myInfo/campList.vue
src/components/base/myInfo/campList.vue
+33
-31
src/views/base/active/ActiveInfo.vue
src/views/base/active/ActiveInfo.vue
+25
-17
src/views/base/home/Home.vue
src/views/base/home/Home.vue
+2
-2
src/views/base/myInfo/signUp.vue
src/views/base/myInfo/signUp.vue
+1
-1
src/views/index/camp/Index.vue
src/views/index/camp/Index.vue
+3
-5
No files found.
src/assets/img/footer/qr_1.jpg
0 → 100644
View file @
0aebfb6f
26.8 KB
src/assets/img/footer/qr_1.png
deleted
100644 → 0
View file @
e69b137e
15 KB
src/assets/img/footer/qr_2.png
deleted
100644 → 0
View file @
e69b137e
15 KB
src/assets/scss/active/activeList.scss
View file @
0aebfb6f
...
...
@@ -112,7 +112,7 @@
>
span
{
padding
:
5px
10px
;
border-radius
:
8
px
;
border-radius
:
13
px
;
color
:
#ffffff
;
background-color
:
var
(
--
all_color
);
margin-right
:
5px
;
...
...
src/components/Footer.vue
View file @
0aebfb6f
...
...
@@ -22,12 +22,8 @@
</div>
<div
class=
"contact_qr"
>
<div
class=
"contact_qr_item"
>
<img
src=
"../assets/img/footer/qr_1.png"
/>
<div
class=
"name"
>
大中衔接人才培养
</div>
</div>
<div
class=
"contact_qr_item"
>
<img
src=
"../assets/img/footer/qr_2.png"
/>
<div
class=
"name"
>
大中贯通人才培养
</div>
<img
src=
"../assets/img/footer/qr_1.jpg"
/>
<div
class=
"name"
>
CAMP CENTER公众号
</div>
</div>
</div>
</div>
...
...
src/components/Header.vue
View file @
0aebfb6f
...
...
@@ -203,7 +203,7 @@
.image
{
img
{
height
:
4
0px
;
height
:
3
0px
;
cursor
:
pointer
;
vertical-align
:
top
;
}
...
...
src/components/base/myInfo/campList.vue
View file @
0aebfb6f
...
...
@@ -84,40 +84,15 @@
.campList
{
margin
:
20px
0
;
::v-deep
.el-card
{
cursor
:
pointer
;
.el-image
{
width
:
100%
;
height
:
100%
;
border-radius
:
4px
;
transition
:
all
.5s
;
-webkit-transition
:
all
.5s
;
.el-image__error
{
background-color
:
#D8D8D8
;
}
}
&
:hover
{
box-shadow
:
6px
6px
15px
rgba
(
0
,
0
,
0
,
0
.1
);
.el-image
{
transform
:
scale
(
1
.1
);
-ms-transform
:
scale
(
1
.1
);
/* IE 9 */
-moz-transform
:
scale
(
1
.1
);
/* Firefox */
-webkit-transform
:
scale
(
1
.1
);
/* Safari 和 Chrome */
-o-transform
:
scale
(
1
.1
);
}
}
}
.list_item
{
display
:
flex
;
flex-flow
:
row
;
.item_img
{
width
:
30%
;
height
:
9
.8vw
;
min-height
:
114px
;
max-height
:
198px
;
margin-right
:
10%
;
overflow
:
hidden
;
}
...
...
@@ -143,11 +118,11 @@
.sign
{
display
:
inline-block
;
padding
:
0
1
0
px
;
border-radius
:
4
px
;
padding
:
0
1
4
px
;
border-radius
:
13
px
;
background-color
:
#eeeeee
;
margin
:
5px
10px
5px
0
;
line-height
:
2
5
px
;
line-height
:
2
6
px
;
&
:last-child
{
margin-right
:
0
;
...
...
@@ -161,6 +136,33 @@
}
}
}
::v-deep
.el-card
{
cursor
:
pointer
;
.el-image
{
width
:
100%
;
height
:
100%
;
border-radius
:
4px
;
transition
:
all
.5s
;
-webkit-transition
:
all
.5s
;
.el-image__error
{
background-color
:
#D8D8D8
;
}
}
&
:hover
{
box-shadow
:
6px
6px
15px
rgba
(
0
,
0
,
0
,
0
.1
);
.el-image
{
transform
:
scale
(
1
.1
);
-ms-transform
:
scale
(
1
.1
);
/* IE 9 */
-moz-transform
:
scale
(
1
.1
);
/* Firefox */
-webkit-transform
:
scale
(
1
.1
);
/* Safari 和 Chrome */
-o-transform
:
scale
(
1
.1
);
}
}
}
}
.noCamp
{
...
...
src/views/base/active/ActiveInfo.vue
View file @
0aebfb6f
...
...
@@ -51,7 +51,10 @@
</el-tooltip>
</div>
</div>
<div>
<div
class=
"btn-area"
v-if=
"(activeInfo.status==1)||
(activeInfo.status==2 && activeInfo.source==2)||
(activeInfo.status==3 || activeInfo.status==4)||
(activeInfo.status==5)"
>
<el-button
v-if=
"activeInfo.status==1"
:disabled=
"true"
>
报名未开放
</el-button>
<el-button
v-if=
"activeInfo.status==2 && activeInfo.source==2"
@
click=
"signUp"
>
立即报名
</el-button>
<el-button
v-if=
"activeInfo.status==3 || activeInfo.status==4"
:disabled=
"true"
>
报名已截止
</el-button>
...
...
@@ -208,7 +211,7 @@
anchorList
:
[],
anchorList2
:
[],
activeContent
:
1
,
minHeight
:
'
3
39
'
,
minHeight
:
'
3
18
'
,
}
},
created
()
{
...
...
@@ -385,11 +388,12 @@
display
:
flex
;
flex-flow
:
row
;
align-items
:
center
;
margin-bottom
:
10px
;
.label
{
font-size
:
1
6
px
;
padding
:
0
1
0
px
;
border-radius
:
8
px
;
font-size
:
1
4
px
;
padding
:
0
1
4
px
;
border-radius
:
14
px
;
color
:
#ffffff
;
background-color
:
var
(
--
all_color
);
margin-right
:
15px
;
...
...
@@ -404,8 +408,8 @@
}
.active-info-cont-txt1
{
font-size
:
1
6
px
;
line-height
:
32
px
;
font-size
:
1
4
px
;
line-height
:
28
px
;
.sign-box
{
display
:
inline-block
;
...
...
@@ -417,8 +421,8 @@
.sign
{
display
:
inline-block
;
padding
:
0
1
0
px
;
border-radius
:
4px
;
padding
:
0
1
4
px
;
border-radius
:
1
4px
;
background-color
:
#eeeeee
;
margin
:
5px
10px
5px
0
;
...
...
@@ -431,13 +435,13 @@
}
.active-info-cont-txt2
{
font-size
:
1
6
px
;
font-size
:
1
4
px
;
color
:
#999999
;
line-height
:
24px
;
}
.active-info-cont-txt3
{
font-size
:
1
6
px
;
font-size
:
1
4
px
;
color
:
#EC808D
;
line-height
:
32px
;
display
:
flex
;
...
...
@@ -452,7 +456,9 @@
}
}
.el-button
{
.btn-area
{
margin-top
:
10px
;
.el-button
{
width
:
150px
;
height
:
40px
;
color
:
#333333
;
...
...
@@ -471,6 +477,8 @@
opacity
:
0
.5
;
}
}
}
}
}
...
...
@@ -537,7 +545,7 @@
.center-area-title
{
text-align
:
center
;
font-size
:
22
px
;
font-size
:
18
px
;
font-weight
:
500
;
height
:
50px
;
padding
:
10px
20px
0
;
...
...
@@ -568,7 +576,7 @@
.center-area-cont
{
padding
:
20px
30px
;
min-height
:
2
3
8px
;
min-height
:
2
1
8px
;
}
}
...
...
@@ -580,7 +588,7 @@
.question-area-title
{
text-align
:
center
;
font-size
:
22
px
;
font-size
:
18
px
;
font-weight
:
500
;
line-height
:
50px
;
padding
:
10px
20px
0
;
...
...
@@ -609,8 +617,8 @@
}
.question-email
{
font-size
:
1
4
px
;
line-height
:
3
0px
;
font-size
:
1
2
px
;
line-height
:
2
0px
;
margin-top
:
20px
;
}
}
...
...
src/views/base/home/Home.vue
View file @
0aebfb6f
...
...
@@ -254,7 +254,7 @@
border-color
:
transparent
transparent
#ffffff
;
}
.search_input
{
font-size
:
20
px
;
font-size
:
18
px
;
color
:
#AFAFAF
;
background-color
:
#fff
;
height
:
54px
;
...
...
@@ -268,7 +268,7 @@
}
i
{
font-size
:
2
6
px
;
font-size
:
2
0
px
;
font-weight
:
bold
;
color
:
#AFAFB0
;
}
...
...
src/views/base/myInfo/signUp.vue
View file @
0aebfb6f
...
...
@@ -72,7 +72,7 @@
}
.el-tabs__item
{
font-size
:
1
8
px
;
font-size
:
1
6
px
;
&
:hover
,
&
.is-active
{
...
...
src/views/index/camp/Index.vue
View file @
0aebfb6f
...
...
@@ -317,10 +317,9 @@
position
:
absolute
;
left
:
10px
;
top
:
10px
;
color
:
#
12141c
;
font-size
:
1
8
px
;
color
:
#
666666
;
font-size
:
1
4
px
;
line-height
:
32px
;
font-weight
:
bold
;
&
:hover
{
color
:
var
(
--
color
);
cursor
:
pointer
;
...
...
@@ -328,8 +327,7 @@
.el-icon-arrow-left
{
vertical-align
:
middle
;
font-size
:
28px
;
font-weight
:
bold
;
font-size
:
18px
;
}
}
...
...
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