官网页面初步修改完成

This commit is contained in:
fanshuai 2025-04-02 15:23:20 +08:00
parent b2a187e729
commit ba9fec592b

View File

@ -149,7 +149,7 @@ export default {
<div class="dhl" id="dhl">
<div class="left-box">
<img class="img-1" :src="imagePath.logo" alt="Logo" />
<span class="sys-title" title="辉擎科技">辉擎科技</span>
<span class="sys-title-bt" title="辉擎科技">辉擎科技</span>
</div>
<div class="right-box">
<div class="dhl-x">
@ -1123,6 +1123,12 @@ form textarea {
}
.sys-title {
font-size: 30px;
font-weight: 600;
cursor: default;
}
.sys-title-bt {
font-size: 2vw;
font-weight: 600;
cursor: default;