Skip to content

Commit 6dbcc01

Browse files
committed
v2.0.6 修复v1
轮播图长度修复,标签颜色修复
1 parent dfaf727 commit 6dbcc01

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

demo/colorui.wxss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Color UI v2.0.6 | by 文晓港
2+
Color UI v2.0.6 修复v1 | by 文晓港
33
仅供学习交流,如作它用所承受的法律责任一概与作者无关
44
(QQ交流群:240787041)
55
文档:http://www.color-ui.com/
@@ -765,7 +765,6 @@ button.icon.lg {
765765
}
766766

767767
.cu-tag.badge {
768-
background: #dd514c !important;
769768
border-radius: 200rpx;
770769
position: absolute;
771770
top: -10rpx;
@@ -775,6 +774,9 @@ button.icon.lg {
775774
height: 28rpx;
776775
color: #fff;
777776
}
777+
.cu-tag.badge:not([class*="bg-"]) {
778+
background: #dd514c;
779+
}
778780

779781
.cu-tag:empty:not([class*="icon"]) {
780782
padding: 0rpx;
@@ -2401,7 +2403,7 @@ swiper.round-dot .wx-swiper-dot.wx-swiper-dot-active {
24012403
}
24022404

24032405
.card-swiper swiper-item {
2404-
width: 610rpx;
2406+
width: 610rpx !important;
24052407
left: 70rpx;
24062408
box-sizing: border-box;
24072409
padding: 40rpx 0rpx 70rpx;

demo/project.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"compileType": "miniprogram",
1414
"libVersion": "2.5.2",
1515
"appid": "wxfd5241d66a07713f",
16-
"projectname": "ColorUI2.0-test",
16+
"projectname": "ColorUI2.0-demo",
1717
"debugOptions": {
1818
"hidedInDevtools": []
1919
},

0 commit comments

Comments
 (0)