mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-07 14:34:02 +08:00
1.修复行距带来的垂直不居中问题 2.优化操作条组件,新增多种样式 3.优化背景颜色(某些组件的默认背景调整,移除一些important) 4.更新动画扩展5.优化按钮,标签,头像的大小
12 lines
425 B
Plaintext
12 lines
425 B
Plaintext
<view class='UCenter-bg'>
|
|
<image src='/images/logo.png' class='png' mode='widthFix'></image>
|
|
<view class='text-xl'>ColorUI组件库
|
|
<text class='text-df'>v2.0</text>
|
|
</view>
|
|
<view class='margin-top-sm'>
|
|
<text>By:文晓港</text>
|
|
</view>
|
|
</view>
|
|
<view class='padding-xl'>
|
|
<button class='cu-btn bg-green shadow lg block' open-type="getUserInfo" bindgetuserinfo="onGetUserInfo">微信登录</button>
|
|
</view> |