Commit 06a1879f by qinjianhui

fix: 样式修改

parent 0d0fc6f0
......@@ -273,12 +273,16 @@ export default {
@media screen and (max-width: 1000px) {
.about-joshine {
font-size: 30px;
font-size: 18px;
white-space: nowrap;
}
.joshine-history {
max-height: unset;
.progress {
font-size: 20px;
}
}
.singleHistory {
......@@ -291,6 +295,10 @@ export default {
}
}
.joshine-achivement-title {
font-size: 20px;
}
.slides-switcher {
width: 30px;
height: 30px;
......
......@@ -353,6 +353,11 @@ export default {
}
@media screen and (max-width: 1000px) {
.main-image .main-image-text {
font-size: 18px;
white-space: nowrap;
}
.articles-area {
width: 90%;
flex-direction: column;
......
......@@ -21,7 +21,9 @@
</div>
<div class="location-prop">
<div class="label">电话</div>
<div class="value">{{ location.tel }}</div>
<a class="value" :href="`tel:${location.tel}`">{{
location.tel
}}</a>
</div>
<a
......@@ -177,6 +179,8 @@ export default {
.value {
margin-bottom: 20px;
text-decoration: none;
color: inherit;
}
&:not(:last-child) {
......@@ -194,6 +198,14 @@ export default {
}
@media screen and (max-width: 1000px) {
.heading {
height: 100px;
}
.page-title {
font-size: 20px;
}
.select-tip {
padding-right: 0;
justify-content: center;
......
......@@ -21,7 +21,8 @@
<div class="content-text hover-hl-content">
<div class="idea">管理理念</div>
<div class="idea-des">
决策正确、选贤育人、崇尚行动<br />保持创新、协同互助、达成目标
<div>决策正确、选贤育人、崇尚行动</div>
<div>保持创新、协同互助、达成目标</div>
</div>
</div>
<img src="~@/assets/culture/03.jpg" />
......@@ -203,14 +204,14 @@ export default {
}
.value-pic:hover .value-pic-content {
top: 6.3vw;
top: 9vw;
opacity: 1;
}
.value-pic-content {
position: absolute;
text-align: center;
top: 6.8vw;
top: 10vw;
opacity: 0;
padding: 0 2.1vw;
font-size: 0.8vw;
......@@ -243,10 +244,14 @@ export default {
.manage-idea .manage-text,
.idea-content .content-text {
font-size: 20px;
font-size: 18px;
.idea-des {
font-size: inherit;
font-size: 14px;
& > div {
white-space: nowrap;
}
}
.idea::after {
......@@ -256,25 +261,35 @@ export default {
}
}
.joshine-value {
padding-top: 30px;
padding-bottom: 40px;
}
.value-content {
grid-template-columns: repeat(1, 1fr);
}
.value-title {
font-size: 20px;
}
.value-title:after {
width: 5.8vw !important;
bottom: -2px !important;
width: 2em !important;
height: 2px;
bottom: -4px !important;
}
.value-pic-title {
top: 7.8vw !important;
font-size: 16px !important;
font-size: 14px !important;
}
.value-pic-content {
top: 13.8vw !important;
line-height: 4.8vw;
opacity: 1 !important;
font-size: 14px !important;
font-size: 12px !important;
}
}
</style>
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
productionSourceMap: false,
})
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