From 2808f7632fd8a11fa0298d7f47d9219d0e56494f Mon Sep 17 00:00:00 2001 From: Nino Date: Tue, 7 Feb 2017 20:33:18 +0800 Subject: [PATCH] =?UTF-8?q?zui=20=E6=94=B9=E5=90=8D=E4=B8=BA=20zanui-weapp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++--- app.json | 2 +- bower.json | 8 +-- dist/badge/index.wxss | 4 +- dist/btn/index.wxss | 40 +++++++------- dist/card/index.wxss | 14 ++--- dist/cell/index.wxss | 14 ++--- dist/color/index.wxss | 14 ++--- dist/dialog/index.wxss | 8 +-- dist/form/index.wxss | 16 +++--- dist/helper/index.wxss | 44 +++++++-------- dist/icon/index.wxss | 38 ++++++------- dist/label/index.wxss | 10 ++-- dist/loadmore/index.wxml | 18 +++--- dist/loadmore/index.wxss | 20 +++---- dist/panel/index.wxss | 6 +- dist/quantity/index.js | 14 ++--- dist/quantity/index.wxml | 16 +++--- dist/quantity/index.wxss | 16 +++--- dist/steps/index.wxml | 16 +++--- dist/steps/index.wxss | 2 +- dist/steps/wxss/step.wxss | 48 ++++++++-------- dist/steps/wxss/vstep.wxss | 24 ++++---- dist/tab/index.js | 10 ++-- dist/tab/index.wxml | 20 +++---- dist/tab/index.wxss | 18 +++--- dist/toast/index.js | 22 ++++---- dist/toast/index.wxml | 4 +- dist/toast/index.wxss | 2 +- dist/toptips/index.js | 6 +- dist/toptips/index.wxml | 4 +- dist/toptips/index.wxss | 4 +- example/badge/index.wxml | 14 ++--- example/btn/index.wxml | 72 ++++++++++++------------ example/card/index.wxml | 26 ++++----- example/cell/index.wxml | 104 +++++++++++++++++------------------ example/dashboard/index.wxml | 8 +-- example/dialog/index.wxml | 10 ++-- example/form/index.wxml | 20 +++---- example/helper/index.wxml | 72 ++++++++++++------------ example/icon/index.wxml | 12 ++-- example/icon/index.wxss | 2 +- example/label/index.wxml | 26 ++++----- example/loadmore/index.wxml | 6 +- example/panel/index.wxml | 8 +-- example/quantity/index.js | 6 +- example/quantity/index.wxml | 6 +- example/steps/index.wxml | 66 +++++++++++----------- example/steps/index.wxss | 2 +- example/tab/index.js | 6 +- example/tab/index.wxml | 6 +- example/toast/index.js | 6 +- example/toast/index.wxml | 6 +- example/toptips/index.js | 6 +- example/toptips/index.wxml | 6 +- 55 files changed, 498 insertions(+), 498 deletions(-) diff --git a/README.md b/README.md index ac433d9b..9df61bf5 100644 --- a/README.md +++ b/README.md @@ -3,19 +3,19 @@

-ZUI 为微信小程序量身设计 +ZanUI Weapp是有赞移动端UI规范ZanUI的小程序现实版本。 ==== ## 概述 -[ZUI] 是一套用于微信小程序开发的基础UI组件库,由有赞官方提供,结合了微信的视觉规范,为用户提供更加统一的使用感知。包含 `btn`、`card`、`cell`、`icon`、`tab` 等各式元素 +[ZanUI Weapp] 是一套用于微信小程序开发的基础UI组件库,由有赞官方提供,结合了微信的视觉规范,为用户提供更加统一的使用感知。包含 `btn`、`card`、`cell`、`icon`、`tab` 等各式元素 ## 例子 ``` bash -git clone https://github.com/youzan/zui.git -cd zui +git clone https://github.com/youzan/zanui-weapp.git +cd zan ``` -将 [ZUI] 目录放入 微信Web开发者工具 中,可以预览各种组件的 Demo 和使用方法 +将 [ZanUI Weapp] 目录放入 微信Web开发者工具 中,可以预览各种组件的 Demo 和使用方法 ## 协议 [MIT] @@ -24,9 +24,9 @@ cd zui ## 贡献 -如果你有好的意见或建议,欢迎给我们提 [issue] 或 [PR],为提升 [ZUI] 贡献力量 +如果你有好的意见或建议,欢迎给我们提 [issue] 或 [PR],为提升 [ZanUI Weapp] 贡献力量 -[issue]: https://github.com/youzan/zui/issues/new -[PR]: https://github.com/youzan/zui/compare -[ZUI]: https://github.com/youzan/zui +[issue]: https://github.com/youzan/zanui-weapp/issues/new +[PR]: https://github.com/youzan/zanui-weapp/compare +[ZanUI Weapp]: https://github.com/youzan/zanui-weapp [MIT]: http://opensource.org/licenses/MIT diff --git a/app.json b/app.json index 077bb91b..97f7a4c6 100644 --- a/app.json +++ b/app.json @@ -20,7 +20,7 @@ ], "window":{ "navigationBarBackgroundColor": "#FAFAFA", - "navigationBarTitleText": "ZUI", + "navigationBarTitleText": "ZanUI", "navigationBarTextStyle":"black", "backgroundTextStyle":"dark", "backgroundColor": "#f9f9f9" diff --git a/bower.json b/bower.json index 3e5125b8..0d671ce9 100644 --- a/bower.json +++ b/bower.json @@ -1,12 +1,12 @@ { - "name": "zui", + "name": "zanui-weapp", "authors": [ - "Nino ", + "Nino ", "Pangxie " ], - "directory": "zui", + "directory": "zanui-weapp", "description": "A UI Library for Weapp", - "main": "zui", + "main": "zan", "license": "MIT", "homepage": "", "ignore": [ diff --git a/dist/badge/index.wxss b/dist/badge/index.wxss index b3cedd2c..a712f29f 100644 --- a/dist/badge/index.wxss +++ b/dist/badge/index.wxss @@ -1,7 +1,7 @@ -.zui-badge { +.zan-badge { position: relative; } -.zui-badge__count { +.zan-badge__count { position: absolute; top: -8px; right: 0px; diff --git a/dist/btn/index.wxss b/dist/btn/index.wxss index 04a9d145..e4bf4478 100644 --- a/dist/btn/index.wxss +++ b/dist/btn/index.wxss @@ -1,4 +1,4 @@ -.zui-btn { +.zan-btn { position: relative; color: #333; background-color: #fff; @@ -15,34 +15,34 @@ text-align: center; vertical-align: middle; } -.zui-btn::after { +.zan-btn::after { display: none; } -.zui-btns { +.zan-btns { margin: 15px; } /* type */ -.zui-btn--primary { +.zan-btn--primary { color: #fff; background-color: #4b0; border-color: #0a0; } -.zui-btn--warn { +.zan-btn--warn { color: #fff; background-color: #f85; border-color: #f85; } -.zui-btn--danger { +.zan-btn--danger { color: #fff; background-color: #f44; border-color: #e33; } /* size */ -.zui-btn--small { +.zan-btn--small { display: inline-block; height: 30px; line-height: 30px; @@ -50,7 +50,7 @@ margin-right: 5px; margin-bottom: 0; } -.zui-btn--mini { +.zan-btn--mini { display: inline-block; line-height: 21px; height: 22px; @@ -60,7 +60,7 @@ padding-left: 5px; padding-right: 5px; } -.zui-btn--large { +.zan-btn--large { border-radius: 0; margin-bottom: 0; border: none; @@ -69,16 +69,16 @@ } /* plain */ -.zui-btn--plain.zui-btn { +.zan-btn--plain.zan-btn { background-color: transparent; } -.zui-btn--plain.zui-btn--primary { +.zan-btn--plain.zan-btn--primary { color: #06BF04; } -.zui-btn--plain.zui-btn--warn { +.zan-btn--plain.zan-btn--warn { color: #FF6600; } -.zui-btn--plain.zui-btn--danger { +.zan-btn--plain.zan-btn--danger { color: #FF4444; } @@ -88,11 +88,11 @@ } /* loading */ -.zui-btn--loading { +.zan-btn--loading { color: transparent; opacity: 1; } -.zui-btn--loading::before { +.zan-btn--loading::before { position: absolute; left: 50%; top: 50%; @@ -108,9 +108,9 @@ animation: btn-spin 0.6s linear; animation-iteration-count: infinite; } -.zui-btn--primary.zui-btn--loading::before, -.zui-btn--warn.zui-btn--loading::before, -.zui-btn--danger.zui-btn--loading::before { +.zan-btn--primary.zan-btn--loading::before, +.zan-btn--warn.zan-btn--loading::before, +.zan-btn--danger.zan-btn--loading::before { border-color: #fff rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1); } @@ -124,7 +124,7 @@ } /* disabled */ -.zui-btn.zui-btn--disabled { +.zan-btn.zan-btn--disabled { /* 防止样式被 button[disabled] 的规则覆盖,所以使用了important */ color: #999 ! important; background: #f8f8f8 ! important; @@ -134,7 +134,7 @@ } /* ::last-child */ -.zui-btn--last-child { +.zan-btn--last-child { margin-bottom: 0; margin-right: 0; } diff --git a/dist/card/index.wxss b/dist/card/index.wxss index 20ff9d66..5829a31d 100644 --- a/dist/card/index.wxss +++ b/dist/card/index.wxss @@ -1,4 +1,4 @@ -.zui-card { +.zan-card { margin-left: 0px; width: auto; padding: 5px 15px; @@ -7,7 +7,7 @@ font-size: 14px; } -.zui-card__thumb { +.zan-card__thumb { width: 90px; height: 90px; float: left; @@ -18,7 +18,7 @@ background-size: cover; } -.zui-card__img { +.zan-card__img { position: absolute; margin: auto; top: 0; @@ -31,24 +31,24 @@ max-height: 100%; } -.zui-card__detail { +.zan-card__detail { margin-left: 100px; width: auto; position: relative; } -.zui-card__detail-row { +.zan-card__detail-row { overflow: hidden; line-height: 20px; min-height: 20px; margin-bottom: 3px; } -.zui-card__right-col { +.zan-card__right-col { float: right; } -.zui-card__left-col { +.zan-card__left-col { margin-right: 80px; } diff --git a/dist/cell/index.wxss b/dist/cell/index.wxss index e8f1ae4e..0b64fca8 100644 --- a/dist/cell/index.wxss +++ b/dist/cell/index.wxss @@ -1,4 +1,4 @@ -.zui-cell { +.zan-cell { position: relative; padding: 12px 15px; display: flex; @@ -7,7 +7,7 @@ font-size: 14px; } -.zui-cell::after { +.zan-cell::after { position: absolute; left: 15px; right: 0; @@ -16,24 +16,24 @@ background: #e5e5e5; content: ' '; } -.zui-cell__bd { +.zan-cell__bd { flex: 1; } -.zui-cell__ft { +.zan-cell__ft { position: relative; text-align: right; color: #666; } -.zui-cell--last-child::after { +.zan-cell--last-child::after { display: none; } -.zui-cell--access .zui-cell__ft { +.zan-cell--access .zan-cell__ft { padding-right: 13px; } -.zui-cell--access .zui-cell__ft::after { +.zan-cell--access .zan-cell__ft::after { position: absolute; top: 50%; right: 2px; diff --git a/dist/color/index.wxss b/dist/color/index.wxss index 5b5b8df5..f61ea662 100644 --- a/dist/color/index.wxss +++ b/dist/color/index.wxss @@ -1,27 +1,27 @@ -.zui-c-red { +.zan-c-red { color: #f44 !important; } -.zui-c-gray { +.zan-c-gray { color: #c9c9c9 !important; } -.zui-c-gray-dark { +.zan-c-gray-dark { color: #999 !important; } -.zui-c-gray-darker { +.zan-c-gray-darker { color: #666 !important; } -.zui-c-black { +.zan-c-black { color: #333 !important; } -.zui-c-blue { +.zan-c-blue { color: #3283fa !important; } -.zui-c-green { +.zan-c-green { color: #44BB00 !important; } diff --git a/dist/dialog/index.wxss b/dist/dialog/index.wxss index 36f4393c..0afa5587 100644 --- a/dist/dialog/index.wxss +++ b/dist/dialog/index.wxss @@ -1,4 +1,4 @@ -.zui-dialog__mask { +.zan-dialog__mask { position: fixed; top: 0; left: 0; @@ -8,7 +8,7 @@ background: rgba(0, 0, 0, 0.7); display: none; } -.zui-dialog__container { +.zan-dialog__container { position: fixed; bottom: 0; width: 750rpx; @@ -17,10 +17,10 @@ transition: all 0.4s ease; z-index: 11; } -.zui-dialog--show .zui-dialog__container { +.zan-dialog--show .zan-dialog__container { transform: translateY(0); } -.zui-dialog--show .zui-dialog__mask { +.zan-dialog--show .zan-dialog__mask { display: block; } diff --git a/dist/form/index.wxss b/dist/form/index.wxss index 7c7a2ff6..d3dac94f 100644 --- a/dist/form/index.wxss +++ b/dist/form/index.wxss @@ -1,38 +1,38 @@ -.zui-form { +.zan-form { background-color: #fff; border-top: 1rpx solid #e5e5e5; border-bottom: 1rpx solid #e5e5e5; } -.zui-form__item { +.zan-form__item { line-height: 26px; } -.zui-form__title { +.zan-form__title { float: left; width: 80px; font-size: 14px; } -.zui-form__title--top { +.zan-form__title--top { align-self: flex-start; } -.zui-form__input, .zui-form__textarea { +.zan-form__input, .zan-form__textarea { min-height: 26px; } -.zui-form__input input { +.zan-form__input input { min-height: 26px; } -.zui-form__textarea { +.zan-form__textarea { display: -webkit-flex; display: flex; align-items: center; } -.zui-form__textarea textarea { +.zan-form__textarea textarea { width: auto; flex: 1; } diff --git a/dist/helper/index.wxss b/dist/helper/index.wxss index 23a08395..a80f4d34 100644 --- a/dist/helper/index.wxss +++ b/dist/helper/index.wxss @@ -1,57 +1,57 @@ -.zui-pull-left { +.zan-pull-left { float: left; } -.zui-pull-right { +.zan-pull-right { float: right; } -.zui-center { +.zan-center { text-align: center; } -.zui-right { +.zan-right { text-align: right; } -.zui-text-deleted { +.zan-text-deleted { text-decoration: line-through; } -.zui-font-8 { +.zan-font-8 { font-size: 8px; } -.zui-font-10 { +.zan-font-10 { font-size: 10px; } -.zui-font-12 { +.zan-font-12 { font-size: 12px; } -.zui-font-14 { +.zan-font-14 { font-size: 14px; } -.zui-font-16 { +.zan-font-16 { font-size: 16px; } -.zui-font-18 { +.zan-font-18 { font-size: 18px; } -.zui-font-20 { +.zan-font-20 { font-size: 20px; } -.zui-font-22 { +.zan-font-22 { font-size: 22px; } -.zui-font-24 { +.zan-font-24 { font-size: 22px; } -.zui-font-30 { +.zan-font-30 { font-size: 30px; } -.zui-font-bold { +.zan-font-bold { font-weight: bold; } -.zui-arrow { +.zan-arrow { position: absolute; right: 15px; top: 50%; @@ -64,14 +64,14 @@ transform: translateY(-50%) matrix(0.71, 0.71, -0.71, 0.71, 0, 0); } -.zui-ellipsis { +.zan-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; } -.zui-ellipsis--l2 { +.zan-ellipsis--l2 { max-height: 40px; line-height: 20px; overflow: hidden; @@ -81,7 +81,7 @@ -webkit-box-orient: vertical; } -.zui-ellipsis--l3 { +.zan-ellipsis--l3 { max-height: 60px; line-height: 20px; overflow: hidden; @@ -91,10 +91,10 @@ -webkit-box-orient: vertical; } -.zui-clearfix { +.zan-clearfix { zoom: 1; } -.zui-clearfix::after { +.zan-clearfix::after { content: ''; display: table; clear: both; diff --git a/dist/icon/index.wxss b/dist/icon/index.wxss index f8d88ff5..4d8b6bfc 100644 --- a/dist/icon/index.wxss +++ b/dist/icon/index.wxss @@ -9,10 +9,10 @@ url('https://b.yzcdn.cn/zui/font/zuiicon-b37948cf5d.ttf') format('truetype') } -.zui-icon { +.zan-icon { display: inline-block; } -.zui-icon::before { +.zan-icon::before { font-family: "zuiicon" !important; font-style: normal; font-weight: normal; @@ -47,20 +47,20 @@ /* DO NOT EDIT! Generated by fount */ -.zui-icon-album:before { content: '\e800'; } /* '' */ -.zui-icon-arrow:before { content: '\e801'; } /* '' */ -.zui-icon-camera:before { content: '\e802'; } /* '' */ -.zui-icon-certificate:before { content: '\e803'; } /* '' */ -.zui-icon-check:before { content: '\e804'; } /* '' */ -.zui-icon-checked:before { content: '\e805'; } /* '' */ -.zui-icon-close:before { content: '\e806'; } /* '' */ -.zui-icon-gift:before { content: '\e807'; } /* '' */ -.zui-icon-home:before { content: '\e808'; } /* '' */ -.zui-icon-location:before { content: '\e809'; } /* '' */ -.zui-icon-message:before { content: '\e80a'; } /* '' */ -.zui-icon-send:before { content: '\e80b'; } /* '' */ -.zui-icon-shopping-cart:before { content: '\e80c'; } /* '' */ -.zui-icon-sign:before { content: '\e80d'; } /* '' */ -.zui-icon-store:before { content: '\e80e'; } /* '' */ -.zui-icon-topay:before { content: '\e80f'; } /* '' */ -.zui-icon-tosend:before { content: '\e810'; } /* '' */ +.zan-icon-album:before { content: '\e800'; } /* '' */ +.zan-icon-arrow:before { content: '\e801'; } /* '' */ +.zan-icon-camera:before { content: '\e802'; } /* '' */ +.zan-icon-certificate:before { content: '\e803'; } /* '' */ +.zan-icon-check:before { content: '\e804'; } /* '' */ +.zan-icon-checked:before { content: '\e805'; } /* '' */ +.zan-icon-close:before { content: '\e806'; } /* '' */ +.zan-icon-gift:before { content: '\e807'; } /* '' */ +.zan-icon-home:before { content: '\e808'; } /* '' */ +.zan-icon-location:before { content: '\e809'; } /* '' */ +.zan-icon-message:before { content: '\e80a'; } /* '' */ +.zan-icon-send:before { content: '\e80b'; } /* '' */ +.zan-icon-shopping-cart:before { content: '\e80c'; } /* '' */ +.zan-icon-sign:before { content: '\e80d'; } /* '' */ +.zan-icon-store:before { content: '\e80e'; } /* '' */ +.zan-icon-topay:before { content: '\e80f'; } /* '' */ +.zan-icon-tosend:before { content: '\e810'; } /* '' */ diff --git a/dist/label/index.wxss b/dist/label/index.wxss index 1778d7b8..7c02728a 100644 --- a/dist/label/index.wxss +++ b/dist/label/index.wxss @@ -1,4 +1,4 @@ -.zui-label { +.zan-label { display: inline-block; font-size: 12px; height: 28px; @@ -12,23 +12,23 @@ vertical-align: middle; text-align: center; } -.zui-label--primary { +.zan-label--primary { color: #fff; background: #f44; border: 1rpx solid #f44; } -.zui-label--disabled { +.zan-label--disabled { color: #cacaca; background: #eee; border: 1rpx solid #e5e5e5; } -.zui-label--small { +.zan-label--small { font-size: 11px; height: 16px; line-height: 16px; padding: 0px 3px; } -.zui-label--plain.zui-label--primary { +.zan-label--plain.zan-label--primary { color: #f44; background: #fff; } diff --git a/dist/loadmore/index.wxml b/dist/loadmore/index.wxml index a67dbf92..8c41cf40 100644 --- a/dist/loadmore/index.wxml +++ b/dist/loadmore/index.wxml @@ -1,23 +1,23 @@ -