Dread 4 years ago
parent
commit
477670f814
  1. 7
      pages.json
  2. 6
      pages/menu/message/index.css
  3. 40
      pages/menu/message/index.vue
  4. 31
      pages/menu/wallet/index.css
  5. 9
      pages/menu/wallet/index.vue
  6. BIN
      static/tongyonh/Icon.png

7
pages.json

@ -29,7 +29,12 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{
"path": "pages/menu/message/index",
"style": {
"navigationStyle": "custom"
}
},
{ {
"path": "pages/fingerPage/password/index", "path": "pages/fingerPage/password/index",
"style": { "style": {

6
pages/menu/message/index.css

@ -0,0 +1,6 @@
.navbg{
position: sticky !important;
top: 90rpx !important;
background-color: #FAFAFA !important;
}

40
pages/menu/message/index.vue

@ -0,0 +1,40 @@
<template>
<view class="">
<navigation :showBack="true" class="navbg">
<!-- <text class="big_title">
全部
</text> -->
消息中心
</navigation>
<view class="con">
</view>
</view>
</template>
<script>
import cont from "@/components/navigation/navigation.vue"
export default {
data() {
return {
};
},
methods: {
},
computed: {
i18n() {
return this.$t('index')
},
},
};
</script>
<style scoped>
</style>
<style>
@import './index.css';
</style>

31
pages/menu/wallet/index.css

@ -1,4 +1,33 @@
.rela{
position: absolute;
right: 130rpx;
}
.ms_con{
position: absolute;
width: 30rpx;
height: 30rpx;
background: #FA5151;
display: flex;
align-items: center;
text-align: center;
color: #fff;
border-radius: 100rpx;
font-size: 26rpx ;
z-index: 999;
justify-content: center;
right: -10rpx;
top: -12rpx;
}
.abs{
position: absolute;
left: 50%;
top: 26%;
transform: translate(-50%,-50%);
}
.message{
width: 40rpx;
height: 40rpx;
}
page{ page{
overflow-y: hidden; overflow-y: hidden;
} }

9
pages/menu/wallet/index.vue

@ -1,6 +1,15 @@
<template> <template>
<view class=""> <view class="">
<navigation :showBack="false" :bgnum="true" class="head"> <navigation :showBack="false" :bgnum="true" class="head">
<view class="rela" slot="logo">
<view class="ms_con">
<text class="abs">...</text>
</view>
<image src="../../../static/tongyonh/Icon.png" mode="aspectFit"
class="message"
@click=""></image>
</view>
<image src="../../../static/tongyonh/san.png" mode="aspectFit" class="renYou" slot="logo" <image src="../../../static/tongyonh/san.png" mode="aspectFit" class="renYou" slot="logo"
@click="goCwallet()"></image> @click="goCwallet()"></image>
<image src="../../../static/tongyonh/erwei.png" mode="aspectFit" class="renYou2" slot="logo" <image src="../../../static/tongyonh/erwei.png" mode="aspectFit" class="renYou2" slot="logo"

BIN
static/tongyonh/Icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Loading…
Cancel
Save