ColorUI 源代码
This commit is contained in:
weilanwl
2018-06-19 21:21:54 +08:00
parent 9e6720d0dc
commit 3834693e84
114 changed files with 4477 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// pages/document/label/label.js
Page({
data: {
},
})
+1
View File
@@ -0,0 +1 @@
{}
+5
View File
@@ -0,0 +1,5 @@
<view class='screen'>
<view class='iconfont icon-discover gray-text'>
<view class='text-df'>组件开发中...</view>
</view>
</view>
+10
View File
@@ -0,0 +1,10 @@
.textarea {
width: 100%;
z-index: 999;
bottom: 0;
background: #aaa
}
.textarea textarea {
background: #666
}