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
48fafe41
Commit
48fafe41
authored
Jan 16, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 移动端适配
parent
01cad12c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
73 additions
and
3 deletions
+73
-3
src/views/Home/CulturePage.vue
+3
-3
src/views/Home/JoinUsPage.vue
+70
-0
No files found.
src/views/Home/CulturePage.vue
View file @
48fafe41
...
...
@@ -252,12 +252,12 @@ export default {
}
.valuePicTitle
{
top
:
13
.8vw
!important
;
top
:
7
.8vw
!important
;
}
.valuePicContent
{
top
:
1
8
.8vw
!important
;
line-height
:
2
.8vw
;
top
:
1
3
.8vw
!important
;
line-height
:
4
.8vw
;
opacity
:
1
!important
;
}
}
...
...
src/views/Home/JoinUsPage.vue
View file @
48fafe41
...
...
@@ -629,4 +629,74 @@ input::placeholder {
display
:
flex
;
align-items
:
center
;
}
@media
screen
and
(
max-width
:
1000px
)
{
.joshine-join-wrapper
{
padding
:
3.66vw
7.01vw
0
;
width
:
100%
;
}
.value-title
{
font-size
:
6.51vw
;
margin-top
:
7.01vw
;
&::after
{
width
:
26.58vw
;
bottom
:
-2.92vw
;
}
}
.value-content
{
margin-top
:
10.66vw
;
grid-template-columns
:
repeat
(
1
,
1
fr
);
}
.value-pic-title
{
top
:
50px
;
font-size
:
16px
;
}
.value-pic-content
{
top
:
70px
;
opacity
:
1
;
line-height
:
18px
;
font-size
:
12px
;
padding
:
0
20px
;
}
.value-pic
:hover
.value-pic-content
{
top
:
70px
;
}
.value-pic
:hover
.value-pic-title
{
top
:
50px
;
}
.job-wrapper
{
padding
:
0
;
margin-top
:
30px
;
}
.job-header
{
font-size
:
6.51vw
;
text-align
:
left
;
}
.new-title
{
font-size
:
16px
;
font-weight
:
100
;
margin
:
10px
0
;
}
.job-title
,
.job-time
{
font-size
:
12px
;
}
.job-address
{
margin-right
:
10px
;
font-size
:
12px
;
}
.specific-job
{
margin-bottom
:
20px
;
}
}
</
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