/*颜色类型css*/ /*字体颜色 start*/ .darkturquoise { color: darkturquoise !important; } .blue { color: #4975fd !important; } .green { color: #3e8e43 !important; } .lightGreen { color: #85e689 !important; } .red { color: red !important; } .redBlack{ color: #bb0303 !important; } .orange { color: #f9ca1b !important; } .redOrange2 { color :#f2891b !important; /*color: #f2891b !important;*/ } .redOrange { color :#f96543 !important; /*color: #f2891b !important;*/ } .royalBlue{ color: #4975fd; } .white { color: white; } .black{ color: black; } .black3 { color: #333333; } .brown { color: #6e3c14; } .lightSlateGray { color: #778899; } .slateGray { color: #708090; } .black4 { color: #261f1f; } .bab9c4{ color: #bab9c4; } .d3d3d3{ color: #d3d3d3; } .d999999{ color:#999999; } .darkGray{ color:darkGray; } .shiFengGreen { color: #42c6c6; } .mediumSlateBlue{ color: #6862fd; } /*字体颜色 end*/ /*背景 start*/ .background-white { background-color: white; } .background-red2 { background-color: #df4e44; } .background-f6f6f6{ background-color: #f6f6f6; } .background-fafafa{ background-color: #fafafa; } /*背景 end*/