Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
office-web-js
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
office-web-js
Commits
c0346062
Commit
c0346062
authored
Jan 17, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改
parent
5a49196b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
2 deletions
+20
-2
src/assets/join/01.jpg
+0
-0
src/views/Home/CulturePage.vue
+1
-1
src/views/Home/JoinUsPage.vue
+19
-1
No files found.
src/assets/join/01.jpg
View file @
c0346062
270 KB
|
W:
|
H:
260 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/Home/CulturePage.vue
View file @
c0346062
...
...
@@ -328,7 +328,7 @@ export default {
}
.mission-text
{
font-size
:
1
2
px
;
font-size
:
1
8
px
;
top
:
8px
;
}
}
...
...
src/views/Home/JoinUsPage.vue
View file @
c0346062
...
...
@@ -2,6 +2,7 @@
<div
class=
"join-us-page"
>
<div
class=
"join-us-banner"
>
<img
src=
"~@/assets/join/01.jpg"
/>
<div
class=
"join-text"
>
JOIN US
</div>
</div>
<div
class=
"joshine-value"
>
<div
class=
"joshine-join-wrapper"
>
...
...
@@ -402,13 +403,26 @@ export default {
}
.join-us-banner
{
height
:
26vw
;
height
:
30vw
;
position
:
relative
;
img
{
width
:
100%
;
height
:
100%
;
object-fit
:
cover
;
}
}
.join-text
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
color
:
#fff
;
font-size
:
40px
;
transform
:
translate
(
-50%
);
width
:
100%
;
text-align
:
center
;
}
.joshine-value
{
background-color
:
#fcfcfc
;
}
...
...
@@ -697,5 +711,9 @@ input::placeholder {
.specific-job
{
margin-bottom
:
20px
;
}
.join-text
{
font-size
:
18px
;
}
}
</
style
>
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