1.更换咨询大屏咨询电话
This commit is contained in:
2026-01-15 17:48:14 +08:00
parent bbb2cdc04e
commit 8cc8945b68
@@ -7,7 +7,9 @@
<div class="sun-title-center">健康咨询平台</div>
<div class="sun-title-right">
<div style="display: flex; align-items: center; justify-content: flex-end">
<img :src="phonePng" alt="" /> 7*24小时心理咨询热线<div style="padding-bottom: 2px">400 6506605</div>
<img :src="phonePng" alt="" /> 7*24小时心理咨询热线<div class="phone-d">
400-663-2005<span style="margin: 0 1px"></span>400-650-6605
</div>
</div>
</div>
</div>
@@ -288,7 +290,7 @@
font-weight: bold;
text-align: right;
line-height: 60px;
padding-right: 30px;
padding-right: 15px;
> div {
> div {
@@ -310,6 +312,7 @@
letter-spacing: 10px;
// text-shadow: 2px 2px 5px rgba(118, 141, 219, 0.53);
font-weight: bold;
text-align: center;
font-family: PangMenZhengDao;
}
}
@@ -340,7 +343,6 @@
// left: 0;
// bottom: 0;
display: flex;
justify-content: space-around;
display: flex;
justify-content: space-between; /* 左右元素靠边,中间等间距 */
gap: 16px;
@@ -379,4 +381,10 @@
}
}
}
.phone-d {
padding-bottom: 2px;
font-weight: normal;
font-size: 18px;
}
</style>