更新图片

This commit is contained in:
aihe 2023-12-01 12:47:59 +08:00
parent b76f74bbdc
commit e08916c1c1
31 changed files with 30 additions and 30 deletions

View File

@ -1,3 +1,10 @@
.customer_nav_bar {
box-sizing: content-box;
height: var(--status-bar-height);
padding-top: 60rpx;
width: 100%;
background-color: $uni-color-primary;
}
/* #ifndef APP-PLUS-NVUE */
page {
min-height: 100%;

View File

@ -17,7 +17,7 @@
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
},
"pages": [{
"path": "pages/tabBar/sending/sending",
"path": "pages/tabBar/home/home",
"style": {
"navigationBarTitleText": "",
"navigationStyle":"custom",
@ -114,27 +114,27 @@
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/tabBar/sending/sending",
"iconPath": "static/sending.png",
"selectedIconPath": "static/sendingSLT.png",
"pagePath": "pages/tabBar/home/home",
"iconPath": "static/shouy.png",
"selectedIconPath": "static/shouySLT.png",
"text": "首页"
},
{
"pagePath": "pages/tabBar/search/search",
"iconPath": "static/search.png",
"selectedIconPath": "static/searchSLT.png",
"iconPath": "static/dingdan.png",
"selectedIconPath": "static/dingdanSLT.png",
"text": "订单"
},
{
"pagePath": "pages/tabBar/search/search",
"iconPath": "static/search.png",
"selectedIconPath": "static/searchSLT.png",
"iconPath": "static/caozuo.png",
"selectedIconPath": "static/caozuoSLT.png",
"text": "操作"
},
{
{
"pagePath": "pages/tabBar/mine/mine",
"iconPath": "static/mine.png",
"selectedIconPath": "static/mineSLT.png",
"iconPath": "static/wode.png",
"selectedIconPath": "static/wodeSLT.png",
"text": "我的"
}
]

View File

@ -1,5 +1,5 @@
<template>
<view class="status_bar">
<view class="customer_nav_bar">
<!-- 这里是状态栏 -->
</view>
@ -82,17 +82,10 @@
}
</script>
<style>
@import '../../../common/uni-nvue.css';
<style lang="scss">
@import '../../../common/uni-nvue.scss';
</style>
<style scoped lang="scss">
.status_bar {
box-sizing: content-box;
height: var(--status-bar-height);
padding-top: 60rpx;
width: 100%;
background-color: $uni-color-primary;
}
.hdbg{
position: absolute;
z-index: 1;

View File

@ -173,6 +173,6 @@
}
</script>
<style>
@import '../../../common/uni-nvue.css';
<style lang="scss">
@import '../../../common/uni-nvue.scss';
</style>

View File

@ -387,6 +387,6 @@
};
</script>
<style>
@import '../../../common/uni-nvue.css';
<style lang="scss">
@import '../../../common/uni-nvue.scss';
</style>

BIN
static/caozuoSLT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
static/dingdanSLT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 963 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

BIN
static/shouySLT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
static/wodeSLT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 B

View File

@ -9,7 +9,7 @@
</template>
<script>
import Sending from '@/pages/tabBar/sending/sending.vue'
import Home from '@/pages/tabBar/home/home.vue'
import Mine from '@/pages/tabBar/mine/mine.vue'
import Search from '@/pages/tabBar/search/search.vue'
@ -22,7 +22,7 @@
data() {
return {
nav: [
'Sending',
'Home',
'Mine',
'Search'
],
@ -30,7 +30,7 @@
}
},
components: {
Sending,
Home,
Mine,
Search
},
@ -149,8 +149,8 @@
}
</script>
<style>
@import '../common/uni-nvue.css';
<style lang="scss">
@import '../common/uni-nvue.scss';
.left-window-style {
min-height: calc(100vh - var(--top-window-height));