Преглед изворни кода

task 乳山产交图标

rongxin_test
庞东旭 пре 10 месеци
родитељ
комит
b739a251aa
15 измењених фајлова са 111 додато и 0 уклоњено
  1. +111
    -0
      src/components/common/nav_bar.vue
  2. BIN
      static/images/transaction_new/app_bg.png
  3. BIN
      static/images/transaction_new/bidding/bidding_icon_01.png
  4. BIN
      static/images/transaction_new/index/index_icon_01.png
  5. BIN
      static/images/transaction_new/index/index_icon_02.png
  6. BIN
      static/images/transaction_new/index/index_icon_03.png
  7. BIN
      static/images/transaction_new/index/index_icon_04.png
  8. BIN
      static/images/transaction_new/index/index_icon_05.png
  9. BIN
      static/images/transaction_new/index/index_icon_06.png
  10. BIN
      static/images/transaction_new/login_bg.png
  11. BIN
      static/images/transaction_new/login_title.png
  12. BIN
      static/images/transaction_new/notic/notic_icon_01.png
  13. BIN
      static/images/transaction_new/register_btn_1.png
  14. BIN
      static/images/transaction_new/register_btn_2.png
  15. BIN
      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>

BIN
static/images/transaction_new/app_bg.png Прегледај датотеку

Before After
Width: 750  |  Height: 884  |  Size: 464 KiB

BIN
static/images/transaction_new/bidding/bidding_icon_01.png Прегледај датотеку

Before After
Width: 24  |  Height: 24  |  Size: 1.5 KiB

BIN
static/images/transaction_new/index/index_icon_01.png Прегледај датотеку

Before After
Width: 42  |  Height: 44  |  Size: 2.3 KiB

BIN
static/images/transaction_new/index/index_icon_02.png Прегледај датотеку

Before After
Width: 42  |  Height: 44  |  Size: 2.4 KiB

BIN
static/images/transaction_new/index/index_icon_03.png Прегледај датотеку

Before After
Width: 42  |  Height: 42  |  Size: 2.0 KiB

BIN
static/images/transaction_new/index/index_icon_04.png Прегледај датотеку

Before After
Width: 42  |  Height: 44  |  Size: 2.3 KiB

BIN
static/images/transaction_new/index/index_icon_05.png Прегледај датотеку

Before After
Width: 42  |  Height: 45  |  Size: 2.3 KiB

BIN
static/images/transaction_new/index/index_icon_06.png Прегледај датотеку

Before After
Width: 42  |  Height: 44  |  Size: 2.3 KiB

BIN
static/images/transaction_new/login_bg.png Прегледај датотеку

Before After
Width: 375  |  Height: 485  |  Size: 149 KiB

BIN
static/images/transaction_new/login_title.png Прегледај датотеку

Before After
Width: 191  |  Height: 64  |  Size: 4.2 KiB

BIN
static/images/transaction_new/notic/notic_icon_01.png Прегледај датотеку

Before After
Width: 16  |  Height: 16  |  Size: 516 B

BIN
static/images/transaction_new/register_btn_1.png Прегледај датотеку

Before After
Width: 622  |  Height: 192  |  Size: 13 KiB

BIN
static/images/transaction_new/register_btn_2.png Прегледај датотеку

Before After
Width: 622  |  Height: 192  |  Size: 20 KiB

BIN
static/images/transaction_new/tab_border.png Прегледај датотеку

Before After
Width: 27  |  Height: 11  |  Size: 440 B

Loading…
Откажи
Сачувај