mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-13 11:34:02 +08:00
v2.1.3
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
</cu-custom>
|
||||
<view class="cu-bar bg-white margin-top">
|
||||
<view class="action">
|
||||
<text class="icon-title text-orange "></text> 普通窗口
|
||||
<text class="cuIcon-title text-orange "></text> 普通窗口
|
||||
</view>
|
||||
<view class="action">
|
||||
<button class="cu-btn bg-green shadow" bindtap="showModal" data-target="Modal">Modal</button>
|
||||
@@ -15,7 +15,7 @@
|
||||
<view class="cu-bar bg-white justify-end">
|
||||
<view class="content">Modal标题</view>
|
||||
<view class="action" bindtap="hideModal">
|
||||
<text class="icon-close text-red"></text>
|
||||
<text class="cuIcon-close text-red"></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="padding-xl">
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
<view class="cu-bar bg-white margin-top">
|
||||
<view class="action">
|
||||
<text class="icon-title text-orange "></text> 底部窗口
|
||||
<text class="cuIcon-title text-orange "></text> 底部窗口
|
||||
</view>
|
||||
<view class="action">
|
||||
<button class="cu-btn bg-green shadow" bindtap="showModal" data-target="bottomModal">Bottom</button>
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
<view class="cu-bar bg-white margin-top">
|
||||
<view class="action">
|
||||
<text class="icon-title text-orange "></text> 对话窗口
|
||||
<text class="cuIcon-title text-orange "></text> 对话窗口
|
||||
</view>
|
||||
<view class="action">
|
||||
<button class="cu-btn bg-green shadow" bindtap="showModal" data-target="DialogModal1">Dialog</button>
|
||||
@@ -58,7 +58,7 @@
|
||||
<view class="cu-bar bg-white justify-end">
|
||||
<view class="content">Modal标题</view>
|
||||
<view class="action" bindtap="hideModal">
|
||||
<text class="icon-close text-red"></text>
|
||||
<text class="cuIcon-close text-red"></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="padding-xl">
|
||||
@@ -79,7 +79,7 @@
|
||||
<view class="cu-bar bg-white justify-end">
|
||||
<view class="content">Modal标题</view>
|
||||
<view class="action" bindtap="hideModal">
|
||||
<text class="icon-close text-red"></text>
|
||||
<text class="cuIcon-close text-red"></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="padding-xl">
|
||||
@@ -87,7 +87,7 @@
|
||||
</view>
|
||||
<view class="cu-bar bg-white">
|
||||
<view class="action margin-0 flex-sub text-green " bindtap="hideModal">
|
||||
<text class="icon-moneybag"></text>微信支付</view>
|
||||
<text class="cuIcon-moneybag"></text>微信支付</view>
|
||||
<view class="action margin-0 flex-sub text-green solid-left" bindtap="hideModal">取消</view>
|
||||
<view class="action margin-0 flex-sub solid-left" bindtap="hideModal">确定</view>
|
||||
</view>
|
||||
@@ -96,7 +96,7 @@
|
||||
|
||||
<view class="cu-bar bg-white margin-top">
|
||||
<view class="action">
|
||||
<text class="icon-title text-orange "></text> 图片窗口
|
||||
<text class="cuIcon-title text-orange "></text> 图片窗口
|
||||
</view>
|
||||
<view class="action">
|
||||
<button class="cu-btn bg-green shadow" bindtap="showModal" data-target="Image">Image</button>
|
||||
@@ -108,7 +108,7 @@
|
||||
<view class="bg-img" style="background-image: url('https://ossweb-img.qq.com/images/lol/web201310/skin/big91012.jpg');height:200px;">
|
||||
<view class="cu-bar justify-end text-white">
|
||||
<view class="action" bindtap="hideModal">
|
||||
<text class="icon-close "></text>
|
||||
<text class="cuIcon-close "></text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -121,7 +121,7 @@
|
||||
|
||||
<view class="cu-bar bg-white margin-top">
|
||||
<view class="action">
|
||||
<text class="icon-title text-orange "></text> 单选窗口
|
||||
<text class="cuIcon-title text-orange "></text> 单选窗口
|
||||
</view>
|
||||
<view class="action">
|
||||
<button class="cu-btn bg-green shadow" bindtap="showModal" data-target="RadioModal">Radio</button>
|
||||
@@ -145,7 +145,7 @@
|
||||
|
||||
<view class="cu-bar bg-white margin-top">
|
||||
<view class="action">
|
||||
<text class="icon-title text-orange "></text> 多选窗口
|
||||
<text class="cuIcon-title text-orange "></text> 多选窗口
|
||||
</view>
|
||||
<view class="action">
|
||||
<button class="cu-btn bg-green shadow" bindtap="showModal" data-target="ChooseModal">Choose</button>
|
||||
@@ -169,7 +169,7 @@
|
||||
|
||||
<view class="cu-bar bg-white margin-top">
|
||||
<view class="action">
|
||||
<text class="icon-title text-orange "></text> 侧边抽屉
|
||||
<text class="cuIcon-title text-orange "></text> 侧边抽屉
|
||||
</view>
|
||||
<view class="action">
|
||||
<button class="cu-btn bg-green shadow" bindtap="showModal" data-target="DrawerModalL">Left</button>
|
||||
|
||||
Reference in New Issue
Block a user