mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-13 03:24:01 +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>
|
||||
聊天
|
||||
</navigator>
|
||||
</bar>
|
||||
@@ -28,7 +28,7 @@
|
||||
<view class='date '> 13:23</view>
|
||||
</item>
|
||||
<info>
|
||||
<icon class='icon-roundclosefill text-red '/> 对方拒绝了你的消息
|
||||
<text class='icon-roundclosefill text-red '></text> 对方拒绝了你的消息
|
||||
</info>
|
||||
<info>
|
||||
对方开启了好友验证,你还不是他(她)的好友。请先发送好友验证请求,对方验证通过后,才能聊天。
|
||||
@@ -47,7 +47,7 @@
|
||||
3"
|
||||
</view>
|
||||
<view class='content shadow'>
|
||||
<icon class='icon-sound text-xxl padding-right-xl'> </icon>
|
||||
<text class='icon-sound text-xxl padding-right-xl'> </text>
|
||||
</view>
|
||||
</view>
|
||||
<avatar class="radius" style="background-image:url(https://image.weilanwl.com/img/square-3.jpg);"></avatar>
|
||||
@@ -56,7 +56,7 @@
|
||||
<item class="self">
|
||||
<view class="main">
|
||||
<view class='action'>
|
||||
<icon class='icon-locationfill text-orange text-xxl'/>
|
||||
<text class='icon-locationfill text-orange text-xxl'></text>
|
||||
</view>
|
||||
<view class='content shadow'>
|
||||
喵星球,喵喵市
|
||||
@@ -72,7 +72,7 @@
|
||||
@#$^&**
|
||||
</view>
|
||||
<view class='action text-grey'>
|
||||
<icon class='icon-warnfill text-red text-xxl'/> <text class='text-sm margin-left-sm'>翻译错误</text>
|
||||
<text class='icon-warnfill text-red text-xxl'></text> <text class='text-sm margin-left-sm'>翻译错误</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class='date'>13:23</view>
|
||||
@@ -81,11 +81,11 @@
|
||||
|
||||
<bar class="foot 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>
|
||||
|
||||
Reference in New Issue
Block a user