Commit c0346062 by qinjianhui

fix: 修改

parent 5a49196b

270 KB | W: | H:

260 KB | W: | H:

src/assets/join/01.jpg
src/assets/join/01.jpg
src/assets/join/01.jpg
src/assets/join/01.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -328,7 +328,7 @@ export default { ...@@ -328,7 +328,7 @@ export default {
} }
.mission-text { .mission-text {
font-size: 12px; font-size: 18px;
top: 8px; top: 8px;
} }
} }
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<div class="join-us-page"> <div class="join-us-page">
<div class="join-us-banner"> <div class="join-us-banner">
<img src="~@/assets/join/01.jpg" /> <img src="~@/assets/join/01.jpg" />
<div class="join-text">JOIN US</div>
</div> </div>
<div class="joshine-value"> <div class="joshine-value">
<div class="joshine-join-wrapper"> <div class="joshine-join-wrapper">
...@@ -402,13 +403,26 @@ export default { ...@@ -402,13 +403,26 @@ export default {
} }
.join-us-banner { .join-us-banner {
height: 26vw; height: 30vw;
position: relative;
img { img {
width: 100%; width: 100%;
height: 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 { .joshine-value {
background-color: #fcfcfc; background-color: #fcfcfc;
} }
...@@ -697,5 +711,9 @@ input::placeholder { ...@@ -697,5 +711,9 @@ input::placeholder {
.specific-job { .specific-job {
margin-bottom: 20px; margin-bottom: 20px;
} }
.join-text {
font-size: 18px;
}
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment