mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-12 19:04:00 +08:00
v2.0.3
1.修复一些单位错误(带输入框的操作条) 2.纠正一些单词拼写... 3.抛弃icon标签,改回text标签的写法 4.抛弃px单位的样式文件 5.优化一些组件的字体大小 6.新增两种加载样式
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<custom style="height:{{CustomBar}}px;">
|
||||
<bar class="fixed gradual-pink" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}px;">
|
||||
<navigator class='action' open-type="navigateBack" delta="1" hover-class="none">
|
||||
<icon class='icon-back' />
|
||||
<text class='icon-back'></text>
|
||||
<text>操作条</text>
|
||||
</navigator>
|
||||
</bar>
|
||||
@@ -9,31 +9,31 @@
|
||||
|
||||
<bar class="margin-top">
|
||||
<view class='action'>
|
||||
<icon class='icon-back text-gray' />
|
||||
<text class='icon-back text-gray'></text>
|
||||
<text>返回</text>
|
||||
</view>
|
||||
</bar>
|
||||
|
||||
<bar class="margin-top">
|
||||
<view class='action'>
|
||||
<icon class='icon-title text-green ' />
|
||||
<text class='icon-title text-green'></text>
|
||||
<text>案例</text>
|
||||
</view>
|
||||
<view class='action'>
|
||||
<button class='bg-green shadow-blur sm'>添加
|
||||
<icon class='icon-add' /> </button>
|
||||
<text class='icon-add'></text> </button>
|
||||
</view>
|
||||
</bar>
|
||||
|
||||
<bar class="margin-top justify-end">
|
||||
<view class='action'>
|
||||
<icon class='icon-close text-red'></icon>
|
||||
<text class='icon-close text-red'></text>
|
||||
</view>
|
||||
</bar>
|
||||
|
||||
<bar class="margin-top">
|
||||
<view class='action'>
|
||||
<icon class='icon-back text-gray' /> 返回
|
||||
<text class='icon-back text-gray'></text> 返回
|
||||
</view>
|
||||
<view class='content'>
|
||||
操作条
|
||||
@@ -42,20 +42,20 @@
|
||||
|
||||
<bar class="margin-top">
|
||||
<view class='action'>
|
||||
<icon class='icon-homefill text-gray' /> 首页
|
||||
<text class='icon-homefill text-gray'></text> 首页
|
||||
</view>
|
||||
<view class='content'>
|
||||
鲜亮的高饱和色彩,专注视觉的小程序组件库
|
||||
</view>
|
||||
<view class='action'>
|
||||
<icon class='icon-cardboardfill text-grey' />
|
||||
<icon class='icon-recordfill text-red' />
|
||||
<text class='icon-cardboardfill text-grey'></text>
|
||||
<text class='icon-recordfill text-red'></text>
|
||||
</view>
|
||||
</bar>
|
||||
|
||||
<bar class="margin-top bg-blue">
|
||||
<view class='action'>
|
||||
<icon class='icon-close' /> 关闭
|
||||
<text class='icon-close'></text> 关闭
|
||||
</view>
|
||||
<view class='content'>
|
||||
海蓝
|
||||
@@ -63,7 +63,7 @@
|
||||
</bar>
|
||||
<bar class="margin-top bg-orange">
|
||||
<view class='action'>
|
||||
<icon class='icon-back' /> 返回
|
||||
<text class='icon-back'></text> 返回
|
||||
</view>
|
||||
<view class='content'>
|
||||
操作条
|
||||
@@ -76,49 +76,49 @@
|
||||
ColorUI
|
||||
</view>
|
||||
<view class='action'>
|
||||
<icon class="icon-more" />
|
||||
<text class="icon-more"></text>
|
||||
</view>
|
||||
</bar>
|
||||
|
||||
<bar class="margin-top bg-red search">
|
||||
<avatar class="round" style="background-image:url(https://image.weilanwl.com/img/square-1.jpg);"></avatar>
|
||||
<view class='serach-form radius'>
|
||||
<icon class="icon-search" />
|
||||
<input type="text" placeholder="搜索图片、文章、视频" confirm-type="search" />
|
||||
<view class='search-form radius'>
|
||||
<text class="icon-search"></text>
|
||||
<input type="text" placeholder="搜索图片、文章、视频" confirm-type="search"></input>
|
||||
</view>
|
||||
<view class='action'>
|
||||
<text>广州</text>
|
||||
<icon class="icon-triangledownfill" />
|
||||
<text class="icon-triangledownfill"></text>
|
||||
</view>
|
||||
</bar>
|
||||
|
||||
<bar class="margin-top search">
|
||||
<avatar class="round" style="background-image:url(https://image.weilanwl.com/img/square-2.jpg);"></avatar>
|
||||
<view class='serach-form round'>
|
||||
<icon class="icon-search" />
|
||||
<input type="text" placeholder="搜索图片、文章、视频" confirm-type="search" />
|
||||
<view class='search-form round'>
|
||||
<text class="icon-search"></text>
|
||||
<input type="text" placeholder="搜索图片、文章、视频" confirm-type="search"></input>
|
||||
</view>
|
||||
<view class='action'>
|
||||
<text>广州</text>
|
||||
<icon class="icon-triangledownfill" />
|
||||
<text class="icon-triangledownfill"></text>
|
||||
</view>
|
||||
</bar>
|
||||
|
||||
<bar class="margin-top bg-cyan search">
|
||||
<view class='serach-form radius'>
|
||||
<icon class="icon-search" />
|
||||
<input type="text" placeholder="搜索图片、文章、视频" confirm-type="search" />
|
||||
<view class='search-form radius'>
|
||||
<text class="icon-search"></text>
|
||||
<input type="text" placeholder="搜索图片、文章、视频" confirm-type="search"></input>
|
||||
</view>
|
||||
<view class='action'>
|
||||
<icon class='icon-close' />
|
||||
<text class='icon-close'></text>
|
||||
<text>取消</text>
|
||||
</view>
|
||||
</bar>
|
||||
|
||||
<bar class="margin-top search">
|
||||
<view class='serach-form round'>
|
||||
<icon class="icon-search" />
|
||||
<input type="text" placeholder="搜索图片、文章、视频" confirm-type="search" />
|
||||
<view class='search-form round'>
|
||||
<text class="icon-search"></text>
|
||||
<input type="text" placeholder="搜索图片、文章、视频" confirm-type="search"></input>
|
||||
</view>
|
||||
<view class='action'>
|
||||
<button class='bg-green shadow-blur round'>搜索</button>
|
||||
@@ -144,35 +144,35 @@
|
||||
</bar>
|
||||
|
||||
<bar class="margin-top shop">
|
||||
<view class="action">
|
||||
<icon class='icon-service text-green'>
|
||||
<button class="action" open-type='contact'>
|
||||
<text class='icon-service text-green'>
|
||||
<tag class='badge'></tag>
|
||||
</icon>
|
||||
</text>
|
||||
客服
|
||||
</view>
|
||||
</button>
|
||||
<view class="action text-orange">
|
||||
<icon class='icon-favorfill' /> 已收藏
|
||||
<text class='icon-favorfill'></text> 已收藏
|
||||
</view>
|
||||
<view class="action">
|
||||
<icon class='icon-cart'>
|
||||
<text class='icon-cart'>
|
||||
<tag class='badge'>99</tag>
|
||||
</icon>
|
||||
</text>
|
||||
购物车
|
||||
</view>
|
||||
<view class='bg-red submit'>立即订购</view>
|
||||
</bar>
|
||||
|
||||
<bar class="margin-top shop">
|
||||
<view class="action">
|
||||
<icon class='icon-service text-green'>
|
||||
<button class="action" open-type='contact'>
|
||||
<text class='icon-service text-green'>
|
||||
<tag class='badge'></tag>
|
||||
</icon>
|
||||
</text>
|
||||
客服
|
||||
</view>
|
||||
</button>
|
||||
<view class="action">
|
||||
<icon class='icon-cart'>
|
||||
<text class='icon-cart'>
|
||||
<tag class='badge'>99</tag>
|
||||
</icon>
|
||||
</text>
|
||||
购物车
|
||||
</view>
|
||||
<view class='bg-orange submit'>加入购物车</view>
|
||||
@@ -180,19 +180,19 @@
|
||||
</bar>
|
||||
|
||||
<bar class="margin-top shop">
|
||||
<view class="action">
|
||||
<icon class='icon-service text-green'>
|
||||
<button class="action" open-type='contact'>
|
||||
<text class='icon-service text-green'>
|
||||
<tag class='badge'></tag>
|
||||
</icon>
|
||||
</text>
|
||||
客服
|
||||
</button>
|
||||
<view class="action">
|
||||
<text class=' icon-shop'></text> 店铺
|
||||
</view>
|
||||
<view class="action">
|
||||
<icon class=' icon-shop' /> 店铺
|
||||
</view>
|
||||
<view class="action">
|
||||
<icon class='icon-cart'>
|
||||
<text class='icon-cart'>
|
||||
<tag class='badge'>99</tag>
|
||||
</icon>
|
||||
</text>
|
||||
购物车
|
||||
</view>
|
||||
<view class='submit'>
|
||||
@@ -201,16 +201,16 @@
|
||||
</bar>
|
||||
|
||||
<bar class="margin-top shop">
|
||||
<view class="action">
|
||||
<icon class='icon-service text-green'>
|
||||
<button class="action" open-type='contact'>
|
||||
<text class='icon-service text-green'>
|
||||
<tag class='badge'></tag>
|
||||
</icon>
|
||||
</text>
|
||||
客服
|
||||
</view>
|
||||
</button>
|
||||
<view class="action">
|
||||
<icon class='icon-cart'>
|
||||
<text class='icon-cart'>
|
||||
<tag class='badge'>99</tag>
|
||||
</icon>
|
||||
</text>
|
||||
购物车
|
||||
</view>
|
||||
<view class='submit'>
|
||||
@@ -223,11 +223,11 @@
|
||||
|
||||
<bar class="margin-top input">
|
||||
<view class='action'>
|
||||
<icon class='icon-sound text-grey' />
|
||||
<text class='icon-sound text-grey'></text>
|
||||
</view>
|
||||
<input class='solid-bottom' focus="{{false}}" maxlength="300" cursor-spacing="10"></input>
|
||||
<view class='action'>
|
||||
<icon class='icon-emojifill text-grey' />
|
||||
<text class='icon-emojifill text-grey'></text>
|
||||
</view>
|
||||
<button class='bg-green shadow-blur'>发送</button>
|
||||
</bar>
|
||||
@@ -235,11 +235,11 @@
|
||||
<bar class="margin-top input">
|
||||
<avatar class="round" style="background-image:url(https://image.weilanwl.com/img/square-3.jpg);"></avatar>
|
||||
<view class='action'>
|
||||
<icon class='icon-roundaddfill text-grey' />
|
||||
<text class='icon-roundaddfill text-grey'></text>
|
||||
</view>
|
||||
<input class='solid-bottom' maxlength="300" cursor-spacing="10"></input>
|
||||
<view class='action'>
|
||||
<icon class='icon-emojifill text-grey' />
|
||||
<text class='icon-emojifill text-grey'></text>
|
||||
</view>
|
||||
<button class='bg-green shadow-blur'>发送</button>
|
||||
</bar>
|
||||
Reference in New Issue
Block a user