123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751 |
- * {
- margin: 0;
- padding: 0;
- }
- body {
- width: 1200px;
- margin: 0 29px;
- }
- .top_head {
- width: 600px !important;
- height: 60px !important;
- display: flex;
- justify-content: center;
- box-shadow: 0px 4px 19px 2px rgba(0, 0, 0, 0.13);
- border-radius: 30px;
- margin: 26px auto 28px;
- }
- .top_head li {
- width: 50% !important;
- height: 60px !important;
- background: #F7F9FC !important;
- line-height: 60px !important;
- font-size: 20px !important;
- font-family: PingFang SC;
- font-weight: bold !important;
- color: #333333 !important;
- text-align: center !important;
- cursor: pointer !important;
- }
- .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 {
- border-radius: 30px 0px 0px 30px;
- }
- .top_head li:last-child {
- border-radius: 0px 30px 30px 0px;
- }
- .branch_street {
- width: 100%;
- height: 50px;
- display: flex;
- flex-wrap: wrap;
- }
- .branch_street::after {
- content: '';
- width: 1180px;
- height: 2px;
- background-color: #1C62B8;
- margin-top: -2px;
- margin-left: 20px;
- }
- .branch_street li {
- width: 167px;
- height: 50px;
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- text-align: center;
- line-height: 50px;
- cursor: pointer;
- }
- .branch_street li.layui-this {
- background: linear-gradient(90deg, #4381DC 0%, #195CAF 100%) !important;
- border-radius: 25px 25px 0px 25px;
- color: #FFFFFF !important;
- }
- .branch_street .layui-this:after {
- display: none !important;
- }
- .content_year {
- margin: 25px 0 34px 0;
- position: relative;
- text-align: left !important;
- }
- .content_year .layui-tab-title .layui-this {
- color: #1A5FB4;
- width: 100px;
- height: 50px;
- background: #E0ECFE;
- box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
- border-radius: 25px;
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: 500;
- line-height: 50px;
- }
- .content_year .layui-tab-title .layui-this:after {
- border-bottom: 0;
- }
- .content_year .layui-tab-title li {
- width: 100px;
- height: 50px;
- background: #FFFFFF;
- box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
- border-radius: 25px;
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- line-height: 50px;
- padding: 0;
- margin-right: 26px;
- }
- .content_year .layui-tab-more li.layui-this:after,
- .content_year .layui-tab-title .layui-this:after {
- border-bottom: 0;
- }
- .choice_year {
- position: absolute;
- top: 0;
- right: 0;
- text-align: center;
- }
- .choice_year .layui-form-label {
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- padding: 15px;
- }
- .choice_year .ly-date-input {
- width: 175px;
- height: 50px;
- background: #FFFFFF;
- box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
- border-radius: 25px;
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #1C61B6;
- padding-left: 31px;
- }
- .icount {
- width: 13px;
- height: 11px;
- position: absolute;
- top: 40%;
- right: 18%;
- }
- .content_year .layui-tab-title {
- height: 50px;
- }
- .content_year .layui-tab-content {
- padding: 0;
- margin: 4px 0 0 0;
- }
- .content_box li {
- width: 100%;
- height: 148px;
- border-radius: 36px;
- margin-top: 30px;
- display: flex;
- }
- .box_blue .content_right {
- background-color: #E4EFFF;
- }
- .box_yellow .content_right {
- background-color: #FCF2E2;
- }
- .box_green .content_right {
- background-color: #D4FBCF;
- }
- .box_red .content_right {
- background-color: #FFE4E4;
- }
- .content_left {
- width: 20%;
- height: 148px;
- border-radius: 36px 0px 0px 36px;
- }
- .box_blue .content_left {
- background: linear-gradient(90deg, #4381DB 0%, #629CEF 100%);
- }
- .box_yellow .content_left {
- background: linear-gradient(90deg, #DBA043 0%, #E2AD5B 100%);
- }
- .box_green .content_left {
- background: linear-gradient(90deg, #46A739 0%, #71D963 100%);
- }
- .box_red .content_left {
- background: linear-gradient(90deg, #DC5544 0%, #E07F72 100%);
- }
- .content_left img {
- display: flex;
- }
- .content_left p {
- width: 100%;
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: bold;
- color: #F7F9FC;
- text-align: center;
- }
- .content_right {
- width: 80%;
- height: 148px;
- border-radius: 0px 36px 36px 0px;
- }
- .content_right ul {
- width: 100%;
- margin: 42px 91px 38px 73px;
- display: flex;
- }
- .content_right ul li {
- display: flex;
- height: 90px;
- width: 30%;
- margin: 0;
- }
- .img_wrap {
- position: relative;
- }
- .wrap_text {
- width: 68px;
- height: 68px;
- background: #F7F9FC;
- border-radius: 50%;
- text-align: center;
- line-height: 68px;
- font-size: 26px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #666666;
- }
- .wrap_text_cover {
- width: 68px;
- height: 68px;
- background: #F7F9FC;
- border-radius: 50%;
- text-align: center;
- line-height: 68px;
- font-size: 26px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #666666;
- }
- .img_g {
- position: absolute;
- top: -21%;
- left: -13%;
- }
- .img_p {
- position: absolute;
- top: 0;
- left: -1%;
- }
- .img_jb {
- position: absolute;
- top: -10%;
- left: -17%;
- }
- .descript_box {
- margin-left: 15px;
- }
- .descript_box h1 {
- font-size: 18px;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .descript_totall {
- margin-top: 2px;
- font-size: 16px;
- font-family: PingFang SC;
- }
- .descript_totall span {
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: bold;
- }
- .fs {
- display: flex;
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: 500;
- }
- .box_blue .fs {
- color: #92B9F1;
- }
- .box_blue .descript_totall {
- color: #3E7DD7;
- }
- .box_blue .descript_totall span {
- color: #3E7DD7;
- }
- .box_yellow .fs {
- color: #E0B97A;
- }
- .box_yellow .descript_totall {
- color: #CA8417;
- }
- .box_yellow .descript_totall span {
- color: #CA8417;
- }
- .box_yellow .wrap_text_cover {
- border: 2px solid #DBA144;
- }
- .box_green .fs {
- color: #85E378;
- }
- .box_green .descript_totall {
- color: #47A83A;
- }
- .box_green .descript_totall span {
- color: #47A83A;
- }
- .box_red .fs {
- color: #F3A0A0;
- }
- .box_red .descript_totall {
- color: #DB5645;
- }
- .box_red .descript_totall span {
- color: #DB5645;
- }
- .box_yellow .wrap_text_cover {
- border: 2px solid #DBA144;
- }
- .box_red .wrap_text_cover {
- border: 2px solid #DB5846;
- }
- .box_green .descript_box {
- margin-top: -9px;
- }
- .box_red .descript_box {
- margin-top: -9px;
- }
- .up_green {
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- display: flex;
- align-items: center;
- }
- .up_img {
- width: 10px;
- height: 13px;
- }
- .rank_detail {
- width: 100%;
- background: linear-gradient(0deg, #F8FAFE 0%, #FFFFFF 100%);
- }
- .rank_detail .rank_title {
- display: flex;
- padding: 50px 0 20px 0;
- align-items: center;
- background: linear-gradient(0deg, #F8FAFE 0%, #FFFFFF 100%);
- }
- .rank_title span {
- display: inline-block;
- width: 2px;
- height: 16px;
- background-color: #4280DB;
- }
- .rank_title p {
- font-size: 20px;
- font-family: PingFang SC;
- color: #4280DB;
- }
- .table_wrap {
- padding: 10px 0 !important;
- background: #F8FAFE !important;
- }
- .table_wrap {
- margin: 0 !important;
- }
- .layui-table[lay-skin=line] {
- border: 0px !important;
- }
- .table_wrap thead tr {
- background: #4280DB !important;
- }
- .table_wrap thead tr th {
- padding: 16px 0px !important;
- font-size: 18px !important;
- font-family: PingFang SC !important;
- font-weight: bold !important;
- color: #FFFFFF !important;
- }
- .table_wrap thead tr th:first-child {
- border-collapse: separate !important;
- border-spacing: 0 !important;
- border-radius: 15px 0 0 0 !important;
- }
- .table_wrap thead tr th:last-child {
- border-collapse: separate;
- border-spacing: 0;
- border-radius: 0 15px 0 0;
- }
- .table_wrap tbody tr:nth-child(odd) {
- background: #FFFFFF !important;
- }
- .table_wrap tbody tr:nth-child(even) {
- background: #F0F5FE !important;
- }
- .table_wrap .layui-table-view {
- border: 0 !important;
- }
- .table_wrap tbody tr td {
- padding: 16px 0px !important;
- font-size: 18px !important;
- font-family: PingFang SC !important;
- /* font-weight: bold !important; */
- color: #666666 !important;
- border-width: 0 1px 0 0 !important;
- border-style: solid !important;
- border-color: #EDEDED !important;
- }
- .table_wrap tbody tr td:last-child {
- border-width: 0 !important;
- }
- .img_tr {
- margin-right: 16px;
- }
- .table_wrap tbody tr:last-child td:first-child {
- border-collapse: separate !important;
- border-spacing: 0 !important;
- border-radius: 0 0 0 15px !important;
- }
- .detailed_data .rank_title {
- background: #F8FAFE;
- display: flex;
- padding: 50px 0 20px 0;
- align-items: center;
- }
- .department_street {
- display: flex;
- flex-wrap: wrap;
- background: linear-gradient(0deg, #FFFFFF 0%, #F8FAFE 100%);
- }
- .department_street li {
- width: 167px;
- height: 50px;
- background: linear-gradient(90deg, #4381DC 0%, #195CAF 100%);
- border-radius: 25px 25px 0px 25px;
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- text-align: center;
- line-height: 50px;
- }
- .department_street::after {
- content: '';
- width: 1180px;
- height: 2px;
- background-color: #1C62B8;
- margin-top: -2px;
- margin-left: 20px;
- }
- .form_css .layui-form-item {
- margin: 25px 0 30px 0 !important;
- }
- .form_css .layui-form-label {
- width: 116px !important;
- font-size: 20px !important;
- font-family: PingFang SC !important;
- font-weight: 500 !important;
- color: #333333 !important;
- padding: 15px 0 !important;
- text-align: left;
- }
- .form_css .layui-input-block {
- margin-left: 160px !important;
- width: 497px !important;
- height: 50px !important;
- background: #FFFFFF !important;
- box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1) !important;
- border-radius: 25px !important;
- }
- .form_css .layui-input-block .layui-form-select .layui-input {
- border-radius: 25px !important;
- height: 50px !important;
- font-size: 20px !important;
- font-family: PingFang SC !important;
- font-weight: 500 !important;
- color: #1C61B6 !important;
- padding: 0 32px !important;
- }
- .form_css .layui-form-select .layui-edge {
- border-top-color: #1C61B6 !important;
- right: 27px !important;
- }
- .form_css .layui-input-block .layui-form-select .layui-input::-webkit-input-placeholder {
- /* Chrome/Opera/Safari */
- color: #1C61B6 !important;
- }
- .form_css .layui-input-block .layui-form-select .layui-input::-moz-placeholder {
- /* Firefox 19+ */
- color: #1C61B6 !important;
- }
- .form_css .layui-input-block .layui-form-select .layui-input:-ms-input-placeholder {
- /* IE 10+ */
- color: #1C61B6 !important;
- }
- .form_css .layui-input-block .layui-form-select .layui-input:-moz-placeholder {
- /* Firefox 18- */
- color: #1C61B6 !important;
- }
- .form_css .layui-form-select dl {
- top: 53px !important;
- font-size: 20px !important;
- font-family: PingFang SC !important;
- font-weight: 500 !important;
- }
- .form_css .layui-form-select dl dd.layui-this {
- background-color: #1C61B6 !important;
- }
- .rank_text {
- display: flex;
- }
- .rank_text h1 {
- display: flex;
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- margin-right: 54px;
- }
- .table_css_two {
- margin: 0 !important;
- }
- .table_css_two thead tr {
- background: #4280DB !important;
- }
- .table_css_two thead tr th {
- padding: 16px 15px !important;
- font-size: 18px !important;
- font-family: PingFang SC !important;
- font-weight: bold !important;
- color: #FFFFFF !important;
- }
- .table_css_two thead tr th:first-child {
- border-collapse: separate !important;
- border-spacing: 0 !important;
- border-radius: 15px 0 0 0 !important;
- }
- .table_css_two thead tr th:last-child {
- border-collapse: separate;
- border-spacing: 0;
- border-radius: 0 15px 0 0;
- }
- .table_css_two tbody tr:nth-child(odd) {
- background: #FFFFFF !important;
- }
- .table_css_two tbody tr:nth-child(even) {
- background: #F0F5FE !important;
- }
- .table_css_two tbody tr td {
- padding: 16px 15px !important;
- font-size: 14px !important;
- font-family: PingFang SC !important;
- /* font-weight: bold !important; */
- color: #666666 !important;
- /* border-width: 0 1px 0 0 !important;
- border-style: solid !important;
- border-color: #EDEDED !important; */
- border: 0 !important;
- }
- .table_css_two tbody tr td:last-child {
- border-width: 0 !important;
- }
- .table_css_two tbody tr:last-child td:first-child {
- border-collapse: separate !important;
- border-spacing: 0 !important;
- border-radius: 0 0 0 15px !important;
- }
- .table_css_two tbody tr:last-child td:last-child {
- border-collapse: separate !important;
- border-spacing: 0 !important;
- 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;
- font-family: PingFang SC !important;
- font-weight: bold !important;
- color: #FFFFFF !important;
- }
- .content_hide tbody tr td {
- padding: 16px 0 !important;
- font-size: 18px !important;
- font-family: PingFang SC !important;
- /* font-weight: bold !important; */
- color: #666666 !important;
- border-width: 0 1px 0 0 !important;
- border-style: solid !important;
- border-color: #EDEDED !important;
- }
- .content_hide thead tr {
- background: #4280DB !important;
- border-collapse: separate !important;
- border-spacing: 0 !important;
- border-radius: 15px 15px 0 0 !important;
- }
- .content_hide .layui-table-body .layui-table tbody tr:nth-child(odd) {
- background: #FFFFFF !important;
- }
- .content_hide .layui-table-body .layui-table tbody tr:nth-child(even) {
- background: #F0F5FE !important;
- }
- .content_hide thead tr th:first-child {
- border-collapse: separate !important;
- border-spacing: 0 !important;
- border-radius: 15px 0 0 0 !important;
- }
- .content_hide tbody tr:last-child td:first-child {
- border-collapse: separate !important;
- border-spacing: 0 !important;
- border-radius: 0 0 0 15px !important;
- }
- .content_hide .layui-table-view {
- border: 0 !important;
- }
|