From 6dbcc01223ec2ae291cf076b71e1d8e4880ae15e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=93=E6=B8=AF?= <1273753708@qq.com> Date: Tue, 19 Feb 2019 16:50:03 +0800 Subject: [PATCH] =?UTF-8?q?v2.0.6=20=E4=BF=AE=E5=A4=8Dv1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 轮播图长度修复,标签颜色修复 --- demo/colorui.wxss | 8 +++++--- demo/project.config.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/demo/colorui.wxss b/demo/colorui.wxss index f5f9d6a..d78b289 100644 --- a/demo/colorui.wxss +++ b/demo/colorui.wxss @@ -1,5 +1,5 @@ /* - Color UI v2.0.6 | by 文晓港 + Color UI v2.0.6 修复v1 | by 文晓港 仅供学习交流,如作它用所承受的法律责任一概与作者无关 (QQ交流群:240787041) 文档:http://www.color-ui.com/ @@ -765,7 +765,6 @@ button.icon.lg { } .cu-tag.badge { - background: #dd514c !important; border-radius: 200rpx; position: absolute; top: -10rpx; @@ -775,6 +774,9 @@ button.icon.lg { height: 28rpx; color: #fff; } +.cu-tag.badge:not([class*="bg-"]) { + background: #dd514c; +} .cu-tag:empty:not([class*="icon"]) { padding: 0rpx; @@ -2401,7 +2403,7 @@ swiper.round-dot .wx-swiper-dot.wx-swiper-dot-active { } .card-swiper swiper-item { - width: 610rpx; + width: 610rpx !important; left: 70rpx; box-sizing: border-box; padding: 40rpx 0rpx 70rpx; diff --git a/demo/project.config.json b/demo/project.config.json index 65b8899..530a44c 100644 --- a/demo/project.config.json +++ b/demo/project.config.json @@ -13,7 +13,7 @@ "compileType": "miniprogram", "libVersion": "2.5.2", "appid": "wxfd5241d66a07713f", - "projectname": "ColorUI2.0-test", + "projectname": "ColorUI2.0-demo", "debugOptions": { "hidedInDevtools": [] },