浏览代码

task 乳山产交图标

rongxin_test
庞东旭 10 个月前
父节点
当前提交
b739a251aa
共有 15 个文件被更改,包括 111 次插入0 次删除
  1. +111
    -0
      src/components/common/nav_bar.vue
  2. 二进制
      static/images/transaction_new/app_bg.png
  3. 二进制
      static/images/transaction_new/bidding/bidding_icon_01.png
  4. 二进制
      static/images/transaction_new/index/index_icon_01.png
  5. 二进制
      static/images/transaction_new/index/index_icon_02.png
  6. 二进制
      static/images/transaction_new/index/index_icon_03.png
  7. 二进制
      static/images/transaction_new/index/index_icon_04.png
  8. 二进制
      static/images/transaction_new/index/index_icon_05.png
  9. 二进制
      static/images/transaction_new/index/index_icon_06.png
  10. 二进制
      static/images/transaction_new/login_bg.png
  11. 二进制
      static/images/transaction_new/login_title.png
  12. 二进制
      static/images/transaction_new/notic/notic_icon_01.png
  13. 二进制
      static/images/transaction_new/register_btn_1.png
  14. 二进制
      static/images/transaction_new/register_btn_2.png
  15. 二进制
      static/images/transaction_new/tab_border.png

+ 111
- 0
src/components/common/nav_bar.vue 查看文件

@@ -0,0 +1,111 @@
<template>
<div>
<div
:class='[background == "1"?"nav-wrap":"nav-wrap1",positionType=="fixed"?"nav-position-fixed":"nav-position-relative"]'
:style='{"height": 50+"px","overflow": "hidden"}'
>
<!-- // 导航栏 中间的标题 -->
<div class='nav-title' :style='{"line-height": 50+"px"}'>{{title}}</div>
<div style='display: flex; justify-content: center;flex-direction: column;height: 50px;padding-left: 2%;'>
<!-- // 其中wx:if='{{navbarData.showCapsule}}' 是控制左上角按钮的显示隐藏,首页不显示 -->
<van-icon name="arrow-left" color="#333333" size="25" @click="onClickLeft()" />
</div>
</div>
<div :style='{"height": 50+"px"}' v-if="positionType == 'fixed'"></div>
</div>
</template>

<script>
export default {
name: "nav_bar",
props: [
"background",
"positionType",
"showCapsule",
"title",
],
data() {
return {
height: '',
navHeight:'',
}
},
created() {

},
methods: {

},
}
</script>

<style scoped lang="scss">
.nav-wrap {
width: 100%;
top: 0;
background: transparent;
color: #000;
z-index: 9999999;
}

.nav-wrap1 {
width: 100%;
top: 0;
background: linear-gradient(to bottom right,#91E1CA,#E0F4E4);
color: #333333;
z-index: 9999999;
}

/* 标题要居中 */
.nav-title {
position: absolute;
text-align: center;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
font-size: 16Px;
}

.nav-capsule {
display: flex;
align-items: center;
margin-left: 5px;
width: 70px;
justify-content: space-between;
height: 100%;
}

.navbar-v-line {
width: 1px;
height: 16px;
background-color: #e5e5e5;
}

/*.back-pre,*/
/*.back-home {*/
/* width: 18Px;*/
/* height: 25Px;*/
/* margin-top: 2px;*/
/* padding: 5px;*/
/* border-radius: 50%;*/
/*}*/

.nav-capsule .back-home {
width: 30px;
height: 30px;
margin-top: 1.5px;
}

.nav-position-fixed{
position: fixed;
}
.nav-position-relative{
position: relative;
}
</style>

二进制
static/images/transaction_new/app_bg.png 查看文件

之前 之后
宽度: 750  |  高度: 884  |  大小: 464 KiB

二进制
static/images/transaction_new/bidding/bidding_icon_01.png 查看文件

之前 之后
宽度: 24  |  高度: 24  |  大小: 1.5 KiB

二进制
static/images/transaction_new/index/index_icon_01.png 查看文件

之前 之后
宽度: 42  |  高度: 44  |  大小: 2.3 KiB

二进制
static/images/transaction_new/index/index_icon_02.png 查看文件

之前 之后
宽度: 42  |  高度: 44  |  大小: 2.4 KiB

二进制
static/images/transaction_new/index/index_icon_03.png 查看文件

之前 之后
宽度: 42  |  高度: 42  |  大小: 2.0 KiB

二进制
static/images/transaction_new/index/index_icon_04.png 查看文件

之前 之后
宽度: 42  |  高度: 44  |  大小: 2.3 KiB

二进制
static/images/transaction_new/index/index_icon_05.png 查看文件

之前 之后
宽度: 42  |  高度: 45  |  大小: 2.3 KiB

二进制
static/images/transaction_new/index/index_icon_06.png 查看文件

之前 之后
宽度: 42  |  高度: 44  |  大小: 2.3 KiB

二进制
static/images/transaction_new/login_bg.png 查看文件

之前 之后
宽度: 375  |  高度: 485  |  大小: 149 KiB

二进制
static/images/transaction_new/login_title.png 查看文件

之前 之后
宽度: 191  |  高度: 64  |  大小: 4.2 KiB

二进制
static/images/transaction_new/notic/notic_icon_01.png 查看文件

之前 之后
宽度: 16  |  高度: 16  |  大小: 516 B

二进制
static/images/transaction_new/register_btn_1.png 查看文件

之前 之后
宽度: 622  |  高度: 192  |  大小: 13 KiB

二进制
static/images/transaction_new/register_btn_2.png 查看文件

之前 之后
宽度: 622  |  高度: 192  |  大小: 20 KiB

二进制
static/images/transaction_new/tab_border.png 查看文件

之前 之后
宽度: 27  |  高度: 11  |  大小: 440 B

正在加载...
取消
保存