123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816 |
- * {
- padding: 0px;
- margin: 0px;
- }
- html,
- body {
- display: block;
- width: 100%;
- height: 100%;
- min-width: 1100px;
- background-color: #F2F2F2;
- overflow: auto;
- font-family: '微软雅黑', 'PingFang SC';
- box-sizing: border-box;
- }
- body {
- padding: 13px;
- -ms-scroll-chaining: chained;
- -ms-content-zooming: zoom;
- -ms-scroll-rails: none;
- -ms-content-zoom-limit-min: 100%;
- -ms-content-zoom-limit-max: 500%;
- -ms-scroll-snap-type: proximity;
- -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
- /*IE下隐藏滚动条*/
- -ms-overflow-style: none;
- /*火狐下隐藏滚动条*/
- /* scrollbar-width: none; */
- }
- body::-webkit-scrollbar {
- width: 4px;
- height: 4px;
- scrollbar-arrow-color: rgba(0, 0, 0, 0);
- /*三角箭头的颜色*/
- scrollbar-highlight-color: rgba(0, 0, 0, 0);
- /*滚动条空白部分的颜色*/
- scrollbar-track-color: #94d1ff;
- /*立体滚动条背景颜色*/
- }
- body::-webkit-scrollbar-track-piece {
- background-color: rgba(0, 0, 0, 0);
- }
- body::-webkit-scrollbar-button {
- background-color: rgba(0, 0, 0, 0);
- }
- body::-webkit-scrollbar-track {
- background-color: rgba(0, 0, 0, 0);
- }
- body::-webkit-scrollbar-thumb {
- background-color: #94d1ff;
- }
- body::-webkit-scrollbar-corner {
- background-color: rgba(0, 0, 0, 0);
- }
- body::-webkit-scrollbar-resizer {
- background-color: rgba(0, 0, 0, 0);
- }
- /*o内核*/
- body::-o-scrollbar {
- /* -moz-appearance: none !important; */
- background: rgba(0, 255, 0, 0) !important;
- }
- body::-o-scrollbar-button {
- background-color: rgba(0, 0, 0, 0);
- }
- body::-o-scrollbar-track {
- background-color: rgba(0, 0, 0, 0);
- }
- body::-o-scrollbar-track-piece {
- background-color: rgba(0, 0, 0, 0);
- }
- body::-o-scrollbar-thumb {
- background-color: #94d1ff;
- }
- body::-o-scrollbar-corne {
- background-color: rgba(0, 0, 0, 0);
- }
- body::-o-scrollbar-resizer {
- background-color: rgba(0, 0, 0, 0);
- }
- .header {
- width: 100%;
- height: 186px;
- background-color: #fff;
- border-radius: 4px;
- box-sizing: border-box;
- padding: 23px 20px;
- }
- .h_name {
- width: 100%;
- margin-bottom: 20px;
- }
- .h_name_1 {
- font-size: 18px;
- font-weight: 400;
- color: rgba(31, 35, 41, 1);
- }
- .h_name_2 {
- font-size: 14px;
- font-weight: 400;
- color: rgba(100, 106, 115, 1);
- margin-left: 7px;
- }
- .h_box_1 {
- width: 100%;
- display: flex;
- }
- .h_box_1>div {
- flex: 1;
- height: 96px;
- margin-right: 10px;
- display: flex;
- align-items: center;
- box-sizing: border-box;
- padding: 0px 23px 0px 17px;
- justify-content: space-between;
- cursor: pointer;
- }
- .h_box_1>div:nth-child(1) {
- border-radius: 4px;
- background-color: rgba(240, 245, 255, 1);
- }
- .h_box_1>div:nth-child(2) {
- border-radius: 4px;
- background-color: rgba(246, 240, 255, 1);
- }
- .h_box_1>div:nth-child(3) {
- border-radius: 4px;
- background-color: rgba(240, 245, 255, 1);
- }
- .h_box_1>div:nth-child(4) {
- border-radius: 4px;
- background-color: rgba(255, 242, 240, 1);
- margin-right: 0px !important;
- }
- .h_box_div {
- display: flex;
- align-items: center;
- }
- .h_box_div>img {
- width: 46px;
- height: 46px;
- }
- .h_box_div>.h_div_1 {
- margin-left: 13px;
- }
- .h_div_1>div:nth-child(1) {
- font-size: 18px;
- font-weight: 400;
- color: rgba(31, 35, 41, 1);
- margin-bottom: 4px;
- }
- .h_div_1>div:nth-child(2) {
- font-size: 14px;
- font-weight: 400;
- color: rgba(129, 134, 166, 1);
- }
- .middle {
- width: 100%;
- height: 303px;
- margin-top: 13px;
- display: flex;
- }
- .m_box_left {
- display: inline-block;
- width: 50%;
- height: 303px;
- background-color: #fff;
- margin-right: 13px;
- border-radius: 4px;
- box-sizing: border-box;
- padding: 19px 20px 23px 21px;
- }
- .ml_top {
- width: 100%;
- height: 56px;
- display: flex;
- }
- .ml_top_left {
- width: 55%;
- height: 56px;
- display: flex;
- align-items: center;
- }
- .mll_company {
- display: inline-block;
- margin-left: 14px;
- }
- .mllc_name {
- font-size: 18px;
- font-weight: 400;
- color: rgba(31, 35, 41, 1);
- }
- .mllc_name>span {
- padding: 4px 10px;
- background: rgba(238, 237, 255, 1);
- font-size: 12px;
- font-weight: 400;
- color: rgba(112, 106, 230, 1);
- border-radius: 4px;
- margin-left: 9px;
- }
- .mllc_date {
- font-size: 14px;
- font-weight: 400;
- color: rgba(100, 106, 115, 1);
- margin-top: 8px;
- }
- .ml_top_right {
- width: 45%;
- height: 56px;
- display: inline-block;
- }
- .mr_div {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- .mr_welcome {
- margin-right: 14px;
- }
- .mr_wechat {
- width: 102px;
- height: 32px;
- background-color: rgba(72, 118, 255, 1);
- border-radius: 4px;
- display: flex;
- color: #fff;
- align-items: center;
- justify-content: center;
- font-size: 14px;
- }
- .mr_wechat>span {
- margin-left: 2px;
- }
- .ml_middle {
- width: 100%;
- display: flex;
- margin-top: 46px;
- }
- .ml_middle>div {
- flex: 1;
- }
- .mlm_name {
- font-size: 14px;
- font-weight: 400;
- color: rgba(100, 106, 115, 1);
- }
- .mlm_num {
- font-size: 36px;
- font-weight: 700;
- color: rgba(31, 35, 41, 1);
- margin-top: 8px;
- }
- .mlm_day {
- font-size: 16px;
- color: rgba(56, 56, 56, 1)
- }
- .ml_bottom {
- width: 100%;
- display: flex;
- margin-top: 26px;
- }
- .ml_bottom>div {
- flex: 1;
- height: 60px;
- margin-right: 14.5px;
- border-radius: 4px;
- display: flex;
- box-sizing: border-box;
- padding: 15px 0px 15px 22px;
- align-items: center;
- }
- .ml_bottom>div>span {
- font-size: 14px;
- font-weight: 400;
- color: rgba(31, 35, 41, 1);
- margin-left: 14px;
- }
- .ml_bottom>div:nth-child(1) {
- background-color: rgba(240, 245, 255, 1);
- }
- .ml_bottom>div:nth-child(2) {
- background-color: rgba(240, 245, 255, 1);
- }
- .ml_bottom>div:nth-child(3) {
- background-color: rgba(240, 245, 255, 1);
- margin-right: 0px !important;
- }
- .m_box_right {
- display: inline-block;
- width: 50%;
- height: 303px;
- }
- .mr_box_top {
- width: 100%;
- height: 179px;
- background-color: #fff;
- border-radius: 4px;
- box-sizing: border-box;
- padding: 23px 0px 23px 19px;
- }
- .mt_name {
- font-size: 18px;
- font-weight: 400;
- color: rgba(31, 35, 41, 1);
- }
- .mt_data {
- width: 100%;
- margin-top: 22px;
- }
- .mtd_left {
- display: inline-block;
- width: calc(100% - 222px);
- white-space: nowrap;
- }
- .mtd_left>div {
- width: 19%;
- display: inline-block;
- position: relative;
- bottom: 11.5px;
- }
- .mtd_right {
- display: inline-block;
- width: 210px;
- border-left: 1px solid rgba(235, 235, 235, 1);
- }
- .mtd_right>div {
- text-align: center;
- }
- .mtd_right>div:nth-child(1) {
- font-size: 14px;
- font-weight: 400;
- color: rgba(100, 106, 115, 1);
- }
- .mtd_right>div:nth-child(2) {
- font-size: 24px;
- color: rgba(31, 35, 41, 1);
- font-weight: 700 !important;
- margin-top: 16px;
- }
- .mtd_right>div:nth-child(3) {
- font-size: 12px !important;
- color: rgba(143, 149, 158, 1) !important;
- margin-top: 4px;
- }
- .mtdr_gb {
- font-size: 14px;
- color: rgba(31, 35, 41, 1);
- font-weight: 400;
- }
- .mtdr_limit {
- color: rgba(214, 43, 43, 1);
- }
- .mtdl_name {
- font-size: 14px;
- font-weight: 400;
- color: rgba(100, 106, 115, 1);
- }
- .mtdl_num {
- font-size: 24px;
- color: rgba(31, 35, 41, 1);
- font-weight: 700;
- margin-top: 16px;
- }
- .mtdl_num>span {
- font-size: 14px;
- font-weight: 400 !important;
- }
- .mr_box_bottom {
- width: 100%;
- height: 111px;
- margin-top: 13px;
- background-color: #fff;
- border-radius: 4px;
- box-sizing: border-box;
- padding: 12px 20px;
- }
- .mrbb_left {
- width: 47.5%;
- display: inline-block;
- box-sizing: border-box;
- vertical-align: middle;
- }
- .mrbb_left>div:nth-child(1) {
- font-size: 16px;
- color: rgba(31, 35, 41, 1);
- }
- .mrbb_left>div:nth-child(2) {
- font-size: 13px;
- color: rgba(143, 149, 158, 1);
- margin-top: 2px;
- }
- .mrbb_right {
- width: 51.5%;
- height: 100%;
- display: inline-block;
- }
- .companyNumber {
- font-size: 24px;
- color: rgba(31, 35, 41, 1);
- font-weight: 700;
- }
- .footer {
- width: 100%;
- white-space: nowrap;
- margin-top: 13px;
- display: flex;
- }
- .f_left {
- width: 50%;
- height: 552px;
- background-color: #fff;
- border-radius: 4px;
- display: inline-block;
- margin-right: 13px;
- box-sizing: border-box;
- padding: 23px 20px;
- }
- .fl_header {
- width: 100%;
- height: 32px;
- }
- .fl_header>span {
- float: left;
- line-height: 32px;
- font-size: 18px;
- font-weight: 400;
- color: rgba(31, 35, 41, 1);
- }
- .fl_date_box {
- float: right;
- width: auto;
- height: auto;
- overflow: hidden;
- border: 1px solid rgba(245, 246, 247, 1);
- border-radius: 4px;
- cursor: pointer;
- }
- .fl_date_box>div {
- display: inline-block;
- padding: 5.5px 10px;
- font-size: 14px;
- color: rgba(128, 128, 128, 1);
- }
- .fl_active {
- background-color: rgba(245, 246, 247, 1);
- border-radius: 4px 0px, 0px, 4px;
- }
- .fl_data {
- width: 100%;
- height: auto;
- overflow: hidden;
- margin-top: 17px;
- cursor: pointer;
- }
- .fl_data>div:nth-child(1) {
- display: inline-block;
- width: 32%;
- height: 74px;
- margin-right: 2%;
- border-radius: 4px;
- box-sizing: border-box;
- padding: 8px 11px;
- }
- .fl_data>div:nth-child(2) {
- display: inline-block;
- width: 32%;
- margin-right: 2%;
- height: 74px;
- border-radius: 4px;
- box-sizing: border-box;
- padding: 8px 11px;
- }
- .fl_data>div:nth-child(3) {
- display: inline-block;
- width: 32%;
- height: 74px;
- border-radius: 4px;
- box-sizing: border-box;
- padding: 8px 11px;
- }
- .fl_data_active {
- background-color: rgba(245, 246, 247, 1);
- }
- .fld_name {
- font-size: 14px;
- font-weight: 400;
- color: rgba(143, 149, 158, 1);
- }
- .fld_num {
- font-size: 26px;
- font-weight: 700;
- color: rgba(31, 35, 41, 1);
- margin-top: 8px;
- }
- .fl_data_active > .fld_num {
- color: rgba(51, 112, 255, 1) !important;
- }
- .fl_echarts {
- width: 100%;
- height: 324px;
- }
- .fl_echarts_title {
- width: 100%;
- margin-top: 14px;
- margin-bottom: 26px;
- }
- .f_right {
- width: 50%;
- height: 552px;
- background-color: #fff;
- border-radius: 4px;
- display: inline-block;
- box-sizing: border-box;
- padding: 26px 19px;
- }
- .fr_title {
- width: 100%;
- font-size: 18px;
- font-weight: 400;
- color: rgba(31, 35, 41, 1);
- }
- .fr_box {
- width: 100%;
- }
- .fr_box_item {
- display: inline-block;
- width: 25%;
- }
- .fr_item_dsc {
- width: 100%;
- height: auto;
- text-align: center;
- white-space: normal !important;
- margin-top: 8px;
- display: -webkit-box;
- text-overflow: ellipsis;
- overflow: hidden;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .fr_item_icon {
- width: 80px;
- height: 80px;
- margin: auto;
- }
- .fr_item_icon > img {
- width: 100%;
- height: 100%;
- }
- .fr_pro_name {
- width: 100%;
- text-align: center;
- margin-top: 15px;
- }
- .fr_pro_tag {
- display: inline-block;
- padding: 3px 6px;
- background-color: rgba(212, 255, 230, 1);
- color: rgba(0, 145, 27, 1);
- border-radius: 10px 6px 6px 0px !important;
- font-size: 12px;
- position: relative;
- bottom: 4px;
- }
- .fr_pro_text {
- font-size: 14px;
- color:rgba(100, 106, 115, 1);
- }
- .fr_box > div:nth-child(1) {
- box-sizing: border-box;
- padding-right: 20px;
- }
- .fr_box > div:nth-child(2) {
- box-sizing: border-box;
- padding: 0px 12px;
- }
- .fr_box > div:nth-child(3) {
- box-sizing: border-box;
- padding: 0px 10px;
- }
- .fr_box > div:nth-child(4) {
- box-sizing: border-box;
- padding: 0px 13px;
- }
- .fr_top {
- margin-top: 30px;
- }
- .fr_box_top {
- margin-top: 32px;
- }
- .fb_box {
- margin-top: 42px;
- width: 100%;
- height: 50px;
- background-color: rgba(225, 234, 255, 1);
- box-sizing: border-box;
- padding: 15px 10px;
- }
- .fb_box_btn {
- padding: 3px 10px;
- background-color: rgba(51, 112, 255, 1);
- border-radius: 2px;
- font-size: 12px;
- color: #fff;
- margin-right: 4px;
- }
- .frimg11 {
- display: none;
- }
- .fr_box_item1:hover .frimg11 {
- display: block;
- }
- .fr_box_item1:hover .frimg1 {
- display: none;
- }
- .frimg22 {
- display: none;
- }
- .fr_box_item2:hover .frimg22 {
- display: block;
- }
- .fr_box_item2:hover .frimg2 {
- display: none;
- }
- .frimg33 {
- display: none;
- }
- .fr_box_item3:hover .frimg33 {
- display: block;
- }
- .fr_box_item3:hover .frimg3 {
- display: none;
- }
- .frimg44 {
- display: none;
- }
- .fr_box_item4:hover .frimg44 {
- display: block;
- }
- .fr_box_item4:hover .frimg4 {
- display: none;
- }
- .frimg55 {
- display: none;
- }
- .fr_box_item5:hover .frimg55 {
- display: block;
- }
- .fr_box_item5:hover .frimg5 {
- display: none;
- }
- .frimg66 {
- display: none;
- }
- .fr_box_item6:hover .frimg66 {
- display: block;
- }
- .fr_box_item6:hover .frimg6 {
- display: none;
- }
- .frimg77 {
- display: none;
- }
- .fr_box_item7:hover .frimg77 {
- display: block;
- }
- .fr_box_item7:hover .frimg7 {
- display: none;
- }
- .frimg88 {
- display: none;
- }
- .fr_box_item8:hover .frimg88 {
- display: block;
- }
- .fr_box_item8:hover .frimg8 {
- display: none;
- }
|