parent
78eb1192ff
commit
1f1d9ad6ea
@ -0,0 +1,14 @@
|
|||||||
|
const app = getApp();
|
||||||
|
Component({
|
||||||
|
properties: {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
data: {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
methods: {
|
||||||
|
|
||||||
|
}
|
||||||
|
})
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"component": true,
|
||||||
|
"usingComponents": {}
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
<navigator wx:if="{{user_id==2}}" class="nav" style="background:{{bg}}" url="/account/pages/account/account?action=login">{{message}}</navigator>
|
@ -0,0 +1 @@
|
|||||||
|
/* components/head-tip/head-tip.wxss */
|
@ -1,3 +0,0 @@
|
|||||||
<!--miniprogram/dev/pages/dev/dev.wxml-->
|
|
||||||
<text>miniprogram/dev/pages/dev/dev.wxml</text>
|
|
||||||
<text class="iconfont icon_back"></text>
|
|
@ -1,52 +1,4 @@
|
|||||||
@font-face {
|
#cam{
|
||||||
font-family: 'iconfont';
|
width: 100%;
|
||||||
/* project id 706535 */
|
height: 40vh;
|
||||||
src: url('//at.alicdn.com/t/font_706535_gcxl9md3eyj.eot');
|
|
||||||
src: url('//at.alicdn.com/t/font_706535_gcxl9md3eyj.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_706535_gcxl9md3eyj.woff') format('woff'), url('//at.alicdn.com/t/font_706535_gcxl9md3eyj.ttf') format('truetype'), url('//at.alicdn.com/t/font_706535_gcxl9md3eyj.svg#iconfont') format('svg');
|
|
||||||
}
|
|
||||||
.iconfont {
|
|
||||||
font-family: "iconfont" !important;
|
|
||||||
font-size: 16px;
|
|
||||||
font-style: normal;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_back::before {
|
|
||||||
content: "\e62c";
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_close::before {
|
|
||||||
content: "\e628";
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_refresh::before {
|
|
||||||
content: "\e732";
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_jiantou_bottom::before {
|
|
||||||
content: "\e605"
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_jiantou_top::before {
|
|
||||||
content: "\e733"
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_bill::before {
|
|
||||||
content: "\e627";
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_edit::before {
|
|
||||||
content: "\e63b";
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_edit_pen::before {
|
|
||||||
content: "\e609";
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_right_jiantou::before {
|
|
||||||
content: "\e7a5"
|
|
||||||
}
|
|
||||||
.icon_back::before {
|
|
||||||
content: "\e7a5"
|
|
||||||
}
|
}
|
Loading…
Reference in new issue