Skip to content

Commit

Permalink
v2.0.6 修复v1
Browse files Browse the repository at this point in the history
轮播图长度修复,标签颜色修复
  • Loading branch information
wen-gang committed Feb 19, 2019
1 parent dfaf727 commit 6dbcc01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions demo/colorui.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Color UI v2.0.6 | by 文晓港
Color UI v2.0.6 修复v1 | by 文晓港
仅供学习交流,如作它用所承受的法律责任一概与作者无关
(QQ交流群:240787041)
文档:http://www.color-ui.com/
Expand Down Expand Up @@ -765,7 +765,6 @@ button.icon.lg {
}

.cu-tag.badge {
background: #dd514c !important;
border-radius: 200rpx;
position: absolute;
top: -10rpx;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion demo/project.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"compileType": "miniprogram",
"libVersion": "2.5.2",
"appid": "wxfd5241d66a07713f",
"projectname": "ColorUI2.0-test",
"projectname": "ColorUI2.0-demo",
"debugOptions": {
"hidedInDevtools": []
},
Expand Down

0 comments on commit 6dbcc01

Please sign in to comment.