mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-06-08 15:23:17 +08:00
xiaogang
ColorUI 源代码
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// pages/document/label/label.js
|
||||
Page({
|
||||
data: {
|
||||
},
|
||||
})
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,5 @@
|
||||
<view class='screen'>
|
||||
<view class='iconfont icon-discover gray-text'>
|
||||
<view class='text-df'>组件开发中...</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -0,0 +1,10 @@
|
||||
.textarea {
|
||||
width: 100%;
|
||||
z-index: 999;
|
||||
bottom: 0;
|
||||
background: #aaa
|
||||
}
|
||||
.textarea textarea {
|
||||
background: #666
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user