File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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;
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments