修改UI问题初
This commit is contained in:
@@ -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; /* 12px → 23rpx */
|
||||
font-size: 31rpx; /* UI-008: 16号 → 31rpx */
|
||||
font-weight: 700;
|
||||
color: #ffffff;
|
||||
line-height: 32rpx;
|
||||
line-height: 38rpx;
|
||||
}
|
||||
/* 联系我们 - 用户提供的image.png */
|
||||
.cta-text-img {
|
||||
|
||||
Reference in New Issue
Block a user