mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-06-06 21:54:00 +08:00
v2.0.6 修复v1
轮播图长度修复,标签颜色修复
This commit is contained in:
+5
-3
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Color UI v2.0.6 | by 文晓港
|
Color UI v2.0.6 修复v1 | by 文晓港
|
||||||
仅供学习交流,如作它用所承受的法律责任一概与作者无关
|
仅供学习交流,如作它用所承受的法律责任一概与作者无关
|
||||||
(QQ交流群:240787041)
|
(QQ交流群:240787041)
|
||||||
文档:http://www.color-ui.com/
|
文档:http://www.color-ui.com/
|
||||||
@@ -765,7 +765,6 @@ button.icon.lg {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cu-tag.badge {
|
.cu-tag.badge {
|
||||||
background: #dd514c !important;
|
|
||||||
border-radius: 200rpx;
|
border-radius: 200rpx;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -10rpx;
|
top: -10rpx;
|
||||||
@@ -775,6 +774,9 @@ button.icon.lg {
|
|||||||
height: 28rpx;
|
height: 28rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.cu-tag.badge:not([class*="bg-"]) {
|
||||||
|
background: #dd514c;
|
||||||
|
}
|
||||||
|
|
||||||
.cu-tag:empty:not([class*="icon"]) {
|
.cu-tag:empty:not([class*="icon"]) {
|
||||||
padding: 0rpx;
|
padding: 0rpx;
|
||||||
@@ -2401,7 +2403,7 @@ swiper.round-dot .wx-swiper-dot.wx-swiper-dot-active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-swiper swiper-item {
|
.card-swiper swiper-item {
|
||||||
width: 610rpx;
|
width: 610rpx !important;
|
||||||
left: 70rpx;
|
left: 70rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 40rpx 0rpx 70rpx;
|
padding: 40rpx 0rpx 70rpx;
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "2.5.2",
|
"libVersion": "2.5.2",
|
||||||
"appid": "wxfd5241d66a07713f",
|
"appid": "wxfd5241d66a07713f",
|
||||||
"projectname": "ColorUI2.0-test",
|
"projectname": "ColorUI2.0-demo",
|
||||||
"debugOptions": {
|
"debugOptions": {
|
||||||
"hidedInDevtools": []
|
"hidedInDevtools": []
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user