修改页面文件样式

This commit is contained in:
wangxiaowei
2025-06-09 17:48:23 +08:00
parent 47d06ae355
commit b5cf31aeaa
13 changed files with 5289 additions and 4972 deletions

View File

@ -213,11 +213,12 @@
<image class='myPage_fd3_0_c0_c5_c0' mode="aspectFit" src='/static/cate/15.png'></image>
<text class='myPage_fd3_0_c0_c5_c1'>邀请有礼</text>
</view>
<!-- <view class='flex flex-direction flex-wrap align-center myPage_fd3_0_c0_c6'
<view class='flex flex-direction flex-wrap align-center myPage_fd3_0_c0_c6'
@tap.stop="handleJumpDiy" data-type="navigateTo" :data-url="`/pages/xtsz/aboutUs/aboutUs`">
<image class='myPage_fd3_0_c0_c6_c0' mode="aspectFit" :src='STATIC_URL + "6.png"'></image>
<text class='myPage_fd3_0_c0_c6_c1'>关于我们</text>
</view>
<!--
<view v-if="shopStatus == -1 && isPublish"
class='flex flex-direction flex-wrap align-center myPage_fd3_0_c0_c7'
@tap.stop="handleJumpDiy" data-type="navigateTo"
@ -238,21 +239,19 @@
<view class="flex flex-direction flex-wrap align-stretch benben-flex-layout myPage_flex_3">
<view class='flex flex-direction flex-wrap align-stretch myPage_fd3_0'>
<view class='flex flex-wrap align-center justify-between myPage_menu'>
<view class="flex align-center myPage_menu_item"
@tap.stop="handleJumpDiy" data-type="navigateTo" :data-url="`/pages/xtsz/aboutUs/aboutUs`">
<image :src='STATIC_URL + "my_about_icon.png"' style="width:44rpx;height: 44rpx;;"></image>
<text>关于我们</text>
<view class='flex flex-wrap align-center justify-between myPage_menu' @tap.stop="toTakeoutMiNiProgram" data-type="navigateTo" :data-url="`/pages/xtsz/aboutUs/aboutUs`">
<view class="flex align-center myPage_menu_item">
<image :src='STATIC_URL + "my_paotui_icon2.png"' style="width:44rpx;height: 44rpx;;"></image>
<text>跑腿服务</text>
</view>
<view>
<uv-icon name="arrow-right" size="32rpx"></uv-icon>
</view>
</view>
<view class="myPage_menu_line"></view>
<view class='flex flex-wrap align-center justify-between myPage_menu' v-if="shopStatus == -1 && isPublish">
<view class="flex align-center myPage_menu_item"
@tap.stop="handleJumpDiy" data-type="navigateTo"
<view class='flex flex-wrap align-center justify-between myPage_menu' v-if="shopStatus == -1 && isPublish" @tap.stop="handleJumpDiy" data-type="navigateTo"
:data-url="`/pages/my/merchantSettlement/merchantSettlement`">
<view class="flex align-center myPage_menu_item">
<image :src='STATIC_URL + "my_shop_icon.png"' style="width:44rpx;height: 44rpx;;"></image>
<text>商家入驻</text>
</view>
@ -260,8 +259,8 @@
<uv-icon name="arrow-right" size="32rpx"></uv-icon>
</view>
</view>
<view class='flex flex-wrap align-center justify-between myPage_menu' v-if="(shopStatus == 2 || shopStatus == 0 || shopStatus == 1) && isPublish">
<view class="flex align-center myPage_menu_item" @tap.stop="handleJumpDiy" data-type="navigateTo" :data-url="`/pages/my/certificationAudit/certificationAudit?stateUS=${shopStatus}`">
<view class='flex flex-wrap align-center justify-between myPage_menu' v-if="(shopStatus == 2 || shopStatus == 0 || shopStatus == 1) && isPublish" @tap.stop="handleJumpDiy" data-type="navigateTo" :data-url="`/pages/my/certificationAudit/certificationAudit?stateUS=${shopStatus}`">
<view class="flex align-center myPage_menu_item">
<image :src='STATIC_URL + "my_shop_icon.png"' style="width:44rpx;height: 44rpx;;"></image>
<text>商家入驻</text>
</view>
@ -598,6 +597,17 @@ export default {
}
let infomoney = datamoney.data;
this.money = infomoney.data
},
// 跳转小程序
toTakeoutMiNiProgram() {
uni.navigateToMiniProgram({
appId: 'wxc71d195244088eac',
path: '/pages/index/index',
success(res) {
console.log('打开成功');
}
})
}
}
};
@ -608,7 +618,7 @@ export default {
overflow-x: hidden;
min-height: calc(100vh - var(--window-bottom));
// background: url(https://lvtai-files.oss-cn-beijing.aliyuncs.com/mini/2.png) no-repeat, rgba(248, 248, 248, 1);
background: url(https://lvtai-files.oss-cn-beijing.aliyuncs.com/mini/my_bg.png) no-repeat, rgba(248, 248, 248, 1);
background: url(https://lvtai-files.oss-cn-beijing.aliyuncs.com/mini/my_bg2.png) no-repeat, rgba(248, 248, 248, 1);
background-size: 100% auto !important;
}