修改UI问题初

This commit is contained in:
2026-08-31 17:37:32 +08:00
parent 585b30a615
commit 18ee29e422
16 changed files with 386 additions and 1070 deletions
+9 -5
View File
@@ -1,11 +1,11 @@
<template>
<!-- 公司简介 + 底部CTA - Figma 1461:1606 + 1498:1769 -->
<view class="company-section">
<!-- 背景图 - 模糊 + 0.5透明 -->
<!-- 背景图 - 设计师切图原图UI-007模糊 + 0.5透明 -->
<view class="company-bg">
<image
class="bg-img"
src="/static/images/home/公司简介背景_1461_1606.png"
:src="bgUrl"
mode="aspectFill"
></image>
</view>
@@ -87,6 +87,8 @@
</template>
<script>
import { buildUrl } from '@/api/request.js'
export default {
name: 'CompanyIntro',
props: {
@@ -97,7 +99,9 @@ export default {
},
data() {
return {
phone: '15999928161'
phone: '15999928161',
// 公司简介背景图 - 远程切图原图(保留切图原始文件名),UI-007
bgUrl: buildUrl('/assets/miniprogram/公司简介背景.png')
}
},
methods: {
@@ -361,10 +365,10 @@ export default {
flex-shrink: 0;
}
.phone-text {
font-size: 23rpx; /* 12px23rpx */
font-size: 31rpx; /* UI-008: 16号 → 31rpx */
font-weight: 700;
color: #ffffff;
line-height: 32rpx;
line-height: 38rpx;
}
/* 联系我们 - 用户提供的image.png */
.cta-text-img {