init
This commit is contained in:
1
unpackage/dist/build/mp-weixin/components/index-custom-navigationbar/index.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/components/index-custom-navigationbar/index.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";const t=require("../../common/vendor.js");if(!Array){t.resolveComponent("nut-animate")()}Math;const e={__name:"index",props:{statusBarHeight:Number,windowWidth:Number,navbarHeight:Number,title:String,desc:String},setup(e){const r=e;return(a,n)=>({a:r.statusBarHeight+"px",b:t.t(e.title),c:t.t(e.desc),d:t.p({type:"flicker",loop:!0}),e:r.navbarHeight+"px",f:r.windowWidth+"px",g:e.statusBarHeight+e.navbarHeight+0+"px"})}},r=t._export_sfc(e,[["__scopeId","data-v-35060491"]]);wx.createComponent(r);
|
||||
6
unpackage/dist/build/mp-weixin/components/index-custom-navigationbar/index.json
vendored
Normal file
6
unpackage/dist/build/mp-weixin/components/index-custom-navigationbar/index.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"nut-animate": "../../uni_modules/nutui-uni/components/animate/animate"
|
||||
}
|
||||
}
|
||||
1
unpackage/dist/build/mp-weixin/components/index-custom-navigationbar/index.wxml
vendored
Normal file
1
unpackage/dist/build/mp-weixin/components/index-custom-navigationbar/index.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="navbar data-v-35060491"><view class="navbar-fixed data-v-35060491"><view class="data-v-35060491" style="{{'height:' + a}}"></view><view class="navbar-content data-v-35060491" style="{{'height:' + e + ';' + ('width:' + f)}}"><view class="header data-v-35060491"><view class="company-name data-v-35060491">{{b}}</view><nut-animate wx:if="{{d}}" class="data-v-35060491" u-s="{{['d']}}" u-i="35060491-0" bind:__l="__l" u-p="{{d}}"><view class="description data-v-35060491">{{c}}</view></nut-animate></view></view></view><view class="data-v-35060491" style="{{'height:' + g}}"></view></view>
|
||||
1
unpackage/dist/build/mp-weixin/components/index-custom-navigationbar/index.wxss
vendored
Normal file
1
unpackage/dist/build/mp-weixin/components/index-custom-navigationbar/index.wxss
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.navbar-fixed.data-v-35060491{position:fixed;top:0;left:0;z-index:999;width:100%;background-image:linear-gradient(30deg,#e96443,#c64dff);background-position:0 0;background-repeat:no-repeat;background-size:100% auto;opacity:1}.navbar-content.data-v-35060491{display:flex;flex-flow:column;justify-content:center;padding:0 30rpx;box-sizing:border-box}.company-name.data-v-35060491{font-family:Akrobat ExtraBold!important;color:#fff;font-size:24rpx;font-weight:700}.description.data-v-35060491{font-family:Akrobat ExtraBold!important;color:#fff;font-size:16rpx}
|
||||
Reference in New Issue
Block a user