mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-06-08 15:14:46 +08:00
v2.0.2
v2.0.2 2.0版本上线
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const app = getApp();
|
||||
Page({
|
||||
data: {
|
||||
StatusBar: app.globalData.StatusBar,
|
||||
CustomBar: app.globalData.CustomBar,
|
||||
},
|
||||
});
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,7 @@
|
||||
<custom style="height:{{CustomBar}}px;">
|
||||
<bar class="fixed gradual-orange" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}px;">
|
||||
<navigator class='action' open-type="navigateBack" delta="1" hover-class="none">
|
||||
<icon class='icon-back' /> 渐变
|
||||
</navigator>
|
||||
</bar>
|
||||
</custom>
|
||||
@@ -0,0 +1 @@
|
||||
/* miniprogram/pages/plugin/gradual/gradual.wxss */
|
||||
Reference in New Issue
Block a user