diff --git a/src/pages/ZZhaoMu/JudgingPanel/judgList.less b/src/pages/ZZhaoMu/JudgingPanel/judgList.less index 28de55d..3aafd3f 100644 --- a/src/pages/ZZhaoMu/JudgingPanel/judgList.less +++ b/src/pages/ZZhaoMu/JudgingPanel/judgList.less @@ -1,40 +1,52 @@ @import '~antd/lib/style/themes/default.less'; -.headerDiv{ +.headerDiv { // padding: 16px 24px 0px 0px; margin-left: 0px; - width:100%; + width: 100%; // border-bottom: solid; // border-bottom-color: rgb(187,16,39); // border-width: 1px; - height:32px; + height: 32px; } -.leftDiv{ - font-size: middle; + +.leftDiv { + font-size: middle; font-weight: normal; - background-color: rgb(187,16,39); + background-color: rgb(187, 16, 39); padding: 3px 8px; width: 130px; float: left; - height:30px; + height: 30px; text-align: center; } -.rightDiv{ + +.rightDiv { float: right; - height:30px; + height: 30px; text-align: center; } -.mt15{ + +.mt15 { margin-top: 15px; } -.pl24{ + +.pl24 { padding-left: 24px; } -.pr16{ + +.pr16 { padding-right: 16px; } -.xsy-collapse{ - .ant-collapse-content-box{ - padding:0px 0px 16px 0px + +.xsy-collapse { + .ant-collapse-content-box { + padding: 0px 0px 16px 0px + } +} + +.eval-location-title { + &>p { + margin-bottom: 0; } } \ No newline at end of file