1
1
/*
2
- ColorUi for uniApp v2.1.4 | by 文晓港 2019年04月14日04:16:13
3
- 仅供学习交流,如作它用所承受的法律责任一概与作者无关
4
- 使用ColorUi开发扩展与插件时,请注明基于ColorUi开发
2
+ ColorUi for uniApp v2.1.5 | by 文晓港 2019年4月25日18:57:19
3
+ 仅供学习交流,如作它用所承受的法律责任一概与作者无关
4
+
5
+ *使用ColorUi开发扩展与插件时,请注明基于ColorUi开发
5
6
6
7
(QQ交流群:240787041)
7
8
*/
@@ -602,7 +603,7 @@ switch.gray.checked .uni-switch-input,
602
603
checkbox .gray .checked .uni-checkbox-input ,
603
604
radio .gray .checked .uni-radio-input {
604
605
background-color : # f0f0f0 !important ;
605
- color : var (-- ) !important ;
606
+ color : var (--black ) !important ;
606
607
}
607
608
608
609
switch .black [checked ] .wx-switch-input ,
@@ -622,7 +623,7 @@ switch.white.checked .uni-switch-input,
622
623
checkbox .white .checked .uni-checkbox-input ,
623
624
radio .white .checked .uni-radio-input {
624
625
background-color : var (--white ) !important ;
625
- color : var (-- ) !important ;
626
+ color : var (--black ) !important ;
626
627
}
627
628
628
629
/* ==================
@@ -741,7 +742,7 @@ radio.white.checked .uni-radio-input {
741
742
742
743
/* -- 阴影 -- */
743
744
744
- .shadow {
745
+ .shadow [ class *= 'white' ] {
745
746
--ShadowSize : 0 1upx 6upx ;
746
747
}
747
748
@@ -1152,7 +1153,7 @@ button.icon.lg {
1152
1153
align-items : center;
1153
1154
display : flex;
1154
1155
font-size : 20upx ;
1155
- color : var (-- );
1156
+ color : var (--black );
1156
1157
text-indent : 10upx ;
1157
1158
}
1158
1159
@@ -1805,7 +1806,7 @@ button.icon.lg {
1805
1806
line-height : 64upx ;
1806
1807
height : 64upx ;
1807
1808
font-size : 24upx ;
1808
- color : var (-- );
1809
+ color : var (--black );
1809
1810
flex : 1 ;
1810
1811
display : flex;
1811
1812
align-items : center;
@@ -2216,7 +2217,7 @@ button.icon.lg {
2216
2217
2217
2218
.cu-timeline > .cu-item > .content : not ([class *= "bg-" ]) {
2218
2219
background-color : var (--ghostWhite );
2219
- color : var (-- );
2220
+ color : var (--black );
2220
2221
}
2221
2222
2222
2223
.cu-timeline > .cu-item > .content + .content {
@@ -2269,7 +2270,7 @@ button.icon.lg {
2269
2270
2270
2271
.cu-chat .cu-item > .main .content : not ([class *= "bg-" ]) {
2271
2272
background-color : var (--white );
2272
- color : var (-- );
2273
+ color : var (--black );
2273
2274
}
2274
2275
2275
2276
.cu-chat .cu-item .date {
@@ -2675,7 +2676,11 @@ button.icon.lg {
2675
2676
.cu-modal .drawer-modal .show .cu-dialog {
2676
2677
transform : translateX (0% );
2677
2678
}
2678
-
2679
+ .cu-modal .cu-dialog > .cu-bar : first-child .action {
2680
+ min-width : 100rpx ;
2681
+ margin-right : 0 ;
2682
+ min-height : 100rpx ;
2683
+ }
2679
2684
/* ==================
2680
2685
轮播
2681
2686
==================== */
@@ -3105,7 +3110,11 @@ scroll-view.cu-steps .cu-item {
3105
3110
position : relative;
3106
3111
overflow : hidden;
3107
3112
}
3108
-
3113
+ .grid .grid-square > view .bg-img image {
3114
+ width : 100% ;
3115
+ height : 100% ;
3116
+ position : absolute;
3117
+ }
3109
3118
.grid .col-1 .grid-square > view {
3110
3119
padding-bottom : 100% ;
3111
3120
height : 0 ;
@@ -3118,36 +3127,31 @@ scroll-view.cu-steps .cu-item {
3118
3127
width : calc ((100% - 20upx )/ 2 );
3119
3128
}
3120
3129
3121
- .grid .col-2 .grid-square > view : nth-child (2n) {
3122
- margin-right : 0 ;
3123
- }
3124
-
3125
3130
.grid .col-3 .grid-square > view {
3126
3131
padding-bottom : calc ((100% - 40upx )/ 3 );
3127
3132
height : 0 ;
3128
3133
width : calc ((100% - 40upx )/ 3 );
3129
3134
}
3130
3135
3131
- .grid .col-3 .grid-square > view : nth-child (3n) {
3132
- margin-right : 0 ;
3133
- }
3134
-
3135
3136
.grid .col-4 .grid-square > view {
3136
3137
padding-bottom : calc ((100% - 60upx )/ 4 );
3137
3138
height : 0 ;
3138
3139
width : calc ((100% - 60upx )/ 4 );
3139
3140
}
3140
3141
3141
- .grid .col-4 .grid-square > view : nth-child (4n) {
3142
- margin-right : 0 ;
3143
- }
3144
-
3145
3142
.grid .col-5 .grid-square > view {
3146
3143
padding-bottom : calc ((100% - 80upx )/ 5 );
3147
3144
height : 0 ;
3148
3145
width : calc ((100% - 80upx )/ 5 );
3149
3146
}
3150
3147
3148
+ .grid .col-2 .grid-square > view : nth-child (2n),
3149
+ .grid .col-3 .grid-square > view : nth-child (3n),
3150
+ .grid .col-4 .grid-square > view : nth-child (4n),
3151
+ .grid .col-5 .grid-square > view : nth-child (5n) {
3152
+ margin-right : 0 ;
3153
+ }
3154
+
3151
3155
.grid .col-1 > view {
3152
3156
width : 100% ;
3153
3157
}
@@ -3639,7 +3643,7 @@ scroll-view.cu-steps .cu-item {
3639
3643
3640
3644
.bg-gray {
3641
3645
background-color : # f0f0f0 ;
3642
- color : var (-- );
3646
+ color : var (--black );
3643
3647
}
3644
3648
3645
3649
.bg-black {
0 commit comments