Commit 48fafe41 by qinjianhui

fix: 移动端适配

parent 01cad12c
......@@ -252,12 +252,12 @@ export default {
}
.valuePicTitle {
top: 13.8vw !important;
top: 7.8vw !important;
}
.valuePicContent {
top: 18.8vw !important;
line-height: 2.8vw;
top: 13.8vw !important;
line-height: 4.8vw;
opacity: 1 !important;
}
}
......
......@@ -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, 1fr);
}
.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>
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