tianyi 3 weeks ago
parent
commit
b4eaf77c9b
  1. 2
      package1/tabbar/release.vue

2
package1/tabbar/release.vue

@ -1,12 +1,10 @@
<template> <template>
<view class="page1"> <view class="page1">
<!-- 固定顶部导航栏悬浮在背景图之上 -->
<view class="nav-bar" :style="{'padding-top': menuButtonInfo.top +'px'}"> <view class="nav-bar" :style="{'padding-top': menuButtonInfo.top +'px'}">
<view class="back-btn" @tap="back"> <view class="back-btn" @tap="back">
<uni-icons type="left" size="28"></uni-icons> <uni-icons type="left" size="28"></uni-icons>
</view> </view>
</view> </view>
<!-- 背景头图随页面滚动 -->
<view class="title"> <view class="title">
<view class="hero-spark spark-a"></view> <view class="hero-spark spark-a"></view>
<view class="hero-spark spark-b"></view> <view class="hero-spark spark-b"></view>

Loading…
Cancel
Save