|
|
@@ -0,0 +1,42 @@
|
|
|
+//背景颜色
|
|
|
+.red-box .sys-background-dominant{
|
|
|
+ background-color: red;;
|
|
|
+}
|
|
|
+.red-box .sys-background-fff{
|
|
|
+ background-color: #fff;;
|
|
|
+}
|
|
|
+.red-box .sys-from-background-color{
|
|
|
+ background: #F7F9FE;
|
|
|
+}
|
|
|
+.red-box {
|
|
|
+ background-color: #EEF1F7;
|
|
|
+}
|
|
|
+//字体颜色
|
|
|
+//主字体颜色
|
|
|
+.red-box .text-color-dominant{
|
|
|
+ color: #10B261;
|
|
|
+}
|
|
|
+//主背景颜色中字体颜色
|
|
|
+.red-box .text-color-fff{
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+//次文字颜色
|
|
|
+.red-box .text-color-333{
|
|
|
+ color: #333333;
|
|
|
+}
|
|
|
+
|
|
|
+.red-box .text-color-666{
|
|
|
+ color: #666;
|
|
|
+}
|
|
|
+.red-box .text-color-999{
|
|
|
+ color: #999;
|
|
|
+}
|
|
|
+
|
|
|
+.red-box .text-color-7c{
|
|
|
+ color: #7C7C7C;
|
|
|
+}
|
|
|
+
|
|
|
+.red-box .text-color-12{
|
|
|
+ color: #121212;
|
|
|
+}
|
|
|
+
|