mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-07 06:24:00 +08:00
v2.0.6 修复v1
轮播图长度修复,标签颜色修复
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "2.5.2",
|
||||
"appid": "wxfd5241d66a07713f",
|
||||
"projectname": "ColorUI2.0-test",
|
||||
"projectname": "ColorUI2.0-demo",
|
||||
"debugOptions": {
|
||||
"hidedInDevtools": []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user