diff --git a/README.md b/README.md index 30e3c7a7..813352b3 100644 --- a/README.md +++ b/README.md @@ -158,5 +158,5 @@ Page(Object.assign({}, Zan.Toast, { [ZanUI WeApp]: https://github.com/youzan/zanui-weapp [MIT]: http://opensource.org/licenses/MIT [Bower]: https://bower.io/ -[小程序简易教程]: https://mp.weixin.qq.com/debug/wxadoc/dev +[小程序简易教程]: https://mp.weixin.qq.com/debug/wxadoc/dev/ [小程序框架介绍]: https://mp.weixin.qq.com/debug/wxadoc/dev/framework/MINA.html diff --git a/dist/badge/index.wxss b/dist/badge/index.wxss index a712f29f..eecdb63c 100644 --- a/dist/badge/index.wxss +++ b/dist/badge/index.wxss @@ -5,13 +5,13 @@ position: absolute; top: -8px; right: 0px; - height: 16px; - min-width: 16px; - line-height: 16px; - padding: 0 4px; + height: 1.6em; + min-width: 1.6em; + line-height: 1.6; + padding: 0 .4em; font-size: 10px; font-family: tahoma; - border-radius: 10px; + border-radius: .8em; background: #FF4444; color: #fff; text-align: center; diff --git a/dist/card/index.wxss b/dist/card/index.wxss index 5829a31d..27a4376c 100644 --- a/dist/card/index.wxss +++ b/dist/card/index.wxss @@ -20,7 +20,6 @@ .zan-card__img { position: absolute; - margin: auto; top: 0; left: 0; right: 0; diff --git a/dist/panel/index.wxss b/dist/panel/index.wxss index 51c0650a..02a85335 100644 --- a/dist/panel/index.wxss +++ b/dist/panel/index.wxss @@ -8,7 +8,7 @@ .zan-panel-title { font-size: 14px; - line-height: 14px; + line-height: 1; color: #999; padding: 20px 15px 0 15px; } diff --git a/dist/steps/wxss/vstep.wxss b/dist/steps/wxss/vstep.wxss index 70d89473..4dfa57f8 100644 --- a/dist/steps/wxss/vstep.wxss +++ b/dist/steps/wxss/vstep.wxss @@ -49,6 +49,12 @@ } .zan-steps--vsteps .zan-steps__step--done .zan-steps__circle { + width: 5px; + height: 5px; + background-color: #09bb07; +} + +.zan-steps--vsteps .zan-steps__step--cur .zan-steps__circle { width: 13px; height: 13px; background: transparent url("https://b.yzcdn.cn/v2/image/wap/success_small@2x.png"); @@ -72,7 +78,7 @@ z-index: 1; } -.zan-steps--vsteps .zan-steps__step--last-child .zan-steps__title::before { +.zan-steps--vsteps .zan-steps__step--last-child .zan-steps__title::after { content: ''; position: absolute; top: 50%; diff --git a/dist/tab/index.wxml b/dist/tab/index.wxml index 8b6fd6f9..628d1a60 100644 --- a/dist/tab/index.wxml +++ b/dist/tab/index.wxml @@ -1,7 +1,11 @@