|
@@ -9,7 +9,8 @@ body {
|
|
|
}
|
|
|
|
|
|
.top_head {
|
|
|
- width: 600px;
|
|
|
+ width: 600px !important;
|
|
|
+ height: 60px !important;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
box-shadow: 0px 4px 19px 2px rgba(0, 0, 0, 0.13);
|
|
@@ -18,21 +19,25 @@ body {
|
|
|
}
|
|
|
|
|
|
.top_head li {
|
|
|
- width: 50%;
|
|
|
- height: 60px;
|
|
|
- background: #F7F9FC;
|
|
|
- line-height: 60px;
|
|
|
- font-size: 20px;
|
|
|
+ width: 50% !important;
|
|
|
+ height: 60px !important;
|
|
|
+ background: #F7F9FC !important;
|
|
|
+ line-height: 60px !important;
|
|
|
+ font-size: 20px !important;
|
|
|
font-family: PingFang SC;
|
|
|
- font-weight: bold;
|
|
|
- color: #333333;
|
|
|
- text-align: center;
|
|
|
- cursor: pointer;
|
|
|
+ font-weight: bold !important;
|
|
|
+ color: #333333 !important;
|
|
|
+ text-align: center !important;
|
|
|
+ cursor: pointer !important;
|
|
|
}
|
|
|
|
|
|
-.top_head li.title_active {
|
|
|
- background: linear-gradient(90deg, #4381DC 0%, #1A60B6 100%);
|
|
|
- color: #FFFFFF;
|
|
|
+.top_head .layui-this {
|
|
|
+ background: linear-gradient(90deg, #4381DC 0%, #1A60B6 100%) !important;
|
|
|
+ color: #FFFFFF !important;
|
|
|
+}
|
|
|
+
|
|
|
+.top_head .layui-this:after {
|
|
|
+ border: 0 !important;
|
|
|
}
|
|
|
|
|
|
.top_head li:first-child {
|
|
@@ -688,6 +693,13 @@ body {
|
|
|
border-radius: 0 0 15px 0 !important;
|
|
|
}
|
|
|
|
|
|
+/* 加扣分详情 */
|
|
|
+.add_detailed .rank_title {
|
|
|
+ display: flex;
|
|
|
+ padding: 50px 0 20px 0;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
.content_hide thead tr th {
|
|
|
padding: 16px 0 !important;
|
|
|
font-size: 18px !important;
|