更新图片
@ -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%;
|
||||
22
pages.json
@ -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": "我的"
|
||||
}
|
||||
]
|
||||
|
||||
@ -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;
|
||||
@ -173,6 +173,6 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@import '../../../common/uni-nvue.css';
|
||||
<style lang="scss">
|
||||
@import '../../../common/uni-nvue.scss';
|
||||
</style>
|
||||
|
||||
@ -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
|
After Width: | Height: | Size: 1.3 KiB |
BIN
static/dingdanSLT.png
Normal file
|
After Width: | Height: | Size: 963 B |
BIN
static/images/index/hdbg.png
Normal file
|
After Width: | Height: | Size: 387 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 461 KiB |
|
Before Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
BIN
static/mine.png
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
BIN
static/shouySLT.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
static/wodeSLT.png
Normal file
|
After Width: | Height: | Size: 985 B |
@ -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));
|
||||
|
||||