This commit is contained in:
Weilanwl
2019-02-09 16:59:24 +08:00
parent 122f46b8d4
commit dfaf72761b
4 changed files with 1046 additions and 727 deletions

View File

@@ -9,7 +9,6 @@
}
.nav-li {
color: #666;
padding: 30rpx;
border-radius: 12rpx;
width: 45%;

File diff suppressed because it is too large Load Diff

View File

@@ -27,6 +27,7 @@
font-style: normal;
}
@font-face {font-family: "iconfont";
src: url('//at.alicdn.com/t/font_533566_yfq2d9wdij.eot?t=1545239985831'); /* IE9*/
src: url('//at.alicdn.com/t/font_533566_yfq2d9wdij.eot?t=1545239985831#iefix') format('embedded-opentype'), /* IE6-IE8 */

View File

@@ -1,5 +1,5 @@
<view class='cu-custom' style="height:{{CustomBar}}px;">
<view class="cu-bar fixed gradual-blue" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}px;">
<view class="cu-bar fixed bg-gradual-blue" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}px;">
<view class='content'>ColorUI 空白模板</view>
</view>
</view>