|
|
@@ -110,33 +110,75 @@
|
|
|
width: 100%;
|
|
|
padding-left: 10px;
|
|
|
font-weight: bold;
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 28px;
|
|
|
}
|
|
|
/* 第一个子元素:黑色 */
|
|
|
.table__content_list_row .table__content__list_item_A:nth-child(1) {
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 14px;
|
|
|
text-align: left;
|
|
|
color: #000000;
|
|
|
}
|
|
|
|
|
|
/* 第二个子元素:蓝色 */
|
|
|
.table__content_list_row .table__content__list_item_A:nth-child(2) {
|
|
|
- color: #1890ff;
|
|
|
+ color: #0052cc;
|
|
|
}
|
|
|
|
|
|
/* 第三个子元素:黄色 */
|
|
|
.table__content_list_row .table__content__list_item_A:nth-child(3) {
|
|
|
- color: #ffc107;
|
|
|
+ color: #B39F01;
|
|
|
}
|
|
|
|
|
|
/* 第四个子元素:橙色 */
|
|
|
.table__content_list_row .table__content__list_item_A:nth-child(4) {
|
|
|
- color: #ff7a45;
|
|
|
+ color: #E6A23D;
|
|
|
}
|
|
|
|
|
|
/* 第五个子元素:红色 */
|
|
|
.table__content_list_row .table__content__list_item_A:nth-child(5) {
|
|
|
- color: #ff4d4f;
|
|
|
+ color: #c45656;
|
|
|
+ }
|
|
|
+
|
|
|
+ .table__content_label_B {
|
|
|
+ background-image: var(--image-content-label-A);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ color: #000000;
|
|
|
+ width: 100%;
|
|
|
+ padding-left: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .table__content_list_B {
|
|
|
+ width: 100%;
|
|
|
+ padding-left: 10px;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 28px;
|
|
|
+ }
|
|
|
+ /* 第一个子元素:黑色 */
|
|
|
+ .table__content_list_row .table__content__list_item_B:nth-child(1) {
|
|
|
+ font-size: 14px;
|
|
|
+ text-align: left;
|
|
|
+ color: #000000;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 第二个子元素:蓝色 */
|
|
|
+ .table__content_list_row .table__content__list_item_B:nth-child(2) {
|
|
|
+ color: #0052cc;;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 第三个子元素:绿色 */
|
|
|
+ .table__content_list_row .table__content__list_item_B:nth-child(3) {
|
|
|
+ color: #4caf50;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 第四个子元素:橙色 */
|
|
|
+ .table__content_list_row .table__content__list_item_B:nth-child(4) {
|
|
|
+ color: #c97800;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 第五个子元素:红色 */
|
|
|
+ .table__content_list_row .table__content__list_item_B:nth-child(5) {
|
|
|
+ color: #c45656;
|
|
|
}
|
|
|
}
|
|
|
</style>
|