Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
ministers
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
viitto
ministers
Commits
82352336
Commit
82352336
authored
Apr 15, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9c575982
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
studyServe.vue
src/pages/studyServe/studyServe.vue
+1
-1
workServe.vue
src/pages/workServe/workServe.vue
+4
-2
No files found.
src/pages/studyServe/studyServe.vue
View file @
82352336
...
...
@@ -23,7 +23,7 @@
<!-- 留学产品 -->
<div
class=
"studyProduct"
>
<div
class=
"title"
>
留学产品
</div>
<
!--
<div
class=
"subTitle"
>
副标题
</div>
--
>
<
div
class=
"subTitle"
></div
>
<div
v-for=
"(item, index) in studyProductList"
:key=
"index"
>
<div
class=
"studyProductBox"
v-if=
"index % 2 == 0"
>
<div
class=
"left"
>
...
...
src/pages/workServe/workServe.vue
View file @
82352336
...
...
@@ -11,7 +11,7 @@
<!-- 留学产品 -->
<div
class=
"studyProduct"
>
<div
class=
"title"
>
就业服务
</div>
<
!--
<div
class=
"subTitle"
>
副标题
</div>
--
>
<
div
class=
"subTitle"
></div
>
<div
v-for=
"(item, index) in workProductList"
:key=
"index"
>
<div
class=
"studyProductBox"
v-if=
"index % 2 == 0"
>
<div
class=
"left"
>
...
...
@@ -99,6 +99,7 @@ export default {
.jiahe
{
background-color
:
#f6f6f6
;
}
.studyProduct
{
width
:
62
.5vw
;
margin
:
0
auto
;
...
...
@@ -120,7 +121,8 @@ export default {
font-weight
:
400
;
color
:
#888888
;
line-height
:
1
.5625vw
;
margin-bottom
:
2
.833vw
;
margin-top
:
2
.833vw
;
}
.studyProductBox
{
display
:
flex
;
...
...
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