mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-13 19:44:03 +08:00
2019年4月10日19:23:24
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
const app = getApp();
|
||||
Page({
|
||||
data: {
|
||||
StatusBar: app.globalData.StatusBar,
|
||||
CustomBar: app.globalData.CustomBar
|
||||
},
|
||||
onLoad: function() {
|
||||
|
||||
},
|
||||
});
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1,51 +0,0 @@
|
||||
<cu-custom bgColor="bg-gradual-blue" isBack="{{true}}"><view slot="backText">返回</view><view slot="content">表单控件</view></cu-custom>
|
||||
<view class='text-center'>
|
||||
<view class="padding-xl ">
|
||||
<checkbox class=''></checkbox>
|
||||
<radio-group>
|
||||
<radio class='' checked name="sex"></radio>
|
||||
<radio class='blue sm' name="sex"></radio>
|
||||
</radio-group>
|
||||
</view>
|
||||
<view class="padding-xl ">
|
||||
<switch class=''></switch>
|
||||
<radio-group>
|
||||
<radio class='red radio' checked name="sex"></radio>
|
||||
<radio class='blue radio' name="sex"></radio>
|
||||
</radio-group>
|
||||
<checkbox class='blue'></checkbox>
|
||||
<checkbox class='cyan round'></checkbox>
|
||||
</view>
|
||||
<view class="padding-xl ">
|
||||
<switch class=' sm'></switch>
|
||||
<radio-group>
|
||||
<radio class='red radio sm' checked name="sex"></radio>
|
||||
<radio class='blue radio sm' name="sex"></radio>
|
||||
</radio-group>
|
||||
<checkbox class='red sm'></checkbox>
|
||||
<checkbox class='cyan round sm'></checkbox>
|
||||
</view>
|
||||
<view class="padding-xl ">
|
||||
<switch class='switch-sex' checked></switch>
|
||||
<switch class='switch-sex sm'></switch>
|
||||
</view>
|
||||
<view class="padding-xl ">
|
||||
<switch class='red' checked></switch>
|
||||
<switch class='blue sm' checked></switch>
|
||||
</view>
|
||||
<view class="padding-xl ">
|
||||
<switch class='' checked></switch>
|
||||
<switch class=' sm' checked></switch>
|
||||
</view>
|
||||
<view class="padding-xl ">
|
||||
<switch class=''></switch>
|
||||
<switch class=' sm'></switch>
|
||||
</view>
|
||||
<view class="padding-xl ">
|
||||
<switch class='orange sm radius'></switch>
|
||||
<switch class='yellow radius'></switch>
|
||||
</view>
|
||||
<view class="padding-xl ">
|
||||
<switch class='blue radius'></switch>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user