diff --git a/yanzhu-bigscreen/public/css/largeScreenLayout.css b/yanzhu-bigscreen/public/css/largeScreenLayout.css index 79dcfff9..c54df7d4 100644 --- a/yanzhu-bigscreen/public/css/largeScreenLayout.css +++ b/yanzhu-bigscreen/public/css/largeScreenLayout.css @@ -13,41 +13,41 @@ .screen-one-1-1{ height: 310px; - background: url("../images/one/1x1.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/one/1x1.png") no-repeat center/100% 100%; } .screen-one-1-2{ height: 310px; - background: url("../images/one/1x2.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/one/1x2.png") no-repeat center/100% 100%; } .screen-one-1-3{ height: 310px; - background: url("../images/one/1x3.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/one/1x3.png") no-repeat center/100% 100%; } .screen-one-1-4{ height: 310px; - background: url("../images/one/1x4.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/one/1x4.png") no-repeat center/100% 100%; } .screen-one-2-1{ height: 640px; - background: url("../images/one/2x1.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/one/2x1.png") no-repeat center/100% 100%; } .screen-one-2-2{ height: 640px; - background: url("../images/one/2x2.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/one/2x2.png") no-repeat center/100% 100%; } .screen-one-2-3{ height: 640px; - background: url("../images/one/2x3.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/one/2x3.png") no-repeat center/100% 100%; } .screen-one-2-4{ height: 640px; - background: url("../images/one/2x4.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/one/2x4.png") no-repeat center/100% 100%; } .screen-one-3-1{ height: 970px; - background: url("../images/one/3x1.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/one/3x1.png") no-repeat center/100% 100%; } .screen-one-3-1.no-border{ background: none; @@ -57,72 +57,72 @@ } .screen-one-3-2{ height: 970px; - background: url("../images/one/3x2.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/one/3x2.png") no-repeat center/100% 100%; } .screen-one-3-3{ height: 970px; - background: url("../images/one/3x3.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/one/3x3.png") no-repeat center/100% 100%; } .screen-one-3-3.no-title{ - background: url("../images/one/3x32.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/one/3x32.png") no-repeat center/100% 100%; } .screen-one-3-4{ height: 970px; - background: url("../images/one/3x4.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/one/3x4.png") no-repeat center/100% 100%; } .screen-two-1-1{ height: 290px; - background: url("../images/two/1x1.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/two/1x1.png") no-repeat center/100% 100%; } .screen-two-1-2{ height: 290px; - background: url("../images/two/1x2.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/two/1x2.png") no-repeat center/100% 100%; } .screen-two-1-3{ height: 290px; - background: url("../images/two/1x3.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/two/1x3.png") no-repeat center/100% 100%; } .screen-two-1-4{ height: 290px; - background: url("../images/two/1x3.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/two/1x3.png") no-repeat center/100% 100%; } .screen-two-2-1{ height: 600px; - background: url("../images/two/2x1.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/two/2x1.png") no-repeat center/100% 100%; } .screen-two-2-2{ height: 600px; - background: url("../images/two/2x2.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/two/2x2.png") no-repeat center/100% 100%; } .screen-two-2-3{ height: 600px; - background: url("../images/two/2x3.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/two/2x3.png") no-repeat center/100% 100%; } .screen-two-2-4{ height: 600px; - background: url("../images/two/2x4.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/two/2x4.png") no-repeat center/100% 100%; } .screen-two-3-1{ height: 920px; - background: url("../images/two/3x1.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/two/3x1.png") no-repeat center/100% 100%; } .screen-two-3-2{ height: 920px; - background: url("../images/two/3x2.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/two/3x2.png") no-repeat center/100% 100%; } .screen-two-3-3{ height: 920px; - background: url("../images/two/3x3.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/two/3x3.png") no-repeat center/100% 100%; } .screen-two-3-4{ height: 920px; - background: url("../images/two/3x4.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/two/3x4.png") no-repeat center/100% 100%; } @@ -130,30 +130,30 @@ .screen-red-1-1{ height: 310px; - background: url("../images/red/1x1.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/red/1x1.png") no-repeat center/100% 100%; } .screen-red-1-2{ height: 310px; - background: url("../images/red/1x2.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/red/1x2.png") no-repeat center/100% 100%; } .screen-red-2-2{ height: 640px; - background: url("../images/red/2x2.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/red/2x2.png") no-repeat center/100% 100%; } .screen-big{ height: 310px; - background: url("../images/red/big_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/red/big_bgd.png") no-repeat center/100% 100%; } .screen-one-0-5{ height: 475px; - background: url("../images/red/0x5.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/red/0x5.png") no-repeat center/100% 100%; } .screen-one-video{ height: 970px; - background: url("../images/red/video.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/red/video.png") no-repeat center/100% 100%; } .div-header{ height: 129px; diff --git a/yanzhu-bigscreen/public/css/largeScreenStyle.css b/yanzhu-bigscreen/public/css/largeScreenStyle.css index 9901144f..8f25b10a 100644 --- a/yanzhu-bigscreen/public/css/largeScreenStyle.css +++ b/yanzhu-bigscreen/public/css/largeScreenStyle.css @@ -4,19 +4,19 @@ } @font-face { font-family: "title-font"; - src: url(../fonts/HYLXTJ.eot), url(../fonts/HYLXTJ.svg), url(../fonts/HYLXTJ.ttf), url(../fonts/HYLXTJ.woff), url(../fonts/HYLXTJ.woff2); + src: url(/cdn/fonts/HYLXTJ.eot), url(/cdn/fonts/HYLXTJ.svg), url(/cdn/fonts/HYLXTJ.ttf), url(/cdn/fonts/HYLXTJ.woff), url(/cdn/fonts/HYLXTJ.woff2); } @font-face { font-family: "number-font"; - src: url(../fonts/PUTHIAfont.eot), url(../fonts/PUTHIAfont.svg), url(../fonts/PUTHIAfont.ttf), url(../fonts/PUTHIAfont.woff), url(../fonts/PUTHIAfont.woff2); + src: url(/cdn/fonts/PUTHIAfont.eot), url(/cdn/fonts/PUTHIAfont.svg), url(/cdn/fonts/PUTHIAfont.ttf), url(/cdn/fonts/PUTHIAfont.woff), url(/cdn/fonts/PUTHIAfont.woff2); } @font-face { font-family: DingTalkSans; - src: url("../fonts/DingTalkJinBuTi.woff2"); + src: url("/cdn/fonts/DingTalkJinBuTi.woff2"); } @font-face { font-family: NumFont; - src: url("../fonts/DS-DIGIT.TTF"); + src: url("/cdn/fonts/DS-DIGIT.TTF"); } * { font-family: DingTalkSans; @@ -72,7 +72,7 @@ body { height: 26px; } .div-header { - background-image: url("../images/banner-top-1k.png"); + background-image: url("/cdn/bsimages/banner-top-1k.png"); } .popup-project-introduction-title { height: 40px; @@ -122,7 +122,7 @@ body { height: 1440px; } .div-header { - background-image: url("../images/banner-top-2k.png"); + background-image: url("/cdn/bsimages/banner-top-2k.png"); } .img-openwin { width: 30px; @@ -227,7 +227,7 @@ body { height: 2160px; } .div-header { - background-image: url("../images/banner-top-4k.png"); + background-image: url("/cdn/bsimages/banner-top-4k.png"); } .img-openwin { width: 40px; @@ -343,7 +343,7 @@ body { height: 100%; } .screen-module::after { - background-image: url("../images/one/banner.png"); + background-image: url("/cdn/bsimages/one/banner.png"); } .screen-module.no-title::after { background-image: none; @@ -407,7 +407,7 @@ table { .head-title { position: relative; height: 70px; - background: url("../images/head_title.png") no-repeat center / 100% 65px; + background: url("/cdn/bsimages/head_title.png") no-repeat center / 100% 65px; display: flex; } .head-title-label { @@ -429,10 +429,10 @@ table { text-align: center; color: #6383aa; cursor: pointer; - background: url("../images/title_tab.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/title_tab.png") no-repeat center / 100% 100%; } .head-title-tab .head-nav.active { - background: url("../images/title_tab_active.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/title_tab_active.png") no-repeat center / 100% 100%; color: #ffffff; } .head-title-tab .head-nav.active.hover { @@ -483,10 +483,10 @@ table { height: 35px; padding-left: 25px; padding-right: 30px; - background: url("../images/head_select.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/head_select.png") no-repeat center / 100% 100%; } .head-select.head-select-150 { - background: url("../images/head_select-150.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/head_select-150.png") no-repeat center / 100% 100%; } .head-select input { height: 100%; @@ -565,17 +565,17 @@ table { } /*红色head*/ .head-title.red-head { - background: url("../images/head_title_red.png") no-repeat center / 100% 65px; + background: url("/cdn/bsimages/head_title_red.png") no-repeat center / 100% 65px; } .red-head .head-title-label { background-image: -webkit-linear-gradient(bottom, #bc3833, #fb9e97, #ffffff); } .red-head .head-nav { color: #ff9b96; - background: url("../images/title_tab_red.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/title_tab_red.png") no-repeat center / 100% 100%; } .red-head .head-nav.active { - background: url("../images/title_tab_active_red.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/title_tab_active_red.png") no-repeat center / 100% 100%; color: #ffffff; } .red-head .head-nav:hover { @@ -585,7 +585,7 @@ table { color: #ffffff; } .red-head .head-select { - background: url("../images/head_select_red.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/head_select_red.png") no-repeat center / 100% 100%; } .red-head .head-select input { color: #ffffff; @@ -643,7 +643,7 @@ table { line-height: 30px; margin: auto; cursor: pointer; - background: url("../images/survey_btn.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/survey_btn.png") no-repeat center / 100% 100%; } .survey_title_btn_min:hover { color: #ffffff; @@ -653,7 +653,7 @@ table { height: 40px; line-height: 40px; color: #ffffff; - background: url("../images/survey_btn_active.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/survey_btn_active.png") no-repeat center / 100% 100%; } .survey_content { display: flex; @@ -666,7 +666,7 @@ table { text-align: center; line-height: 90px; position: relative; - background: url("../images/survey_total_icon.png") no-repeat bottom / 90px 60px; + background: url("/cdn/bsimages/survey_total_icon.png") no-repeat bottom / 90px 60px; } @keyframes icon { 0% { @@ -728,13 +728,13 @@ table { } } .survey_text_zy { - background: url("../images/survey_bgd_zy.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/survey_bgd_zy.png") no-repeat center / 100% 100%; } .survey_text_zl { - background: url("../images/survey_bgd_zy.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/survey_bgd_zy.png") no-repeat center / 100% 100%; } .survey_text_fb { - background: url("../images/survey_bgd_zy.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/survey_bgd_zy.png") no-repeat center / 100% 100%; } .survey_text_value { position: absolute; @@ -767,7 +767,7 @@ table { } .warning-info-title .active { color: #51b5ff; - background: url("../images/check_icon.png") no-repeat left / 8px 15px; + background: url("/cdn/bsimages/check_icon.png") no-repeat left / 8px 15px; } .warning-info-title div:hover { color: #51b5ff; @@ -801,10 +801,10 @@ table { height: 30px; } .czz-number-img-blue { - background: url("../images/circle_blue.gif") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/circle_blue.gif") no-repeat center / 100% 100%; } .czz-number-img-green { - background: url("../images/circle_green.gif") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/circle_green.gif") no-repeat center / 100% 100%; } .survey_content_value_color_green span { color: #5bf8b5; @@ -817,7 +817,7 @@ table { padding: 0 10px; } .glr-title { - background: url("../images/check_icon.png") no-repeat left / 10px 20px; + background: url("/cdn/bsimages/check_icon.png") no-repeat left / 10px 20px; padding-left: 15px; } .people-number-con { @@ -834,7 +834,7 @@ table { .people-number-con div { width: 30px; height: 45px; - background: url("../images/number_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/number_bgd.png") no-repeat center / 100% 100%; margin-right: 10px; text-align: center; line-height: 45px; @@ -846,7 +846,7 @@ table { align-items: center; justify-content: space-between; padding: 8px 10px 8px 15px; - background: url("../images/title_icon.png") no-repeat left / 10px 15px; + background: url("/cdn/bsimages/title_icon.png") no-repeat left / 10px 15px; color: #cbdaff; } .glr-rate-value span { @@ -863,12 +863,12 @@ table { } .glr-login-number-bgd { height: 30px; - background: url("../images/text_bgd.png") no-repeat center / 100% 30px; + background: url("/cdn/bsimages/text_bgd.png") no-repeat center / 100% 30px; animation: myfirst 2s; -webkit-animation: myfirstbgd 2s infinite; } .glr-login-number-red-bgd { - background: url("../images/text_red_bgd.png") no-repeat center / 100% 30px; + background: url("/cdn/bsimages/text_red_bgd.png") no-repeat center / 100% 30px; } @keyframes myfirstbgd { 0% { @@ -920,7 +920,7 @@ table { .table-tr { height: 60px; line-height: 60px; - background: url("../images/table_tr.png") no-repeat center / 100% 50px; + background: url("/cdn/bsimages/table_tr.png") no-repeat center / 100% 50px; } .table-td { padding: 0 5px; @@ -938,7 +938,7 @@ table { position: relative; } .indicators-chart-bgd { - background: url("../images/text_bgd.png") no-repeat left / 100% 100%; + background: url("/cdn/bsimages/text_bgd.png") no-repeat left / 100% 100%; height: 40px; animation: myfirst 2s; -webkit-animation: textbgd 2s infinite; @@ -994,7 +994,7 @@ table { position: absolute; top: 57px; left: 172px; - background: url("../images/run_circle.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/run_circle.png") no-repeat center / 100% 100%; } .chart-text { width: 110px; @@ -1090,7 +1090,7 @@ table { border: 0; } .warning-info-table .el-table .el-table__row { - background: url("../images/text_red_safe_bgd.png") no-repeat center / 100% 40px; + background: url("/cdn/bsimages/text_red_safe_bgd.png") no-repeat center / 100% 40px; } .warning-info-table .el-table--enable-row-hover .el-table__body tr:hover > td { background: none !important; @@ -1112,7 +1112,7 @@ table { color: #a2c8f9; } .classify-title-text span { - background: url("../images/up.png") no-repeat left / 10px 8px; + background: url("/cdn/bsimages/up.png") no-repeat left / 10px 8px; padding: 0 12px 0 15px; color: #fcbc02; font-style: italic; @@ -1194,7 +1194,7 @@ table { font-size: 14px; padding: 0 15px; color: #c0dafb; - background: #000b25 url("../images/check_icon.png") no-repeat left / 8px 15px; + background: #000b25 url("/cdn/bsimages/check_icon.png") no-repeat left / 8px 15px; } .survey-oil-data { padding: 10px; @@ -1213,7 +1213,7 @@ table { .survey-oil-label { height: 30px; line-height: 30px; - background: url("../images/right.png") no-repeat left / 8px 15px; + background: url("/cdn/bsimages/right.png") no-repeat left / 8px 15px; padding-left: 15px; } .survey-oil-prop { @@ -1265,7 +1265,7 @@ table { .rank-con-data { width: 100px; height: 40px; - background: url("../images/ratio_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/ratio_bgd.png") no-repeat center / 100% 100%; text-align: right; line-height: 40px; padding-right: 10px; @@ -1284,7 +1284,7 @@ table { height: 40px; line-height: 40px; padding-left: 35px; - background: url("../images/utilization.png") no-repeat left / 30px 40px; + background: url("/cdn/bsimages/utilization.png") no-repeat left / 30px 40px; font-size: 16px; border-bottom: 1px solid #2c4e74; } @@ -1382,17 +1382,17 @@ table { align-items: center; justify-content: space-between; padding: 0 20px; - background: url("../images/analyse_title.png") no-repeat left / 100% 100%; + background: url("/cdn/bsimages/analyse_title.png") no-repeat left / 100% 100%; } .analyse_title_blue { - background: url("../images/analyse_title_blue.png") no-repeat left / 100% 100%; + background: url("/cdn/bsimages/analyse_title_blue.png") no-repeat left / 100% 100%; } .analyse-text { line-height: 40px; font-size: 16px; } .analyse-equipment { - background: url("../images/analyse_icon.png") no-repeat right / 15px 20px; + background: url("/cdn/bsimages/analyse_icon.png") no-repeat right / 15px 20px; padding-right: 20px; font-size: 20px; letter-spacing: 2px; @@ -1467,7 +1467,7 @@ table { padding-bottom: 20px; } .afoot-con-for.active { - background: url("../images/zzfs_bgf.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/zzfs_bgf.png") no-repeat center / 100% 100%; } .afoot-machinery-nam { font-size: 16px; @@ -1481,7 +1481,7 @@ table { .afoot-machinery-img { width: 70px; height: 70px; - background: url("../images/logo_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/logo_bgd.png") no-repeat center / 100% 100%; } .afoot-machinery-img img { width: 100%; @@ -1517,7 +1517,7 @@ table { width: 100%; height: 115px; z-index: 5; - background: url("../images/foot_open.png") no-repeat bottom / 100% 100%; + background: url("/cdn/bsimages/foot_open.png") no-repeat bottom / 100% 100%; transition: bottom 0.2s; } .foot-content { @@ -1534,14 +1534,14 @@ table { height: 50px; margin: auto; cursor: pointer; - background: url("../images/foot_left.png") no-repeat center / 20px 40px; + background: url("/cdn/bsimages/foot_left.png") no-repeat center / 20px 40px; } .foot-content-right { width: 30px; height: 50px; margin: auto; cursor: pointer; - background: url("../images/foot_right.png") no-repeat center / 20px 40px; + background: url("/cdn/bsimages/foot_right.png") no-repeat center / 20px 40px; } .foot-content-tabs { width: 1250px; @@ -1572,7 +1572,7 @@ table { line-height: 40px; color: #a2c8f9; cursor: pointer; - background: url("../images/foot_btn.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/foot_btn.png") no-repeat center / 100% 100%; } .foot-tabs-bgd.active { width: 200px; @@ -1580,7 +1580,7 @@ table { line-height: 45px; font-size: 16px; color: #ffffff; - background: url("../images/foot_btn_active.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/foot_btn_active.png") no-repeat center / 100% 100%; } /*劳务用工 公司级*/ /*劳务人员概况*/ @@ -1601,14 +1601,14 @@ table { position: absolute; top: 85px; left: 48px; - background: url("../images/run_circle.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/run_circle.png") no-repeat center / 100% 100%; } .labour-education { display: flex; justify-content: space-between; } .labour-education_bgd { - background: url("../images/education_bgd.png") no-repeat bottom / 90px 60px; + background: url("/cdn/bsimages/education_bgd.png") no-repeat bottom / 90px 60px; } /*预警分析*/ .labour-warning-title { @@ -1621,7 +1621,7 @@ table { height: 60px; width: 80px; text-align: center; - background: url("../images/labour_warning_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/labour_warning_bgd.png") no-repeat center / 100% 100%; } .labour-warning-bgd { padding-top: 15px; @@ -1705,7 +1705,7 @@ table { border: 0; } .labour-warning-table .el-table .el-table__row { - background: url("../images/text_red_bgd.png") no-repeat center / 100% 35px; + background: url("/cdn/bsimages/text_red_bgd.png") no-repeat center / 100% 35px; } .labour-warning-table .el-table--enable-row-hover .el-table__body tr:hover > td { background: none !important; @@ -1717,7 +1717,7 @@ table { position: absolute; top: 30px; left: 30px; - background: url("../images/return_btn_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/return_btn_bgd.png") no-repeat center / 100% 100%; width: 120px; height: 35px; text-align: center; @@ -1731,7 +1731,7 @@ table { } .return-company-btn:hover { color: #cbdaff; - background: url("../images/dangerous_active.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/dangerous_active.png") no-repeat center / 100% 100%; } .return-company-btn:active { color: #5677a2; @@ -1763,7 +1763,7 @@ table { position: absolute; top: 63px; left: 61px; - background: url("../images/run_circle.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/run_circle.png") no-repeat center / 100% 100%; } .project-map-bottom { height: 210px; @@ -1782,7 +1782,7 @@ table { left: 0; height: 60px; top: 75px; - background: url("../images/foot_left.png") no-repeat center / 20px 40px; + background: url("/cdn/bsimages/foot_left.png") no-repeat center / 20px 40px; } .project-expect-right { position: absolute; @@ -1790,7 +1790,7 @@ table { right: 0; height: 60px; top: 75px; - background: url("../images/foot_right.png") no-repeat center / 20px 40px; + background: url("/cdn/bsimages/foot_right.png") no-repeat center / 20px 40px; } .project-expect-middle { width: 810px; @@ -1815,10 +1815,10 @@ table { .project-expect-list { width: 250px; height: 150px; - background: url("../images/expect_list.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/expect_list.png") no-repeat center / 100% 100%; } .project-expect-list.active { - background: url("../images/expect_list_active.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/expect_list_active.png") no-repeat center / 100% 100%; } .project-expect-con { padding: 5px 15px; @@ -1858,7 +1858,7 @@ table { .project-expect-state { width: 85px; height: 23px; - background: url("../images/expect_list_zc.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/expect_list_zc.png") no-repeat center / 100% 100%; color: #76fefe; text-align: center; line-height: 23px; @@ -1880,7 +1880,7 @@ table { color: #cd4456; } .project-expect-list.active .project-expect-state { - background: url("../images/expect_list_yc.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/expect_list_yc.png") no-repeat center / 100% 100%; color: #ffffff; } /*项目概况 项目级*/ @@ -1960,7 +1960,7 @@ table { padding: 0px; } .popup-project-introduction-title { - background: url("../images/map_popup_title.png") no-repeat left / 100% 100%; + background: url("/cdn/bsimages/map_popup_title.png") no-repeat left / 100% 100%; display: flex; align-items: center; padding: 0 15px; @@ -2024,7 +2024,7 @@ table { .project-introduce-text { padding-left: 20px; color: #c2d5f6; - background: url(../images/check_icon.png) no-repeat left / 8px 15px; + background: url(/cdn/bsimages/check_icon.png) no-repeat left / 8px 15px; } .project-introduce-con { height: 80px; @@ -2055,7 +2055,7 @@ table { .project-amount-bgd { height: 110px; width: 260px; - background: url("../images/project_amount_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/project_amount_bgd.png") no-repeat center / 100% 100%; } .project-amount-con { padding: 20px 30px; @@ -2092,14 +2092,14 @@ table { } .dangerous-tab div { padding: 8px 20px; - background: url("../images/dangerous.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center / 100% 100%; margin-left: 15px; cursor: pointer; color: #5388b0; } .dangerous-tab .active { color: #ffffff; - background: url("../images/dangerous_active.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/dangerous_active.png") no-repeat center / 100% 100%; } .dangerous-timeline-max { width: 850px; @@ -2163,7 +2163,7 @@ table { } .dangerous-time-nav.active { color: #eeeeee; - background: url("../images/expect_list_yc.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/expect_list_yc.png") no-repeat center / 100% 100%; } /*智慧党建*/ .carousel-padding { @@ -2330,7 +2330,7 @@ table { border: 0; } .safe-day-table .el-table .el-table__row { - background: url("../images/text_red_safe_bgd.png") no-repeat center / 100% 40px; + background: url("/cdn/bsimages/text_red_safe_bgd.png") no-repeat center / 100% 40px; } .safe-day-table .el-table--enable-row-hover .el-table__body tr:hover > td { background: none !important; @@ -2420,7 +2420,7 @@ table { cursor: pointer; } .list-con.active { - background: url("../images/list_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/list_bgd.png") no-repeat center / 100% 100%; } .list-top { display: flex; @@ -2431,7 +2431,7 @@ table { width: 70px; text-align: center; line-height: 70px; - background: url("../images/list_img_icon.png") no-repeat bottom / 100% 45px; + background: url("/cdn/bsimages/list_img_icon.png") no-repeat bottom / 100% 45px; } .list-img img { animation: listImg 3s infinite; @@ -2564,7 +2564,7 @@ table { height: 120px; } .safe-small-title { - background: url("../images/small_title.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/small_title.png") no-repeat center / 100% 100%; padding: 5px 0 5px 20px; } .safe-small-content { @@ -2604,24 +2604,24 @@ table { .safe-tower-left { height: 500px; cursor: pointer; - background: url("../images/safe_tower_left.png") no-repeat center / 100% 70%; + background: url("/cdn/bsimages/safe_tower_left.png") no-repeat center / 100% 70%; } .safe-tower-left:hover { - background: url("../images/safe_tower_left_a.png") no-repeat center / 100% 80%; + background: url("/cdn/bsimages/safe_tower_left_a.png") no-repeat center / 100% 80%; } .safe-tower-left:active { - background: url("../images/safe_tower_left_a.png") no-repeat center / 100% 75%; + background: url("/cdn/bsimages/safe_tower_left_a.png") no-repeat center / 100% 75%; } .safe-tower-right { height: 500px; cursor: pointer; - background: url("../images/safe_tower_right.png") no-repeat center / 100% 70%; + background: url("/cdn/bsimages/safe_tower_right.png") no-repeat center / 100% 70%; } .safe-tower-right:hover { - background: url("../images/safe_tower_right_a.png") no-repeat center / 100% 80%; + background: url("/cdn/bsimages/safe_tower_right_a.png") no-repeat center / 100% 80%; } .safe-tower-right:active { - background: url("../images/safe_tower_right_a.png") no-repeat center / 100% 75%; + background: url("/cdn/bsimages/safe_tower_right_a.png") no-repeat center / 100% 75%; } .safe-tower-content-max { position: relative; @@ -2642,7 +2642,7 @@ table { .safe-tower-content-title span { padding: 10px 35px; font-size: 16px; - background: url("../images/safe_tower_name_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/safe_tower_name_bgd.png") no-repeat center / 100% 100%; } .safe-tower-content-data { padding: 60px 0; @@ -2670,7 +2670,7 @@ table { .sf-equipment-overview-bgd { height: 320px; width: 500px; - background: url("../images/tower_crane.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/tower_crane.png") no-repeat center / 100% 100%; position: relative; margin: auto; } @@ -2708,7 +2708,7 @@ table { .sf-hook { width: 16px; height: 30px; - background: url("../images/drag_hook.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/drag_hook.png") no-repeat center / 100% 100%; } .circular { position: absolute; @@ -2716,12 +2716,12 @@ table { height: 120px; bottom: 15px; right: 15px; - background: url("../images/circular.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/circular.png") no-repeat center / 100% 100%; } .needle { width: 100%; height: 100%; - background: url("../images/needle.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/needle.png") no-repeat center / 100% 100%; transform: rotate(0deg); } .dot-track { @@ -2840,7 +2840,7 @@ table { /*点位图弹窗*/ .sjk-popup { width: 400px; - background: url("../images/map_sjk_popup_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/map_sjk_popup_bgd.png") no-repeat center / 100% 100%; font-size: 14px; position: fixed; z-index: 100; @@ -2852,7 +2852,7 @@ table { padding: 8px; color: #ffffff; font-size: 16px; - background: url("../images/map_popup_title.png") no-repeat left / 100% 100%; + background: url("/cdn/bsimages/map_popup_title.png") no-repeat left / 100% 100%; } .sjk-popup-time { padding: 10px; @@ -2901,7 +2901,7 @@ table { padding: 5px 20px; cursor: pointer; margin-right: 20px; - background: url("../images/dangerous.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center / 100% 100%; color: #5388b0; font-size: 16px; } @@ -2915,17 +2915,17 @@ table { width: 130px; cursor: pointer; margin-right: 20px; - background: url("../images/dangerous.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center / 100% 100%; color: #5388b0; font-size: 16px; } .sjk-chart-line-title-tz .active { color: #ffffff; - background: url(../images/dangerous_active.png) no-repeat center / 100% 100%; + background: url(/cdn/bsimages/dangerous_active.png) no-repeat center / 100% 100%; } .sjk-chart-line-title .active { color: #ffffff; - background: url(../images/dangerous_active.png) no-repeat center / 100% 100%; + background: url(/cdn/bsimages/dangerous_active.png) no-repeat center / 100% 100%; } .sjk-afoot-overflow { height: 325px; @@ -2972,7 +2972,7 @@ table { .equipment-list-gif { width: 70px; height: 70px; - background: url(../images/hj_gif.gif) no-repeat center / 100% 100%; + background: url(/cdn/bsimages/hj_gif.gif) no-repeat center / 100% 100%; text-align: center; } .equipment-list-gif img { @@ -3003,14 +3003,14 @@ table { } .current-value-con { padding: 30px 40px; - background: url("../images/current_value_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/current_value_bgd.png") no-repeat center / 100% 100%; display: flex; align-items: center; } .current-value-img { height: 90px; width: 90px; - background: url("../images/education_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/education_bgd.png") no-repeat center / 100% 100%; text-align: center; } .current-value-img img { @@ -3067,11 +3067,11 @@ table { } .state-zx { color: #3eb11e; - background: url("../images/state_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/state_bgd.png") no-repeat center / 100% 100%; } .state-lx { color: #eeb532; - background: url("../images/state_lx_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/state_lx_bgd.png") no-repeat center / 100% 100%; } .hj-moment-blue { color: #559adf; @@ -3089,14 +3089,14 @@ table { height: 35px; padding-left: 10px; padding-right: 25px; - background: url("../images/select_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/select_bgd.png") no-repeat center / 100% 100%; } .select-input-two { height: 35px; padding-left: 10px; padding-right: 25px; width: 100%; - background: url("../images/select_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/select_bgd.png") no-repeat center / 100% 100%; } .select-input input { width: 100%; @@ -3198,7 +3198,7 @@ table { } .video-list-title { height: 40px; - background: url("../images/video_list_title.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/video_list_title.png") no-repeat center / 100% 100%; line-height: 40px; padding: 0 10px; overflow: hidden; @@ -3249,7 +3249,7 @@ table { height: 30px; padding: 0 10px 0 20px; line-height: 30px; - background: url("../images/video_title.png") no-repeat left / 180px 22px; + background: url("/cdn/bsimages/video_title.png") no-repeat left / 180px 22px; } .video-enlarge-content { margin-top: 15px; @@ -3276,14 +3276,14 @@ table { } .video-enlarge-title-right div { padding: 2px 15px; - background: url("../images/dangerous.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center / 100% 100%; margin-left: 15px; cursor: pointer; color: #5388b0; } .video-enlarge-title-right .active { color: #ffffff; - background: url("../images/dangerous_active.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/dangerous_active.png") no-repeat center / 100% 100%; } .video-vehicle-table { padding: 15px 0; @@ -3322,7 +3322,7 @@ table { } .vehicle-number { padding: 8px 15px; - background: url("../images/dangerous.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center / 100% 100%; width: 90%; margin: auto; } @@ -3332,7 +3332,7 @@ table { .vehicle-jin-img-bgd { width: 180px; height: 180px; - background: #062247 url("../images/no_picture.png") no-repeat center / 80px 80px; + background: #062247 url("/cdn/bsimages/no_picture.png") no-repeat center / 80px 80px; border-radius: 5px; } .vehicle-jin-img-bgd img { @@ -3394,12 +3394,12 @@ table { .people-search { padding: 0 15px; height: 45px; - background: url("../images/input_search.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/input_search.png") no-repeat center / 100% 100%; } .people-search input { border: 0; outline: 0; - background: url("../images/search.png") no-repeat right / 20px 20px; + background: url("/cdn/bsimages/search.png") no-repeat right / 20px 20px; width: 100%; height: 100%; color: #3da2ff; @@ -3416,13 +3416,13 @@ table { padding: 15px 5px; } .people-list-con.active { - background: url("../images/list_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/list_bgd.png") no-repeat center / 100% 100%; } .people-list-img { height: 70px; width: 70px; text-align: center; - background: url("../images/warning_renyuan.png") no-repeat bottom / 100% 100%; + background: url("/cdn/bsimages/warning_renyuan.png") no-repeat bottom / 100% 100%; } .people-list-img img { width: 100%; @@ -3433,7 +3433,7 @@ table { align-items: center; padding-bottom: 15px; position: relative; - background: url("../images/Line.png") no-repeat bottom / 100% 2px; + background: url("/cdn/bsimages/Line.png") no-repeat bottom / 100% 2px; } .people-list-state { padding: 0 5px; @@ -3478,10 +3478,10 @@ table { .people-battery-bgd { width: 30px; height: 15px; - background: url("../images/battery.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/battery.png") no-repeat center / 100% 100%; } .people-battery-bgd.active { - background: url("../images/battery_red.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/battery_red.png") no-repeat center / 100% 100%; } .people-battery-padding { width: 24px; @@ -3504,14 +3504,14 @@ table { } .people-info-address { color: #429fff; - background: url("../images/address_dw.png") no-repeat left / 14px 16px; + background: url("/cdn/bsimages/address_dw.png") no-repeat left / 14px 16px; padding-left: 18px; } .people-company-btn { position: absolute; top: 100px; left: 470px; - background: url("../images/return_btn_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/return_btn_bgd.png") no-repeat center / 100% 100%; width: 120px; height: 35px; text-align: center; @@ -3525,7 +3525,7 @@ table { } .people-company-btn:hover { color: #cbdaff; - background: url("../images/dangerous_active.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/dangerous_active.png") no-repeat center / 100% 100%; } .people-company-btn:active { color: #5677a2; @@ -3537,11 +3537,11 @@ table { .popup-people-max { width: 280px; height: 300px; - background: url("../images/map_popup_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/map_popup_bgd.png") no-repeat center / 100% 100%; font-size: 14px; } .popup-people-max.active { - background: url("../images/map_popup_red_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/map_popup_red_bgd.png") no-repeat center / 100% 100%; } .popup-people-min { padding: 20px 15px; @@ -3563,7 +3563,7 @@ table { } .popup-people-info-address.active .people-info-address { color: #ffffff; - background: url("../images/address_dw_red.png") no-repeat left / 14px 16px; + background: url("/cdn/bsimages/address_dw_red.png") no-repeat left / 14px 16px; } .popup-people-info-name { color: #ffffff; @@ -3642,7 +3642,7 @@ table { padding: 10px; } .quality-dynamic-for.active { - background: url("../images/zzfs_bgf.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/zzfs_bgf.png") no-repeat center / 100% 100%; } .quality-dynamic-content { display: flex; @@ -3651,7 +3651,7 @@ table { .quality-dynamic-img { width: 90px; height: 90px; - background: url("../images/logo_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/logo_bgd.png") no-repeat center / 100% 100%; } .quality-dynamic-img img { width: 100%; @@ -3752,7 +3752,7 @@ table { background-color: #409eff52; } .quality-table .el-table .el-table__row:nth-child(odd) { - background: url("../images/long_tr_bgd.png") no-repeat center / 100% 55px; + background: url("/cdn/bsimages/long_tr_bgd.png") no-repeat center / 100% 55px; } .quality-table .el-table--enable-row-hover .el-table__body tr:hover > td { background: none !important; @@ -3774,13 +3774,13 @@ table { text-align: center; padding: 5px 0; height: 33px; - background: url("../images/dangerous.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center / 100% 100%; line-height: 33px; cursor: pointer; color: #5388b0; } .ai-video-entrance:hover { - background: url("../images/dangerous_active.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/dangerous_active.png") no-repeat center / 100% 100%; color: #ffffff; } .popup-video video { @@ -3874,7 +3874,7 @@ table { /*百度地图弹窗*/ .popup-baidu-max { width: 300px; - background: url("../images/map_popup_bgd.png") no-repeat top / 300px 100%; + background: url("/cdn/bsimages/map_popup_bgd.png") no-repeat top / 300px 100%; } .popup-baidu-min { padding: 0px 10px; @@ -3949,7 +3949,7 @@ table { padding-right: 15px; } .popup-baidu-machine-oil { - background: url("../images/oil.png") no-repeat left / 20px 15px; + background: url("/cdn/bsimages/oil.png") no-repeat left / 20px 15px; padding-left: 25px; color: #3eb11e; } @@ -4037,7 +4037,7 @@ table { /*机械管理场布图*/ .jx-field-layout { height: 690px; - background: url("../images/field_layout_1.png") no-repeat center / auto 100%; + background: url("/cdn/bsimages/field_layout_1.png") no-repeat center / auto 100%; } /*tower-crane 塔机组件*/ .tower-crane-border { @@ -4063,7 +4063,7 @@ table { .tower-crane-sweep { width: 100%; height: 100%; - background: url("../images/needle.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/needle.png") no-repeat center / 100% 100%; transform: rotate(0deg); position: relative; } @@ -4097,7 +4097,7 @@ table { width: 105px; text-align: center; position: relative; - background: url("../images/arrow.png") no-repeat center / 30px 18px; + background: url("/cdn/bsimages/arrow.png") no-repeat center / 30px 18px; z-index: 99; } .header-btn-list-arrow-active { @@ -4152,7 +4152,7 @@ table { background: #15388f; } .header-btn-list-padding button.active { - background: url("../images/btn_nav.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/btn_nav.png") no-repeat center / 100% 100%; color: #ffffff; } .header-btn-list-padding-red button.actives { @@ -4161,7 +4161,7 @@ table { } .video-field-layout { height: 610px; - background: url("../images/field_layout_video.png") no-repeat center / 100% auto; + background: url("/cdn/bsimages/field_layout_video.png") no-repeat center / 100% auto; position: relative; } .video-bgd-img-position { @@ -4236,7 +4236,7 @@ table { line-height: 40px; color: #728fb7; font-weight: bold; - background: url("../images/order_1.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/order_1.png") no-repeat center / 100% 100%; } .process-control-name { padding: 0 10px; @@ -4252,11 +4252,11 @@ table { font-size: 16px; } .process-control-btn.active .process-control-order { - background: url("../images/order_2.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/order_2.png") no-repeat center / 100% 100%; color: #00092a; } .process-control-btn.active .process-control-name button { - background: url("../images/btn_nav.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/btn_nav.png") no-repeat center / 100% 100%; color: #ffffff; } .process-control-name button:hover { @@ -4305,7 +4305,7 @@ table { height: 40px; text-align: center; line-height: 40px; - background: url("../images/yuzhi_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/yuzhi_bgd.png") no-repeat center / 100% 100%; color: #ff0000; margin-top: 15px; } @@ -4669,7 +4669,7 @@ table { .list-ledger-bgd { width: 60px; height: 60px; - background: #142c6a url("../images/circle_icon_12.png") no-repeat center / 30px 30px; + background: #142c6a url("/cdn/bsimages/circle_icon_12.png") no-repeat center / 30px 30px; } .list-ledger-for { padding: 15px 0 5px; @@ -4704,10 +4704,10 @@ table { color: #6383aa; cursor: pointer; padding: 5px 15px; - background: url("../images/dangerous.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center / 100% 100%; } .more-btn.active { - background: url("../images/dangerous_active.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/dangerous_active.png") no-repeat center / 100% 100%; color: #ffffff; } .more-btn:hover { @@ -4799,7 +4799,7 @@ table { .xhz-education_bgd { width: 80px; height: 80px; - background: url("../images/education_bgd.png") no-repeat bottom / 70px 50px; + background: url("/cdn/bsimages/education_bgd.png") no-repeat bottom / 70px 50px; } .xhz-education_bgd img { width: 35px; @@ -4834,7 +4834,7 @@ table { padding-left: 30px; } .xhz-analyse_title_blue { - background: url("../images/analyse_title_blue.png") no-repeat left / 450px 100%; + background: url("/cdn/bsimages/analyse_title_blue.png") no-repeat left / 450px 100%; } .xhz-work-order-padding { padding: 10px; @@ -4863,7 +4863,7 @@ table { } .xhz-work-order-bgd { padding-bottom: 15px; - background: url("../images/expect_list.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/expect_list.png") no-repeat center / 100% 100%; } .xhz-work-order-info { padding: 0 10px; @@ -4874,7 +4874,7 @@ table { padding-right: 20px; border-bottom: 1px solid #1c4489; display: flex; - background: url("../images/check_icon.png") no-repeat right / 8px 17px; + background: url("/cdn/bsimages/check_icon.png") no-repeat right / 8px 17px; } .xhz-order-number { width: 40px; @@ -4917,11 +4917,11 @@ table { font-size: 14px; } .xhz-exceed-state { - background: url("../images/expect_list_yc.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/expect_list_yc.png") no-repeat center / 100% 100%; color: #ffffff; } .xhz-temporary-state { - background: url("../images/expect_list_ch.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/expect_list_ch.png") no-repeat center / 100% 100%; color: #ffffff; } .popup-xhz-title td { @@ -4994,7 +4994,7 @@ table { height: 35px; text-align: center; line-height: 35px; - background: url(../images/dangerous_active.png) no-repeat center / 100% 100%; + background: url(/cdn/bsimages/dangerous_active.png) no-repeat center / 100% 100%; margin: auto; } .building-img { @@ -5069,7 +5069,7 @@ table { cursor: pointer; } .technical-disclosure-text { - background: url("../images/up.png") no-repeat left / 15px 10px; + background: url("/cdn/bsimages/up.png") no-repeat left / 15px 10px; padding-left: 25px; } .technical-disclosure-value span { @@ -5164,7 +5164,7 @@ table { .month-list-min { padding: 0 15px; height: 200px; - background: url("../images/weekly_check.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/weekly_check.png") no-repeat center / 100% 100%; } .inspect-content { display: flex; @@ -5254,7 +5254,7 @@ table { } .element-table-ranking .el-table .el-table__row:hover { color: #00aaff; - background: url("../images/table_tr.png") no-repeat center / 100% 60px; + background: url("/cdn/bsimages/table_tr.png") no-repeat center / 100% 60px; } .element-table-ranking .el-table--enable-row-hover .el-table__body tr:hover > td { background: none !important; @@ -5276,7 +5276,7 @@ table { .drill-list-min { padding: 0 15px; height: 170px; - background: url("../images/weekly_check.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/weekly_check.png") no-repeat center / 100% 100%; } .drill-list-partnership { color: #aaaaaa; @@ -5292,16 +5292,16 @@ table { margin: 15px 0px; height: 100px; cursor: pointer; - background: url("../images/control_bgd.png") no-repeat bottom / 100% 40px; + background: url("/cdn/bsimages/control_bgd.png") no-repeat bottom / 100% 40px; } .active.process-control-new-list { - background: url("../images/control_bgd_active.png") no-repeat bottom / 100% 40px; + background: url("/cdn/bsimages/control_bgd_active.png") no-repeat bottom / 100% 40px; } .process-control-new-list:hover { - background: url("../images/control_bgd_active.png") no-repeat bottom / 100% 40px; + background: url("/cdn/bsimages/control_bgd_active.png") no-repeat bottom / 100% 40px; } .process-control-new-list:active { - background: url("../images/control_bgd_active.png") no-repeat bottom / 98% 35px; + background: url("/cdn/bsimages/control_bgd_active.png") no-repeat bottom / 98% 35px; } .process-control-new-run { padding-top: 22px; @@ -5320,10 +5320,10 @@ table { line-height: 40px; color: #728fb7; font-weight: bold; - background: url("../images/order_1.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/order_1.png") no-repeat center / 100% 100%; } .active .process-control-new-order { - background: url("../images/order_2.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/order_2.png") no-repeat center / 100% 100%; color: #00092a; } .process-control-new-content { @@ -5542,7 +5542,7 @@ daily-diary-time-line-icon-4 { .daily-diary-info-left { height: 45px; padding-left: 45px; - background: url("../images/daily_img.png") no-repeat left / 38px 38px; + background: url("/cdn/bsimages/daily_img.png") no-repeat left / 38px 38px; } .daily-diary-info-text { padding-bottom: 5px; @@ -5718,7 +5718,7 @@ daily-diary-time-line-icon-4 { .technical-index-text { color: #cbdaff; width: calc(30% - 20px); - background: url("../images/text_spot.png") no-repeat left / 10px 10px; + background: url("/cdn/bsimages/text_spot.png") no-repeat left / 10px 10px; padding-left: 20px; } .technical-index-hr { @@ -5751,7 +5751,7 @@ daily-diary-time-line-icon-4 { top: 12px; z-index: 99; padding-right: 20px; - background: url("../images/check_icon.png") no-repeat right / 10px 20px; + background: url("/cdn/bsimages/check_icon.png") no-repeat right / 10px 20px; cursor: pointer; color: #cbdaff; } @@ -5772,7 +5772,7 @@ daily-diary-time-line-icon-4 { .technology { position: relative; height: 610px; - background: url("../images/technology_bgd.png") no-repeat top / 100% 100%; + background: url("/cdn/bsimages/technology_bgd.png") no-repeat top / 100% 100%; } .technology-module { position: absolute; @@ -5785,7 +5785,7 @@ daily-diary-time-line-icon-4 { line-height: 30px; position: relative; color: #cbdaff; - background: url(../images/dangerous_active.png) no-repeat center / 100% 100%; + background: url(/cdn/bsimages/dangerous_active.png) no-repeat center / 100% 100%; cursor: pointer; } .technology-btn:hover { @@ -5822,7 +5822,7 @@ daily-diary-time-line-icon-4 { .new-technology { position: relative; height: 615px; - background: url("../images/technology_bgd_new.png") no-repeat top / 100% 100%; + background: url("/cdn/bsimages/technology_bgd_new.png") no-repeat top / 100% 100%; } /*延迟摄影*/ .delay-list-max { @@ -5848,12 +5848,12 @@ daily-diary-time-line-icon-4 { height: 60px; line-height: 60px; padding: 0 15px; - background: url("../images/table_tr.png") no-repeat center / 100% 50px; + background: url("/cdn/bsimages/table_tr.png") no-repeat center / 100% 50px; } .delay-list-title { cursor: pointer; color: #00aaff; - background: url("../images/survey_icon_3.png") no-repeat right / 22px 22px; + background: url("/cdn/bsimages/survey_icon_3.png") no-repeat right / 22px 22px; } .delay-list-title.active { color: #ffffff; @@ -5886,7 +5886,7 @@ daily-diary-time-line-icon-4 { align-items: center; } .sand-table-bgd { - background: url("../images/education_bgd.png") no-repeat bottom / 80px 55px; + background: url("/cdn/bsimages/education_bgd.png") no-repeat bottom / 80px 55px; } .sand-table-bgd img { width: 35px; @@ -5910,7 +5910,7 @@ daily-diary-time-line-icon-4 { position: absolute; width: 1920px; height: 1080px; - background: url("../images/sand_table_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/sand_table_bgd.png") no-repeat center / 100% 100%; } .sand-table-background img { position: absolute; @@ -5972,7 +5972,7 @@ daily-diary-time-line-icon-4 { } .sand-table-top-icon { height: 5px; - background: url("../images/popup_top.png") no-repeat left / 100px 5px; + background: url("/cdn/bsimages/popup_top.png") no-repeat left / 100px 5px; } .sand-table-popup-content { padding: 2px; @@ -5997,7 +5997,7 @@ daily-diary-time-line-icon-4 { } .sand-table-popup-content-title { height: 30px; - background: url("../images/map_popup_title.png") no-repeat left / 100% 100%; + background: url("/cdn/bsimages/map_popup_title.png") no-repeat left / 100% 100%; display: flex; align-items: center; padding: 0 10px; @@ -6050,7 +6050,7 @@ daily-diary-time-line-icon-4 { height: 60px; margin: -10px auto 0; position: absolute; - background: url("../images/ligature.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/ligature.png") no-repeat center / 100% 100%; left: 45%; } .sand-table-ji-xie-content { @@ -6161,11 +6161,11 @@ daily-diary-time-line-icon-4 { padding: 2px 5px 2px 2px; height: 10px; width: 23px; - background: url("../images/battery.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/battery.png") no-repeat center / 100% 100%; margin-right: 5px; } .sand-table-battery.active .sand-table-battery-icon { - background: url("../images/battery_red.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/battery_red.png") no-repeat center / 100% 100%; } .sand-table-battery-quantity { height: 100%; @@ -6325,7 +6325,7 @@ daily-diary-time-line-icon-4 { padding: 15px 10px; } .milestone-background { - background: url("../images/milestone_bgd.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/milestone_bgd.png") no-repeat center / 100% 100%; } .milestone-title { display: flex; @@ -6440,7 +6440,7 @@ daily-diary-time-line-icon-4 { .plan-list-min { padding: 0 15px; height: 190px; - background: url("../images/weekly_check.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/weekly_check.png") no-repeat center / 100% 100%; } .plan-list-title { height: 40px; @@ -6537,7 +6537,7 @@ daily-diary-time-line-icon-4 { padding: 5px; width: 130px; cursor: pointer; - background: url("../images/dangerous.png") no-repeat center / 100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center / 100% 100%; color: #5388b0; font-size: 16px; } diff --git a/yanzhu-bigscreen/public/css/largeScreenStyle.less b/yanzhu-bigscreen/public/css/largeScreenStyle.less index f0d8a410..a5ff4ff9 100644 --- a/yanzhu-bigscreen/public/css/largeScreenStyle.less +++ b/yanzhu-bigscreen/public/css/largeScreenStyle.less @@ -4,21 +4,21 @@ } @font-face { font-family: "title-font"; - src: url(../fonts/HYLXTJ.eot), url(../fonts/HYLXTJ.svg), url(../fonts/HYLXTJ.ttf), url(../fonts/HYLXTJ.woff), url(../fonts/HYLXTJ.woff2); + src: url(/cdn/fonts/HYLXTJ.eot), url(/cdn/fonts/HYLXTJ.svg), url(/cdn/fonts/HYLXTJ.ttf), url(/cdn/fonts/HYLXTJ.woff), url(/cdn/fonts/HYLXTJ.woff2); } @font-face { font-family: "number-font"; - src: url(../fonts/PUTHIAfont.eot), url(../fonts/PUTHIAfont.svg), url(../fonts/PUTHIAfont.ttf), url(../fonts/PUTHIAfont.woff), url(../fonts/PUTHIAfont.woff2); + src: url(/cdn/fonts/PUTHIAfont.eot), url(/cdn/fonts/PUTHIAfont.svg), url(/cdn/fonts/PUTHIAfont.ttf), url(/cdn/fonts/PUTHIAfont.woff), url(/cdn/fonts/PUTHIAfont.woff2); } @font-face { font-family: DingTalkSans; - src: url("../fonts/DingTalkJinBuTi.woff2"); + src: url("/cdn/fonts/DingTalkJinBuTi.woff2"); } @font-face { font-family: NumFont; - src: url("../fonts/DS-DIGIT.TTF"); + src: url("/cdn/fonts/DS-DIGIT.TTF"); } * { @@ -83,7 +83,7 @@ body { height: 26px; } .div-header { - background-image: url("../images/banner-top-1k.png"); + background-image: url("/cdn/bsimages/banner-top-1k.png"); } .popup-project-introduction-title { height: 40px; @@ -145,7 +145,7 @@ body { height: 1440px; } .div-header { - background-image: url("../images/banner-top-2k.png"); + background-image: url("/cdn/bsimages/banner-top-2k.png"); } .img-openwin { width: 30px; @@ -273,7 +273,7 @@ body { height: 2160px; } .div-header { - background-image: url("../images/banner-top-4k.png"); + background-image: url("/cdn/bsimages/banner-top-4k.png"); } .img-openwin { width: 40px; @@ -414,7 +414,7 @@ body { } .screen-module { &::after { - background-image: url("../images/one/banner.png"); + background-image: url("/cdn/bsimages/one/banner.png"); } &.no-title { &::after { @@ -482,7 +482,7 @@ table { .head-title { position: relative; height: 70px; - background: url("../images/head_title.png") no-repeat center/100% 65px; + background: url("/cdn/bsimages/head_title.png") no-repeat center/100% 65px; display: flex; } .head-title-label { @@ -503,9 +503,9 @@ table { text-align: center; color: #6383aa; cursor: pointer; - background: url("../images/title_tab.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/title_tab.png") no-repeat center/100% 100%; &.active { - background: url("../images/title_tab_active.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/title_tab_active.png") no-repeat center/100% 100%; color: #ffffff; &.hover { color: #ffffff; @@ -564,10 +564,10 @@ table { height: 35px; padding-left: 25px; padding-right: 30px; - background: url("../images/head_select.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/head_select.png") no-repeat center/100% 100%; } .head-select.head-select-150 { - background: url("../images/head_select-150.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/head_select-150.png") no-repeat center/100% 100%; } .head-select input { height: 100%; @@ -646,17 +646,17 @@ table { } /*红色head*/ .head-title.red-head { - background: url("../images/head_title_red.png") no-repeat center/100% 65px; + background: url("/cdn/bsimages/head_title_red.png") no-repeat center/100% 65px; } .red-head .head-title-label { background-image: -webkit-linear-gradient(bottom, #bc3833, #fb9e97, #ffffff); } .red-head .head-nav { color: #ff9b96; - background: url("../images/title_tab_red.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/title_tab_red.png") no-repeat center/100% 100%; } .red-head .head-nav.active { - background: url("../images/title_tab_active_red.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/title_tab_active_red.png") no-repeat center/100% 100%; color: #ffffff; } .red-head .head-nav:hover { @@ -666,7 +666,7 @@ table { color: #ffffff; } .red-head .head-select { - background: url("../images/head_select_red.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/head_select_red.png") no-repeat center/100% 100%; } .red-head .head-select input { color: #ffffff; @@ -725,7 +725,7 @@ table { line-height: 30px; margin: auto; cursor: pointer; - background: url("../images/survey_btn.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/survey_btn.png") no-repeat center/100% 100%; } .survey_title_btn_min:hover { color: #ffffff; @@ -735,7 +735,7 @@ table { height: 40px; line-height: 40px; color: #ffffff; - background: url("../images/survey_btn_active.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/survey_btn_active.png") no-repeat center/100% 100%; } .survey_content { display: flex; @@ -748,7 +748,7 @@ table { text-align: center; line-height: 90px; position: relative; - background: url("../images/survey_total_icon.png") no-repeat bottom/90px 60px; + background: url("/cdn/bsimages/survey_total_icon.png") no-repeat bottom/90px 60px; } @keyframes icon { 0% { @@ -808,13 +808,13 @@ table { } } .survey_text_zy { - background: url("../images/survey_bgd_zy.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/survey_bgd_zy.png") no-repeat center/100% 100%; } .survey_text_zl { - background: url("../images/survey_bgd_zy.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/survey_bgd_zy.png") no-repeat center/100% 100%; } .survey_text_fb { - background: url("../images/survey_bgd_zy.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/survey_bgd_zy.png") no-repeat center/100% 100%; } .survey_text_value { position: absolute; @@ -847,7 +847,7 @@ table { } .warning-info-title .active { color: #51b5ff; - background: url("../images/check_icon.png") no-repeat left/8px 15px; + background: url("/cdn/bsimages/check_icon.png") no-repeat left/8px 15px; } .warning-info-title div:hover { color: #51b5ff; @@ -882,10 +882,10 @@ table { height: 30px; } .czz-number-img-blue { - background: url("../images/circle_blue.gif") no-repeat center/100% 100%; + background: url("/cdn/bsimages/circle_blue.gif") no-repeat center/100% 100%; } .czz-number-img-green { - background: url("../images/circle_green.gif") no-repeat center/100% 100%; + background: url("/cdn/bsimages/circle_green.gif") no-repeat center/100% 100%; } .survey_content_value_color_green span { color: #5bf8b5; @@ -899,7 +899,7 @@ table { padding: 0 10px; } .glr-title { - background: url("../images/check_icon.png") no-repeat left/10px 20px; + background: url("/cdn/bsimages/check_icon.png") no-repeat left/10px 20px; padding-left: 15px; } .people-number-con { @@ -917,7 +917,7 @@ table { .people-number-con div { width: 30px; height: 45px; - background: url("../images/number_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/number_bgd.png") no-repeat center/100% 100%; margin-right: 10px; text-align: center; line-height: 45px; @@ -929,7 +929,7 @@ table { align-items: center; justify-content: space-between; padding: 8px 10px 8px 15px; - background: url("../images/title_icon.png") no-repeat left/10px 15px; + background: url("/cdn/bsimages/title_icon.png") no-repeat left/10px 15px; color: #cbdaff; } .glr-rate-value span { @@ -946,12 +946,12 @@ table { } .glr-login-number-bgd { height: 30px; - background: url("../images/text_bgd.png") no-repeat center/100% 30px; + background: url("/cdn/bsimages/text_bgd.png") no-repeat center/100% 30px; animation: myfirst 2s; -webkit-animation: myfirstbgd 2s infinite; } .glr-login-number-red-bgd { - background: url("../images/text_red_bgd.png") no-repeat center/100% 30px; + background: url("/cdn/bsimages/text_red_bgd.png") no-repeat center/100% 30px; } @keyframes myfirstbgd { 0% { @@ -1004,7 +1004,7 @@ table { .table-tr { height: 60px; line-height: 60px; - background: url("../images/table_tr.png") no-repeat center/100% 50px; + background: url("/cdn/bsimages/table_tr.png") no-repeat center/100% 50px; } .table-td { padding: 0 5px; @@ -1024,7 +1024,7 @@ table { position: relative; } .indicators-chart-bgd { - background: url("../images/text_bgd.png") no-repeat left/100% 100%; + background: url("/cdn/bsimages/text_bgd.png") no-repeat left/100% 100%; height: 40px; animation: myfirst 2s; -webkit-animation: textbgd 2s infinite; @@ -1080,7 +1080,7 @@ table { position: absolute; top: 57px; left: 172px; - background: url("../images/run_circle.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/run_circle.png") no-repeat center/100% 100%; } .chart-text { width: 110px; @@ -1178,7 +1178,7 @@ table { border: 0; } .warning-info-table .el-table .el-table__row { - background: url("../images/text_red_safe_bgd.png") no-repeat center/100% 40px; + background: url("/cdn/bsimages/text_red_safe_bgd.png") no-repeat center/100% 40px; } .warning-info-table .el-table--enable-row-hover .el-table__body tr:hover > td { background: none !important; @@ -1201,7 +1201,7 @@ table { color: #a2c8f9; } .classify-title-text span { - background: url("../images/up.png") no-repeat left/10px 8px; + background: url("/cdn/bsimages/up.png") no-repeat left/10px 8px; padding: 0 12px 0 15px; color: #fcbc02; font-style: italic; @@ -1285,7 +1285,7 @@ table { font-size: 14px; padding: 0 15px; color: #c0dafb; - background: #000b25 url("../images/check_icon.png") no-repeat left/8px 15px; + background: #000b25 url("/cdn/bsimages/check_icon.png") no-repeat left/8px 15px; } .survey-oil-data { padding: 10px; @@ -1304,7 +1304,7 @@ table { .survey-oil-label { height: 30px; line-height: 30px; - background: url("../images/right.png") no-repeat left/8px 15px; + background: url("/cdn/bsimages/right.png") no-repeat left/8px 15px; padding-left: 15px; } .survey-oil-prop { @@ -1356,7 +1356,7 @@ table { .rank-con-data { width: 100px; height: 40px; - background: url("../images/ratio_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ratio_bgd.png") no-repeat center/100% 100%; text-align: right; line-height: 40px; padding-right: 10px; @@ -1375,7 +1375,7 @@ table { height: 40px; line-height: 40px; padding-left: 35px; - background: url("../images/utilization.png") no-repeat left/30px 40px; + background: url("/cdn/bsimages/utilization.png") no-repeat left/30px 40px; font-size: 16px; border-bottom: 1px solid #2c4e74; } @@ -1475,17 +1475,17 @@ table { align-items: center; justify-content: space-between; padding: 0 20px; - background: url("../images/analyse_title.png") no-repeat left/100% 100%; + background: url("/cdn/bsimages/analyse_title.png") no-repeat left/100% 100%; } .analyse_title_blue { - background: url("../images/analyse_title_blue.png") no-repeat left/100% 100%; + background: url("/cdn/bsimages/analyse_title_blue.png") no-repeat left/100% 100%; } .analyse-text { line-height: 40px; font-size: 16px; } .analyse-equipment { - background: url("../images/analyse_icon.png") no-repeat right/15px 20px; + background: url("/cdn/bsimages/analyse_icon.png") no-repeat right/15px 20px; padding-right: 20px; font-size: 20px; letter-spacing: 2px; @@ -1561,7 +1561,7 @@ table { padding-bottom: 20px; } .afoot-con-for.active { - background: url("../images/zzfs_bgf.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/zzfs_bgf.png") no-repeat center/100% 100%; } .afoot-machinery-nam { font-size: 16px; @@ -1575,7 +1575,7 @@ table { .afoot-machinery-img { width: 70px; height: 70px; - background: url("../images/logo_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/logo_bgd.png") no-repeat center/100% 100%; } .afoot-machinery-img img { width: 100%; @@ -1612,7 +1612,7 @@ table { width: 100%; height: 115px; z-index: 5; - background: url("../images/foot_open.png") no-repeat bottom/100% 100%; + background: url("/cdn/bsimages/foot_open.png") no-repeat bottom/100% 100%; transition: bottom 0.2s; } .foot-min { @@ -1631,14 +1631,14 @@ table { height: 50px; margin: auto; cursor: pointer; - background: url("../images/foot_left.png") no-repeat center/20px 40px; + background: url("/cdn/bsimages/foot_left.png") no-repeat center/20px 40px; } .foot-content-right { width: 30px; height: 50px; margin: auto; cursor: pointer; - background: url("../images/foot_right.png") no-repeat center/20px 40px; + background: url("/cdn/bsimages/foot_right.png") no-repeat center/20px 40px; } .foot-content-tabs { width: 1250px; @@ -1669,7 +1669,7 @@ table { line-height: 40px; color: #a2c8f9; cursor: pointer; - background: url("../images/foot_btn.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/foot_btn.png") no-repeat center/100% 100%; } .foot-tabs-bgd.active { width: 200px; @@ -1677,7 +1677,7 @@ table { line-height: 45px; font-size: 16px; color: #ffffff; - background: url("../images/foot_btn_active.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/foot_btn_active.png") no-repeat center/100% 100%; } /*劳务用工 公司级*/ @@ -1700,14 +1700,14 @@ table { position: absolute; top: 85px; left: 48px; - background: url("../images/run_circle.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/run_circle.png") no-repeat center/100% 100%; } .labour-education { display: flex; justify-content: space-between; } .labour-education_bgd { - background: url("../images/education_bgd.png") no-repeat bottom/90px 60px; + background: url("/cdn/bsimages/education_bgd.png") no-repeat bottom/90px 60px; } /*预警分析*/ .labour-warning-title { @@ -1720,7 +1720,7 @@ table { height: 60px; width: 80px; text-align: center; - background: url("../images/labour_warning_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/labour_warning_bgd.png") no-repeat center/100% 100%; } .labour-warning-bgd { padding-top: 15px; @@ -1805,7 +1805,7 @@ table { border: 0; } .labour-warning-table .el-table .el-table__row { - background: url("../images/text_red_bgd.png") no-repeat center/100% 35px; + background: url("/cdn/bsimages/text_red_bgd.png") no-repeat center/100% 35px; } .labour-warning-table .el-table--enable-row-hover .el-table__body tr:hover > td { background: none !important; @@ -1817,7 +1817,7 @@ table { position: absolute; top: 30px; left: 30px; - background: url("../images/return_btn_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/return_btn_bgd.png") no-repeat center/100% 100%; width: 120px; height: 35px; text-align: center; @@ -1831,7 +1831,7 @@ table { } .return-company-btn:hover { color: #cbdaff; - background: url("../images/dangerous_active.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/dangerous_active.png") no-repeat center/100% 100%; } .return-company-btn:active { color: #5677a2; @@ -1864,7 +1864,7 @@ table { position: absolute; top: 63px; left: 61px; - background: url("../images/run_circle.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/run_circle.png") no-repeat center/100% 100%; } .project-map-bottom { @@ -1884,7 +1884,7 @@ table { left: 0; height: 60px; top: 75px; - background: url("../images/foot_left.png") no-repeat center/20px 40px; + background: url("/cdn/bsimages/foot_left.png") no-repeat center/20px 40px; } .project-expect-right { position: absolute; @@ -1892,7 +1892,7 @@ table { right: 0; height: 60px; top: 75px; - background: url("../images/foot_right.png") no-repeat center/20px 40px; + background: url("/cdn/bsimages/foot_right.png") no-repeat center/20px 40px; } .project-expect-middle { width: 810px; @@ -1917,10 +1917,10 @@ table { .project-expect-list { width: 250px; height: 150px; - background: url("../images/expect_list.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/expect_list.png") no-repeat center/100% 100%; } .project-expect-list.active { - background: url("../images/expect_list_active.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/expect_list_active.png") no-repeat center/100% 100%; } .project-expect-con { @@ -1961,7 +1961,7 @@ table { .project-expect-state { width: 85px; height: 23px; - background: url("../images/expect_list_zc.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/expect_list_zc.png") no-repeat center/100% 100%; color: #76fefe; text-align: center; line-height: 23px; @@ -1985,7 +1985,7 @@ table { color: #cd4456; } .project-expect-list.active .project-expect-state { - background: url("../images/expect_list_yc.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/expect_list_yc.png") no-repeat center/100% 100%; color: #ffffff; } @@ -2068,7 +2068,7 @@ table { padding: 0px; } .popup-project-introduction-title { - background: url("../images/map_popup_title.png") no-repeat left/100% 100%; + background: url("/cdn/bsimages/map_popup_title.png") no-repeat left/100% 100%; display: flex; align-items: center; @@ -2136,7 +2136,7 @@ table { .project-introduce-text { padding-left: 20px; color: #c2d5f6; - background: url(../images/check_icon.png) no-repeat left/8px 15px; + background: url(/cdn/bsimages/check_icon.png) no-repeat left/8px 15px; } .project-introduce-con { height: 80px; @@ -2167,7 +2167,7 @@ table { .project-amount-bgd { height: 110px; width: 260px; - background: url("../images/project_amount_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/project_amount_bgd.png") no-repeat center/100% 100%; } .project-amount-con { padding: 20px 30px; @@ -2205,14 +2205,14 @@ table { } .dangerous-tab div { padding: 8px 20px; - background: url("../images/dangerous.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center/100% 100%; margin-left: 15px; cursor: pointer; color: #5388b0; } .dangerous-tab .active { color: #ffffff; - background: url("../images/dangerous_active.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/dangerous_active.png") no-repeat center/100% 100%; } .dangerous-timeline-max { width: 850px; @@ -2277,7 +2277,7 @@ table { } .dangerous-time-nav.active { color: #eeeeee; - background: url("../images/expect_list_yc.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/expect_list_yc.png") no-repeat center/100% 100%; } /*智慧党建*/ @@ -2449,7 +2449,7 @@ table { border: 0; } .safe-day-table .el-table .el-table__row { - background: url("../images/text_red_safe_bgd.png") no-repeat center/100% 40px; + background: url("/cdn/bsimages/text_red_safe_bgd.png") no-repeat center/100% 40px; } .safe-day-table .el-table--enable-row-hover .el-table__body tr:hover > td { background: none !important; @@ -2542,7 +2542,7 @@ table { cursor: pointer; } .list-con.active { - background: url("../images/list_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/list_bgd.png") no-repeat center/100% 100%; } .list-top { display: flex; @@ -2553,7 +2553,7 @@ table { width: 70px; text-align: center; line-height: 70px; - background: url("../images/list_img_icon.png") no-repeat bottom/100% 45px; + background: url("/cdn/bsimages/list_img_icon.png") no-repeat bottom/100% 45px; } .list-img img { animation: listImg 3s infinite; @@ -2689,7 +2689,7 @@ table { height: 120px; } .safe-small-title { - background: url("../images/small_title.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/small_title.png") no-repeat center/100% 100%; padding: 5px 0 5px 20px; } .safe-small-content { @@ -2732,24 +2732,24 @@ table { .safe-tower-left { height: 500px; cursor: pointer; - background: url("../images/safe_tower_left.png") no-repeat center/100% 70%; + background: url("/cdn/bsimages/safe_tower_left.png") no-repeat center/100% 70%; } .safe-tower-left:hover { - background: url("../images/safe_tower_left_a.png") no-repeat center/100% 80%; + background: url("/cdn/bsimages/safe_tower_left_a.png") no-repeat center/100% 80%; } .safe-tower-left:active { - background: url("../images/safe_tower_left_a.png") no-repeat center/100% 75%; + background: url("/cdn/bsimages/safe_tower_left_a.png") no-repeat center/100% 75%; } .safe-tower-right { height: 500px; cursor: pointer; - background: url("../images/safe_tower_right.png") no-repeat center/100% 70%; + background: url("/cdn/bsimages/safe_tower_right.png") no-repeat center/100% 70%; } .safe-tower-right:hover { - background: url("../images/safe_tower_right_a.png") no-repeat center/100% 80%; + background: url("/cdn/bsimages/safe_tower_right_a.png") no-repeat center/100% 80%; } .safe-tower-right:active { - background: url("../images/safe_tower_right_a.png") no-repeat center/100% 75%; + background: url("/cdn/bsimages/safe_tower_right_a.png") no-repeat center/100% 75%; } .safe-tower-content-max { position: relative; @@ -2770,7 +2770,7 @@ table { .safe-tower-content-title span { padding: 10px 35px; font-size: 16px; - background: url("../images/safe_tower_name_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/safe_tower_name_bgd.png") no-repeat center/100% 100%; } .safe-tower-content-data { padding: 60px 0; @@ -2799,7 +2799,7 @@ table { .sf-equipment-overview-bgd { height: 320px; width: 500px; - background: url("../images/tower_crane.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/tower_crane.png") no-repeat center/100% 100%; position: relative; margin: auto; } @@ -2837,7 +2837,7 @@ table { .sf-hook { width: 16px; height: 30px; - background: url("../images/drag_hook.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/drag_hook.png") no-repeat center/100% 100%; } .circular { position: absolute; @@ -2845,12 +2845,12 @@ table { height: 120px; bottom: 15px; right: 15px; - background: url("../images/circular.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/circular.png") no-repeat center/100% 100%; } .needle { width: 100%; height: 100%; - background: url("../images/needle.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/needle.png") no-repeat center/100% 100%; transform: rotate(0deg); } .dot-track { @@ -2973,7 +2973,7 @@ table { /*点位图弹窗*/ .sjk-popup { width: 400px; - background: url("../images/map_sjk_popup_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/map_sjk_popup_bgd.png") no-repeat center/100% 100%; font-size: 14px; position: fixed; z-index: 100; @@ -2985,7 +2985,7 @@ table { padding: 8px; color: #ffffff; font-size: 16px; - background: url("../images/map_popup_title.png") no-repeat left/100% 100%; + background: url("/cdn/bsimages/map_popup_title.png") no-repeat left/100% 100%; } .sjk-popup-time { padding: 10px; @@ -3035,7 +3035,7 @@ table { padding: 5px 20px; cursor: pointer; margin-right: 20px; - background: url("../images/dangerous.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center/100% 100%; color: #5388b0; font-size: 16px; } @@ -3049,18 +3049,18 @@ table { width: 130px; cursor: pointer; margin-right: 20px; - background: url("../images/dangerous.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center/100% 100%; color: #5388b0; font-size: 16px; } .sjk-chart-line-title-tz .active { color: #ffffff; - background: url(../images/dangerous_active.png) no-repeat center/100% 100%; + background: url(/cdn/bsimages/dangerous_active.png) no-repeat center/100% 100%; } .sjk-chart-line-title .active { color: #ffffff; - background: url(../images/dangerous_active.png) no-repeat center/100% 100%; + background: url(/cdn/bsimages/dangerous_active.png) no-repeat center/100% 100%; } .sjk-afoot-overflow { height: 325px; @@ -3108,7 +3108,7 @@ table { .equipment-list-gif { width: 70px; height: 70px; - background: url(../images/hj_gif.gif) no-repeat center/100% 100%; + background: url(/cdn/bsimages/hj_gif.gif) no-repeat center/100% 100%; text-align: center; } .equipment-list-gif img { @@ -3140,14 +3140,14 @@ table { } .current-value-con { padding: 30px 40px; - background: url("../images/current_value_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/current_value_bgd.png") no-repeat center/100% 100%; display: flex; align-items: center; } .current-value-img { height: 90px; width: 90px; - background: url("../images/education_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/education_bgd.png") no-repeat center/100% 100%; text-align: center; } .current-value-img img { @@ -3204,11 +3204,11 @@ table { } .state-zx { color: #3eb11e; - background: url("../images/state_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/state_bgd.png") no-repeat center/100% 100%; } .state-lx { color: #eeb532; - background: url("../images/state_lx_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/state_lx_bgd.png") no-repeat center/100% 100%; } .hj-moment-blue { @@ -3228,14 +3228,14 @@ table { height: 35px; padding-left: 10px; padding-right: 25px; - background: url("../images/select_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/select_bgd.png") no-repeat center/100% 100%; } .select-input-two { height: 35px; padding-left: 10px; padding-right: 25px; width: 100%; - background: url("../images/select_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/select_bgd.png") no-repeat center/100% 100%; } .select-input input { width: 100%; @@ -3341,7 +3341,7 @@ table { } .video-list-title { height: 40px; - background: url("../images/video_list_title.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/video_list_title.png") no-repeat center/100% 100%; line-height: 40px; padding: 0 10px; overflow: hidden; @@ -3392,7 +3392,7 @@ table { height: 30px; padding: 0 10px 0 20px; line-height: 30px; - background: url("../images/video_title.png") no-repeat left/180px 22px; + background: url("/cdn/bsimages/video_title.png") no-repeat left/180px 22px; } .video-enlarge-content { margin-top: 15px; @@ -3419,14 +3419,14 @@ table { } .video-enlarge-title-right div { padding: 2px 15px; - background: url("../images/dangerous.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center/100% 100%; margin-left: 15px; cursor: pointer; color: #5388b0; } .video-enlarge-title-right .active { color: #ffffff; - background: url("../images/dangerous_active.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/dangerous_active.png") no-repeat center/100% 100%; } .video-vehicle-table { padding: 15px 0; @@ -3466,7 +3466,7 @@ table { .vehicle-number { padding: 8px 15px; - background: url("../images/dangerous.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center/100% 100%; width: 90%; margin: auto; } @@ -3476,7 +3476,7 @@ table { .vehicle-jin-img-bgd { width: 180px; height: 180px; - background: #062247 url("../images/no_picture.png") no-repeat center/80px 80px; + background: #062247 url("/cdn/bsimages/no_picture.png") no-repeat center/80px 80px; border-radius: 5px; } .vehicle-jin-img-bgd img { @@ -3539,12 +3539,12 @@ table { .people-search { padding: 0 15px; height: 45px; - background: url("../images/input_search.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/input_search.png") no-repeat center/100% 100%; } .people-search input { border: 0; outline: 0; - background: url("../images/search.png") no-repeat right/20px 20px; + background: url("/cdn/bsimages/search.png") no-repeat right/20px 20px; width: 100%; height: 100%; color: #3da2ff; @@ -3561,13 +3561,13 @@ table { padding: 15px 5px; } .people-list-con.active { - background: url("../images/list_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/list_bgd.png") no-repeat center/100% 100%; } .people-list-img { height: 70px; width: 70px; text-align: center; - background: url("../images/warning_renyuan.png") no-repeat bottom/100% 100%; + background: url("/cdn/bsimages/warning_renyuan.png") no-repeat bottom/100% 100%; } .people-list-img img { @@ -3579,7 +3579,7 @@ table { align-items: center; padding-bottom: 15px; position: relative; - background: url("../images/Line.png") no-repeat bottom/100% 2px; + background: url("/cdn/bsimages/Line.png") no-repeat bottom/100% 2px; } .people-list-state { padding: 0 5px; @@ -3624,10 +3624,10 @@ table { .people-battery-bgd { width: 30px; height: 15px; - background: url("../images/battery.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/battery.png") no-repeat center/100% 100%; } .people-battery-bgd.active { - background: url("../images/battery_red.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/battery_red.png") no-repeat center/100% 100%; } .people-battery-padding { width: 24px; @@ -3650,7 +3650,7 @@ table { } .people-info-address { color: #429fff; - background: url("../images/address_dw.png") no-repeat left/14px 16px; + background: url("/cdn/bsimages/address_dw.png") no-repeat left/14px 16px; padding-left: 18px; } @@ -3658,7 +3658,7 @@ table { position: absolute; top: 100px; left: 470px; - background: url("../images/return_btn_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/return_btn_bgd.png") no-repeat center/100% 100%; width: 120px; height: 35px; text-align: center; @@ -3672,7 +3672,7 @@ table { } .people-company-btn:hover { color: #cbdaff; - background: url("../images/dangerous_active.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/dangerous_active.png") no-repeat center/100% 100%; } .people-company-btn:active { color: #5677a2; @@ -3685,11 +3685,11 @@ table { .popup-people-max { width: 280px; height: 300px; - background: url("../images/map_popup_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/map_popup_bgd.png") no-repeat center/100% 100%; font-size: 14px; } .popup-people-max.active { - background: url("../images/map_popup_red_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/map_popup_red_bgd.png") no-repeat center/100% 100%; } .popup-people-min { padding: 20px 15px; @@ -3711,7 +3711,7 @@ table { } .popup-people-info-address.active .people-info-address { color: #ffffff; - background: url("../images/address_dw_red.png") no-repeat left/14px 16px; + background: url("/cdn/bsimages/address_dw_red.png") no-repeat left/14px 16px; } .popup-people-info-name { color: #ffffff; @@ -3792,7 +3792,7 @@ table { padding: 10px; } .quality-dynamic-for.active { - background: url("../images/zzfs_bgf.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/zzfs_bgf.png") no-repeat center/100% 100%; } .quality-dynamic-content { display: flex; @@ -3801,7 +3801,7 @@ table { .quality-dynamic-img { width: 90px; height: 90px; - background: url("../images/logo_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/logo_bgd.png") no-repeat center/100% 100%; } .quality-dynamic-img img { width: 100%; @@ -3902,7 +3902,7 @@ table { background-color: #409eff52; } .quality-table .el-table .el-table__row:nth-child(odd) { - background: url("../images/long_tr_bgd.png") no-repeat center/100% 55px; + background: url("/cdn/bsimages/long_tr_bgd.png") no-repeat center/100% 55px; } .quality-table .el-table--enable-row-hover .el-table__body tr:hover > td { background: none !important; @@ -3925,13 +3925,13 @@ table { text-align: center; padding: 5px 0; height: 33px; - background: url("../images/dangerous.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center/100% 100%; line-height: 33px; cursor: pointer; color: #5388b0; } .ai-video-entrance:hover { - background: url("../images/dangerous_active.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/dangerous_active.png") no-repeat center/100% 100%; color: #ffffff; } .popup-video video { @@ -4026,7 +4026,7 @@ table { /*百度地图弹窗*/ .popup-baidu-max { width: 300px; - background: url("../images/map_popup_bgd.png") no-repeat top/300px 100%; + background: url("/cdn/bsimages/map_popup_bgd.png") no-repeat top/300px 100%; } .popup-baidu-min { padding: 0px 10px; @@ -4103,7 +4103,7 @@ table { padding-right: 15px; } .popup-baidu-machine-oil { - background: url("../images/oil.png") no-repeat left/20px 15px; + background: url("/cdn/bsimages/oil.png") no-repeat left/20px 15px; padding-left: 25px; color: #3eb11e; } @@ -4194,7 +4194,7 @@ table { .jx-field-layout { height: 690px; - background: url("../images/field_layout_1.png") no-repeat center/auto 100%; + background: url("/cdn/bsimages/field_layout_1.png") no-repeat center/auto 100%; } /*tower-crane 塔机组件*/ @@ -4221,7 +4221,7 @@ table { .tower-crane-sweep { width: 100%; height: 100%; - background: url("../images/needle.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/needle.png") no-repeat center/100% 100%; transform: rotate(0deg); position: relative; } @@ -4256,7 +4256,7 @@ table { width: 105px; text-align: center; position: relative; - background: url("../images/arrow.png") no-repeat center/30px 18px; + background: url("/cdn/bsimages/arrow.png") no-repeat center/30px 18px; z-index: 99; } .header-btn-list-arrow-active { @@ -4312,7 +4312,7 @@ table { background: #15388f; } .header-btn-list-padding button.active { - background: url("../images/btn_nav.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/btn_nav.png") no-repeat center/100% 100%; color: #ffffff; } .header-btn-list-padding-red button.actives { @@ -4322,7 +4322,7 @@ table { .video-field-layout { height: 610px; - background: url("../images/field_layout_video.png") no-repeat center/100% auto; + background: url("/cdn/bsimages/field_layout_video.png") no-repeat center/100% auto; position: relative; } .video-bgd-img-position { @@ -4398,7 +4398,7 @@ table { line-height: 40px; color: #728fb7; font-weight: bold; - background: url("../images/order_1.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/order_1.png") no-repeat center/100% 100%; } .process-control-name { padding: 0 10px; @@ -4414,11 +4414,11 @@ table { font-size: 16px; } .process-control-btn.active .process-control-order { - background: url("../images/order_2.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/order_2.png") no-repeat center/100% 100%; color: #00092a; } .process-control-btn.active .process-control-name button { - background: url("../images/btn_nav.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/btn_nav.png") no-repeat center/100% 100%; color: #ffffff; } @@ -4468,7 +4468,7 @@ table { height: 40px; text-align: center; line-height: 40px; - background: url("../images/yuzhi_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/yuzhi_bgd.png") no-repeat center/100% 100%; color: #ff0000; margin-top: 15px; } @@ -4842,7 +4842,7 @@ table { .list-ledger-bgd { width: 60px; height: 60px; - background: #142c6a url("../images/circle_icon_12.png") no-repeat center/30px 30px; + background: #142c6a url("/cdn/bsimages/circle_icon_12.png") no-repeat center/30px 30px; } .list-ledger-for { padding: 15px 0 5px; @@ -4877,10 +4877,10 @@ table { color: #6383aa; cursor: pointer; padding: 5px 15px; - background: url("../images/dangerous.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center/100% 100%; } .more-btn.active { - background: url("../images/dangerous_active.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/dangerous_active.png") no-repeat center/100% 100%; color: #ffffff; } .more-btn:hover { @@ -4973,7 +4973,7 @@ table { .xhz-education_bgd { width: 80px; height: 80px; - background: url("../images/education_bgd.png") no-repeat bottom/70px 50px; + background: url("/cdn/bsimages/education_bgd.png") no-repeat bottom/70px 50px; } .xhz-education_bgd img { width: 35px; @@ -5009,7 +5009,7 @@ table { padding-left: 30px; } .xhz-analyse_title_blue { - background: url("../images/analyse_title_blue.png") no-repeat left/450px 100%; + background: url("/cdn/bsimages/analyse_title_blue.png") no-repeat left/450px 100%; } .xhz-work-order-padding { padding: 10px; @@ -5038,7 +5038,7 @@ table { } .xhz-work-order-bgd { padding-bottom: 15px; - background: url("../images/expect_list.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/expect_list.png") no-repeat center/100% 100%; } .xhz-work-order-info { padding: 0 10px; @@ -5049,7 +5049,7 @@ table { padding-right: 20px; border-bottom: 1px solid #1c4489; display: flex; - background: url("../images/check_icon.png") no-repeat right/8px 17px; + background: url("/cdn/bsimages/check_icon.png") no-repeat right/8px 17px; } .xhz-order-number { width: 40px; @@ -5092,11 +5092,11 @@ table { font-size: 14px; } .xhz-exceed-state { - background: url("../images/expect_list_yc.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/expect_list_yc.png") no-repeat center/100% 100%; color: #ffffff; } .xhz-temporary-state { - background: url("../images/expect_list_ch.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/expect_list_ch.png") no-repeat center/100% 100%; color: #ffffff; } @@ -5173,7 +5173,7 @@ table { height: 35px; text-align: center; line-height: 35px; - background: url(../images/dangerous_active.png) no-repeat center/100% 100%; + background: url(/cdn/bsimages/dangerous_active.png) no-repeat center/100% 100%; margin: auto; } .building-img { @@ -5251,7 +5251,7 @@ table { cursor: pointer; } .technical-disclosure-text { - background: url("../images/up.png") no-repeat left/15px 10px; + background: url("/cdn/bsimages/up.png") no-repeat left/15px 10px; padding-left: 25px; } .technical-disclosure-value span { @@ -5351,7 +5351,7 @@ table { .month-list-min { padding: 0 15px; height: 200px; - background: url("../images/weekly_check.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/weekly_check.png") no-repeat center/100% 100%; } .inspect-content { display: flex; @@ -5444,7 +5444,7 @@ table { } .element-table-ranking .el-table .el-table__row:hover { color: #00aaff; - background: url("../images/table_tr.png") no-repeat center/100% 60px; + background: url("/cdn/bsimages/table_tr.png") no-repeat center/100% 60px; } .element-table-ranking .el-table--enable-row-hover .el-table__body tr:hover > td { background: none !important; @@ -5466,7 +5466,7 @@ table { .drill-list-min { padding: 0 15px; height: 170px; - background: url("../images/weekly_check.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/weekly_check.png") no-repeat center/100% 100%; } .drill-list-partnership { color: #aaaaaa; @@ -5483,16 +5483,16 @@ table { margin: 15px 0px; height: 100px; cursor: pointer; - background: url("../images/control_bgd.png") no-repeat bottom/100% 40px; + background: url("/cdn/bsimages/control_bgd.png") no-repeat bottom/100% 40px; } .active.process-control-new-list { - background: url("../images/control_bgd_active.png") no-repeat bottom/100% 40px; + background: url("/cdn/bsimages/control_bgd_active.png") no-repeat bottom/100% 40px; } .process-control-new-list:hover { - background: url("../images/control_bgd_active.png") no-repeat bottom/100% 40px; + background: url("/cdn/bsimages/control_bgd_active.png") no-repeat bottom/100% 40px; } .process-control-new-list:active { - background: url("../images/control_bgd_active.png") no-repeat bottom/98% 35px; + background: url("/cdn/bsimages/control_bgd_active.png") no-repeat bottom/98% 35px; } .process-control-new-run { padding-top: 22px; @@ -5511,10 +5511,10 @@ table { line-height: 40px; color: #728fb7; font-weight: bold; - background: url("../images/order_1.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/order_1.png") no-repeat center/100% 100%; } .active .process-control-new-order { - background: url("../images/order_2.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/order_2.png") no-repeat center/100% 100%; color: #00092a; } .process-control-new-content { @@ -5736,7 +5736,7 @@ daily-diary-time-line-icon-4 { .daily-diary-info-left { height: 45px; padding-left: 45px; - background: url("../images/daily_img.png") no-repeat left/38px 38px; + background: url("/cdn/bsimages/daily_img.png") no-repeat left/38px 38px; } .daily-diary-info-text { padding-bottom: 5px; @@ -5914,7 +5914,7 @@ daily-diary-time-line-icon-4 { .technical-index-text { color: #cbdaff; width: calc(30% - 20px); - background: url("../images/text_spot.png") no-repeat left/10px 10px; + background: url("/cdn/bsimages/text_spot.png") no-repeat left/10px 10px; padding-left: 20px; } .technical-index-hr { @@ -5947,7 +5947,7 @@ daily-diary-time-line-icon-4 { top: 12px; z-index: 99; padding-right: 20px; - background: url("../images/check_icon.png") no-repeat right/10px 20px; + background: url("/cdn/bsimages/check_icon.png") no-repeat right/10px 20px; cursor: pointer; color: #cbdaff; } @@ -5968,7 +5968,7 @@ daily-diary-time-line-icon-4 { .technology { position: relative; height: 610px; - background: url("../images/technology_bgd.png") no-repeat top/100% 100%; + background: url("/cdn/bsimages/technology_bgd.png") no-repeat top/100% 100%; } .technology-module { position: absolute; @@ -5981,7 +5981,7 @@ daily-diary-time-line-icon-4 { line-height: 30px; position: relative; color: #cbdaff; - background: url(../images/dangerous_active.png) no-repeat center/100% 100%; + background: url(/cdn/bsimages/dangerous_active.png) no-repeat center/100% 100%; cursor: pointer; } .technology-btn:hover { @@ -6019,7 +6019,7 @@ daily-diary-time-line-icon-4 { .new-technology { position: relative; height: 615px; - background: url("../images/technology_bgd_new.png") no-repeat top/100% 100%; + background: url("/cdn/bsimages/technology_bgd_new.png") no-repeat top/100% 100%; } /*延迟摄影*/ @@ -6046,12 +6046,12 @@ daily-diary-time-line-icon-4 { height: 60px; line-height: 60px; padding: 0 15px; - background: url("../images/table_tr.png") no-repeat center/100% 50px; + background: url("/cdn/bsimages/table_tr.png") no-repeat center/100% 50px; } .delay-list-title { cursor: pointer; color: #00aaff; - background: url("../images/survey_icon_3.png") no-repeat right/22px 22px; + background: url("/cdn/bsimages/survey_icon_3.png") no-repeat right/22px 22px; } .delay-list-title.active { color: #ffffff; @@ -6086,7 +6086,7 @@ daily-diary-time-line-icon-4 { align-items: center; } .sand-table-bgd { - background: url("../images/education_bgd.png") no-repeat bottom/80px 55px; + background: url("/cdn/bsimages/education_bgd.png") no-repeat bottom/80px 55px; } .sand-table-bgd img { width: 35px; @@ -6111,7 +6111,7 @@ daily-diary-time-line-icon-4 { position: absolute; width: 1920px; height: 1080px; - background: url("../images/sand_table_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/sand_table_bgd.png") no-repeat center/100% 100%; } .sand-table-background img { position: absolute; @@ -6173,7 +6173,7 @@ daily-diary-time-line-icon-4 { } .sand-table-top-icon { height: 5px; - background: url("../images/popup_top.png") no-repeat left/100px 5px; + background: url("/cdn/bsimages/popup_top.png") no-repeat left/100px 5px; } .sand-table-popup-content { padding: 2px; @@ -6198,7 +6198,7 @@ daily-diary-time-line-icon-4 { } .sand-table-popup-content-title { height: 30px; - background: url("../images/map_popup_title.png") no-repeat left/100% 100%; + background: url("/cdn/bsimages/map_popup_title.png") no-repeat left/100% 100%; display: flex; align-items: center; padding: 0 10px; @@ -6251,7 +6251,7 @@ daily-diary-time-line-icon-4 { height: 60px; margin: -10px auto 0; position: absolute; - background: url("../images/ligature.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ligature.png") no-repeat center/100% 100%; left: 45%; } @@ -6365,11 +6365,11 @@ daily-diary-time-line-icon-4 { padding: 2px 5px 2px 2px; height: 10px; width: 23px; - background: url("../images/battery.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/battery.png") no-repeat center/100% 100%; margin-right: 5px; } .sand-table-battery.active .sand-table-battery-icon { - background: url("../images/battery_red.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/battery_red.png") no-repeat center/100% 100%; } .sand-table-battery-quantity { height: 100%; @@ -6531,7 +6531,7 @@ daily-diary-time-line-icon-4 { padding: 15px 10px; } .milestone-background { - background: url("../images/milestone_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/milestone_bgd.png") no-repeat center/100% 100%; } .milestone-title { display: flex; @@ -6650,7 +6650,7 @@ daily-diary-time-line-icon-4 { .plan-list-min { padding: 0 15px; height: 190px; - background: url("../images/weekly_check.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/weekly_check.png") no-repeat center/100% 100%; } .plan-list-title { height: 40px; @@ -6747,7 +6747,7 @@ daily-diary-time-line-icon-4 { padding: 5px; width: 130px; cursor: pointer; - background: url("../images/dangerous.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/dangerous.png") no-repeat center/100% 100%; color: #5388b0; font-size: 16px; } diff --git a/yanzhu-bigscreen/public/css/login.css b/yanzhu-bigscreen/public/css/login.css index b09ca250..5185bfba 100644 --- a/yanzhu-bigscreen/public/css/login.css +++ b/yanzhu-bigscreen/public/css/login.css @@ -4,11 +4,11 @@ } @font-face { font-family: "title-font"; - src:url(../fonts/HYLXTJ.eot),url(../fonts/HYLXTJ.svg),url(../fonts/HYLXTJ.ttf),url(../fonts/HYLXTJ.woff),url(../fonts/HYLXTJ.woff2) + src:url(/cdn/fonts/HYLXTJ.eot),url(/cdn/fonts/HYLXTJ.svg),url(/cdn/fonts/HYLXTJ.ttf),url(/cdn/fonts/HYLXTJ.woff),url(/cdn/fonts/HYLXTJ.woff2) } @font-face { font-family: "number-font"; - src:url(../fonts/PUTHIAfont.eot),url(../fonts/PUTHIAfont.svg),url(../fonts/PUTHIAfont.ttf),url(../fonts/PUTHIAfont.woff),url(../fonts/PUTHIAfont.woff2) + src:url(/cdn/fonts/PUTHIAfont.eot),url(/cdn/fonts/PUTHIAfont.svg),url(/cdn/fonts/PUTHIAfont.ttf),url(/cdn/fonts/PUTHIAfont.woff),url(/cdn/fonts/PUTHIAfont.woff2) } p,label,ul{ margin: 0; diff --git a/yanzhu-bigscreen/public/css/new.css b/yanzhu-bigscreen/public/css/new.css index 47a74ee2..308f9f76 100644 --- a/yanzhu-bigscreen/public/css/new.css +++ b/yanzhu-bigscreen/public/css/new.css @@ -7,7 +7,7 @@ border-radius: 4px; } .bg-date-picker-pop{ - background-image: url('../images/list_bgd.png'); + background-image: url('/cdn/bsimages/list_bgd.png'); border:solid 1px rgb(1, 169, 255); } .div-no-data{ @@ -17,7 +17,7 @@ flex-flow: column; } .my-module-title{ - background: url(../images/one/2x1.png) no-repeat;background-size: 100%; + background: url(/cdn/bsimages/one/2x1.png) no-repeat;background-size: 100%; } diff --git a/yanzhu-bigscreen/public/css/sichuanTibet.css b/yanzhu-bigscreen/public/css/sichuanTibet.css index d15f7c45..c7786142 100644 --- a/yanzhu-bigscreen/public/css/sichuanTibet.css +++ b/yanzhu-bigscreen/public/css/sichuanTibet.css @@ -8,7 +8,7 @@ width: 1920px; height: 1080px; color: #ffffff; - /*background: url("../images/ai/background.png") no-repeat center/100% 100%;*/ + /*background: url("/cdn/bsimages/ai/background.png") no-repeat center/100% 100%;*/ } .ai-max{ position: relative; @@ -20,7 +20,7 @@ } .header{ height: 70px; - background: rgba(0,0,0,0.5) url("../images/ai/head_bgd.png") no-repeat center/100% 100%; + background: rgba(0,0,0,0.5) url("/cdn/bsimages/ai/head_bgd.png") no-repeat center/100% 100%; display: flex; font-size: 14px; position: absolute; @@ -34,7 +34,7 @@ } @font-face { font-family: "HYLXTJ"; - src:url(../fonts/HYLXTJ.eot),url(../fonts/HYLXTJ.svg),url(../fonts/HYLXTJ.ttf),url(../fonts/HYLXTJ.woff),url(../fonts/HYLXTJ.woff2) + src:url(/cdn/fonts/HYLXTJ.eot),url(/cdn/fonts/HYLXTJ.svg),url(/cdn/fonts/HYLXTJ.ttf),url(/cdn/fonts/HYLXTJ.woff),url(/cdn/fonts/HYLXTJ.woff2) } .header-name{ line-height: 60px; @@ -62,7 +62,7 @@ .header-tab{ height: 40px; width: 14%; - background: url("../images/ai/tab_btn.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/tab_btn.png") no-repeat center/100% 100%; text-align: center; line-height: 40px; cursor: pointer; @@ -72,13 +72,13 @@ color: #ffffff; } .header-tab.active{ - background: url("../images/ai/tab_btn_sel.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/tab_btn_sel.png") no-repeat center/100% 100%; color: #ffffff; } .header-sel{ width:29%; height: 40px; - background: url("../images/ai/tab_selcet.png") no-repeat left/100% 100%; + background: url("/cdn/bsimages/ai/tab_selcet.png") no-repeat left/100% 100%; position: relative; } .header-select{ @@ -138,7 +138,7 @@ .tunnel{ height: 1000px; width: 100%; - background: url("../images/ai/whole_tunnel.png") no-repeat center/100% ; + background: url("/cdn/bsimages/ai/whole_tunnel.png") no-repeat center/100% ; } .in-left{ position: absolute; @@ -161,7 +161,7 @@ } .in-left-title{ height: 30px; - background: url("../images/ai/mk_title.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/mk_title.png") no-repeat center/100% 100%; line-height: 30px; padding-left: 15px; } @@ -182,7 +182,7 @@ } .in-left-total{ height: 200px; - background: url("../images/ai/eq_icon.png") no-repeat left/60px; + background: url("/cdn/bsimages/ai/eq_icon.png") no-repeat left/60px; } .in-left-total-num{ padding-top: 70px; @@ -203,7 +203,7 @@ height: 55px; line-height: 55px; padding-left: 45px; - background: url("../images/ai/bgd_zy.png") no-repeat center/100% 38px; + background: url("/cdn/bsimages/ai/bgd_zy.png") no-repeat center/100% 38px; } .in-left-dist-zj span{ color: #01bd11; @@ -213,7 +213,7 @@ height: 55px; line-height: 55px; padding-left: 45px; - background: url("../images/ai/bgd_zl.png") no-repeat center/100% 38px; + background: url("/cdn/bsimages/ai/bgd_zl.png") no-repeat center/100% 38px; } .in-left-dist-zl span{ color: #e4c700; @@ -223,7 +223,7 @@ height: 55px; line-height: 55px; padding-left: 45px; - background: url("../images/ai/bgd_fb.png") no-repeat center/100% 38px; + background: url("/cdn/bsimages/ai/bgd_fb.png") no-repeat center/100% 38px; } .in-left-dist-fb span{ color: #bb33ff; @@ -246,21 +246,21 @@ padding-left: 30px; line-height: 50px; height: 50px; - background: url("../images/ai/bgd_zy_1.png") no-repeat center/100% 30px; + background: url("/cdn/bsimages/ai/bgd_zy_1.png") no-repeat center/100% 30px; } .in-left-top-type-zl{ position: relative; padding-left: 30px; line-height: 50px; height: 50px; - background: url("../images/ai/bgd_zl_1.png") no-repeat center/100% 30px; + background: url("/cdn/bsimages/ai/bgd_zl_1.png") no-repeat center/100% 30px; } .in-left-top-type-fb{ position: relative; padding-left: 30px; line-height: 50px; height: 50px; - background: url("../images/ai/bgd_fb_1.png") no-repeat center/100% 30px; + background: url("/cdn/bsimages/ai/bgd_fb_1.png") no-repeat center/100% 30px; } .in-left-square{ width: 12px; @@ -306,7 +306,7 @@ } .in-right-title{ height: 40px; - background: url("../images/ai/work_points.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/work_points.png") no-repeat center/100% 100%; text-align: center; line-height: 40px; } @@ -338,16 +338,16 @@ padding-left: 50px; line-height: 50px; cursor: pointer; - background: url("../images/ai/screen_bgd_d.png") no-repeat center/100% 35px; + background: url("/cdn/bsimages/ai/screen_bgd_d.png") no-repeat center/100% 35px; } .in-right-screen-ul li:hover{ - background: url("../images/ai/screen_bgd.png") no-repeat center/100% 35px; + background: url("/cdn/bsimages/ai/screen_bgd.png") no-repeat center/100% 35px; } .in-right-screen-ul .active:hover{ - background: url("../images/ai/screen_bgd_a.png") no-repeat center/100% 35px; + background: url("/cdn/bsimages/ai/screen_bgd_a.png") no-repeat center/100% 35px; } .in-right-screen-ul .active{ - background: url("../images/ai/screen_bgd_a.png") no-repeat center/100% 35px; + background: url("/cdn/bsimages/ai/screen_bgd_a.png") no-repeat center/100% 35px; } @@ -374,7 +374,7 @@ position: absolute; top: 880px; padding: 10px 40px; - background: url("../images/branch_btn_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/branch_btn_bgd.png") no-repeat center/100% 100%; color: #c8d7fe; cursor: pointer; z-index: 999; @@ -437,7 +437,7 @@ line-height: 40px; cursor: pointer; color: #9ea8bc; - background: url("../images/ai/branch_out_btn.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/branch_out_btn.png") no-repeat center/100% 100%; } .out-branch-btn:hover{ color: #ffffff; @@ -456,18 +456,18 @@ } .out-branch-btn.active{ color: #ffffff; - background: url("../images/ai/branch_out_btn_a.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/branch_out_btn_a.png") no-repeat center/100% 100%; } /*popup*/ .popup-max{ width: 300px; - /* background: url("../images/ai/popup_box.png") no-repeat top/100% 100%;*/ + /* background: url("/cdn/bsimages/ai/popup_box.png") no-repeat top/100% 100%;*/ font-size: 14px; color: #ffffff; } .popup-new-max{ - background: url("../images/ai/popup_box.png") no-repeat top/100% 100%; + background: url("/cdn/bsimages/ai/popup_box.png") no-repeat top/100% 100%; } .popup-min{ padding:5px 15px 20px; @@ -555,7 +555,7 @@ width: 120px; height: 35px; margin: 0 5px; - background: url("../images/ai/popup_btn_bgd.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/popup_btn_bgd.png") no-repeat center/100% 100%; border: 0; outline: 0; cursor: pointer; @@ -587,13 +587,13 @@ /*popup*/ .popup-max{ width: 360px; - background: url("../images/ai/popup_box.png") no-repeat top/100% 100%; + background: url("/cdn/bsimages/ai/popup_box.png") no-repeat top/100% 100%; font-size: 14px; } .popup-max-two{ width: 320px; - background: url("../images/ai/popup_box.png") no-repeat top/100% 100%; + background: url("/cdn/bsimages/ai/popup_box.png") no-repeat top/100% 100%; font-size: 14px; } @@ -657,23 +657,23 @@ } .ai-video-survey{ height: 150px; - background: url("../images/ai/bgd_video_survey.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/bgd_video_survey.png") no-repeat center/100% 100%; } .ai-warning-survey{ height: 400px; - background: url("../images/ai/bgd_warning_survey.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/bgd_warning_survey.png") no-repeat center/100% 100%; } .ai-warning-distribution{ height: 465px; - background: url("../images/ai/bgd_warning_distribution.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/bgd_warning_distribution.png") no-repeat center/100% 100%; } .ai-warning-list{ height: 960px; - background: url("../images/one/3x1.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/one/3x1.png") no-repeat center/100% 100%; } .ai-key-videos{ height: 310px; - background: url("../images/ai/bgd_key_videos.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/bgd_key_videos.png") no-repeat center/100% 100%; } .ai-video-info{ height: 650px; @@ -703,7 +703,7 @@ padding: 5px 0 10px; } .ai-survey-info-1{ - background: url("../images/ai/survey_info_ren.png") no-repeat left/65px 65px + background: url("/cdn/bsimages/ai/survey_info_ren.png") no-repeat left/65px 65px } .ai-survey-info-1 span{ color:#88c9ff ; @@ -711,7 +711,7 @@ font-weight: bold; } .ai-survey-info-2{ - background: url("../images/ai/survey_info_che.png") no-repeat left/65px 65px + background: url("/cdn/bsimages/ai/survey_info_che.png") no-repeat left/65px 65px } .ai-survey-info-2 span{ color:#61f2b9 ; @@ -729,7 +729,7 @@ } .ai-warning-list-min{ height: 110px; - background: url("../images/ai/popup_btn_bgd.png") no-repeat center/100% 95px; + background: url("/cdn/bsimages/ai/popup_btn_bgd.png") no-repeat center/100% 95px; } .ai-warning-list-info{ padding:15px 20px; @@ -767,7 +767,7 @@ } .ai-warning-list-details-con div{ color:#c8d7ff; - background: url("../images/ai/place.png") no-repeat left/12px; + background: url("/cdn/bsimages/ai/place.png") no-repeat left/12px; padding-left: 15px; } @@ -800,7 +800,7 @@ .ai-key-videos-min{ width: 275px; height: 240px; - background: #0f224a url("../images/ai/videos.png") no-repeat center/96px 70px; + background: #0f224a url("/cdn/bsimages/ai/videos.png") no-repeat center/96px 70px; border-radius: 5px; } /*AI视频*/ @@ -818,11 +818,11 @@ align-items: center; justify-content: center; cursor: pointer; - background: url(../images/return_btn_bgd.png) no-repeat center/90% 100%; + background: url(/cdn/bsimages/return_btn_bgd.png) no-repeat center/90% 100%; } .ai-video-info-return:hover{ color: #cbdaff; - background: url("../images/dangerous_active.png") no-repeat center/90% 100%; + background: url("/cdn/bsimages/dangerous_active.png") no-repeat center/90% 100%; } .ai-content-nav-max{ width: calc(100% - 140px); @@ -851,7 +851,7 @@ min-width: 90px; line-height: 40px; cursor: pointer; - background:url("../images/ai/select_out.png") no-repeat center/100% 100%; + background:url("/cdn/bsimages/ai/select_out.png") no-repeat center/100% 100%; } .ai-content-nav{ padding: 0 10px; @@ -859,7 +859,7 @@ white-space:nowrap; } .ai-content-nav.active{ - background:url("../images/ai/select_on.png") no-repeat center/100% 100%; + background:url("/cdn/bsimages/ai/select_on.png") no-repeat center/100% 100%; } .ai-content-info-max{ padding:5px; @@ -874,7 +874,7 @@ } .ai-content-videos{ height: 265px; - background: #0f224a url("../images/ai/videos.png") no-repeat center/96px 70px; + background: #0f224a url("/cdn/bsimages/ai/videos.png") no-repeat center/96px 70px; } @@ -887,31 +887,31 @@ } .af-device-monitor{ height: 320px; - background: url("../images/ai/bgd_device_monitor.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/bgd_device_monitor.png") no-repeat center/100% 100%; } .af-monitor-list{ height: 630px; - background: url("../images/ai/bgd_monitor_list.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/bgd_monitor_list.png") no-repeat center/100% 100%; } .af-warning-monitor{ height: 450px; - background: url("../images/ai/bgd_warning_monitor.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/bgd_warning_monitor.png") no-repeat center/100% 100%; } .sf-base-data-small{ height: 130px; - background: url("../images/ai/bgd_small_base.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/bgd_small_base.png") no-repeat center/100% 100%; } .sf-base-info{ height: 300px; - background: url("../images/ai/bgd_equipment_survey.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/bgd_equipment_survey.png") no-repeat center/100% 100%; } .sf-base-data-big{ height: 180px; - background: url("../images/ai/bgd_big_base.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/bgd_big_base.png") no-repeat center/100% 100%; } .sf-base-big-info{ height: 300px; - background: url("../images/ai/bgd_real_time_warning.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/ai/bgd_real_time_warning.png") no-repeat center/100% 100%; } .title-select-max{ position: relative; @@ -920,7 +920,7 @@ color: #45e9ff; padding:0 15px; cursor: pointer; - background: url("../images/ai/down.png") no-repeat right/12px; + background: url("/cdn/bsimages/ai/down.png") no-repeat right/12px; } .title-select-ul{ list-style: none; @@ -1017,16 +1017,16 @@ padding: 15px 20px 15px 25px; } .sf-small-title-1{ - background: url("../images/ai/icon_1.png") no-repeat left/20px; + background: url("/cdn/bsimages/ai/icon_1.png") no-repeat left/20px; } .sf-small-title-2{ - background: url("../images/ai/icon_2.png") no-repeat left/20px; + background: url("/cdn/bsimages/ai/icon_2.png") no-repeat left/20px; } .sf-small-title-3{ - background: url("../images/ai/icon_3.png") no-repeat left/20px; + background: url("/cdn/bsimages/ai/icon_3.png") no-repeat left/20px; } .sf-small-title-4{ - background: url("../images/ai/icon_4.png") no-repeat left/20px; + background: url("/cdn/bsimages/ai/icon_4.png") no-repeat left/20px; } .sf-small-info-max{ padding:0 10px; @@ -1055,7 +1055,7 @@ .sf-equipment-overview-bgd{ height: 240px; width: 400px; - background: url("../images/tower_crane.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/tower_crane.png") no-repeat center/100% 100%; position: relative; margin: auto; } @@ -1096,7 +1096,7 @@ .sf-hook{ width: 16px; height: 30px; - background: url("../images/drag_hook.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/drag_hook.png") no-repeat center/100% 100%; } .circular{ position: absolute; @@ -1104,12 +1104,12 @@ height: 120px; bottom: 15px; right: 15px; - background: url("../images/circular.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/circular.png") no-repeat center/100% 100%; } .needle{ width: 100%; height: 100%; - background: url("../images/needle.png") no-repeat center/100% 100%; + background: url("/cdn/bsimages/needle.png") no-repeat center/100% 100%; transform:rotate(0deg); } .dot-track{ @@ -1220,7 +1220,7 @@ cursor: pointer; } .sf-table-body tr:nth-child(odd){ - background: url("../images/ai/list_bgd.png") no-repeat left/100% 38px; + background: url("/cdn/bsimages/ai/list_bgd.png") no-repeat left/100% 38px; } .sf-table-body td:nth-child(3){ color: #2f8dff; diff --git a/yanzhu-bigscreen/public/fonts/DS-DIGIT.TTF b/yanzhu-bigscreen/public/fonts/DS-DIGIT.TTF deleted file mode 100644 index 65642f98..00000000 Binary files a/yanzhu-bigscreen/public/fonts/DS-DIGIT.TTF and /dev/null differ diff --git a/yanzhu-bigscreen/public/fonts/DingTalkJinBuTi.woff2 b/yanzhu-bigscreen/public/fonts/DingTalkJinBuTi.woff2 deleted file mode 100644 index 3f749cb8..00000000 Binary files a/yanzhu-bigscreen/public/fonts/DingTalkJinBuTi.woff2 and /dev/null differ diff --git a/yanzhu-bigscreen/public/fonts/HYLXTJ.eot b/yanzhu-bigscreen/public/fonts/HYLXTJ.eot deleted file mode 100644 index 9a573caf..00000000 Binary files a/yanzhu-bigscreen/public/fonts/HYLXTJ.eot and /dev/null differ diff --git a/yanzhu-bigscreen/public/fonts/HYLXTJ.svg b/yanzhu-bigscreen/public/fonts/HYLXTJ.svg deleted file mode 100644 index 967bbcaf..00000000 --- a/yanzhu-bigscreen/public/fonts/HYLXTJ.svg +++ /dev/null @@ -1,24087 +0,0 @@ - - - - -Created by FontForge 20170924 at Mon Aug 28 19:30:50 1995 - By www-data -(c) Copyright Beijing HANYI KEYIN Information Technology Co., Ltd. 1994 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/yanzhu-bigscreen/public/fonts/HYLXTJ.ttf b/yanzhu-bigscreen/public/fonts/HYLXTJ.ttf deleted file mode 100644 index d5a607f9..00000000 Binary files a/yanzhu-bigscreen/public/fonts/HYLXTJ.ttf and /dev/null differ diff --git a/yanzhu-bigscreen/public/fonts/HYLXTJ.woff b/yanzhu-bigscreen/public/fonts/HYLXTJ.woff deleted file mode 100644 index bfb9001d..00000000 Binary files a/yanzhu-bigscreen/public/fonts/HYLXTJ.woff and /dev/null differ diff --git a/yanzhu-bigscreen/public/fonts/HYLXTJ.woff2 b/yanzhu-bigscreen/public/fonts/HYLXTJ.woff2 deleted file mode 100644 index c3210e8c..00000000 Binary files a/yanzhu-bigscreen/public/fonts/HYLXTJ.woff2 and /dev/null differ diff --git a/yanzhu-bigscreen/public/fonts/PUTHIAfont.eot b/yanzhu-bigscreen/public/fonts/PUTHIAfont.eot deleted file mode 100644 index 5b974c85..00000000 Binary files a/yanzhu-bigscreen/public/fonts/PUTHIAfont.eot and /dev/null differ diff --git a/yanzhu-bigscreen/public/fonts/PUTHIAfont.svg b/yanzhu-bigscreen/public/fonts/PUTHIAfont.svg deleted file mode 100644 index 83bb72f7..00000000 --- a/yanzhu-bigscreen/public/fonts/PUTHIAfont.svg +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/yanzhu-bigscreen/public/fonts/PUTHIAfont.ttf b/yanzhu-bigscreen/public/fonts/PUTHIAfont.ttf deleted file mode 100644 index f00cfee9..00000000 Binary files a/yanzhu-bigscreen/public/fonts/PUTHIAfont.ttf and /dev/null differ diff --git a/yanzhu-bigscreen/public/fonts/PUTHIAfont.woff b/yanzhu-bigscreen/public/fonts/PUTHIAfont.woff deleted file mode 100644 index dc8d26ca..00000000 Binary files a/yanzhu-bigscreen/public/fonts/PUTHIAfont.woff and /dev/null differ diff --git a/yanzhu-bigscreen/public/fonts/PUTHIAfont.woff2 b/yanzhu-bigscreen/public/fonts/PUTHIAfont.woff2 deleted file mode 100644 index 4a603551..00000000 Binary files a/yanzhu-bigscreen/public/fonts/PUTHIAfont.woff2 and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/.login_bgd1.jpg.icloud b/yanzhu-bigscreen/public/images/.login_bgd1.jpg.icloud deleted file mode 100644 index b50c0c07..00000000 Binary files a/yanzhu-bigscreen/public/images/.login_bgd1.jpg.icloud and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/.screen_background-red.mp4.icloud b/yanzhu-bigscreen/public/images/.screen_background-red.mp4.icloud deleted file mode 100644 index cdf91bfe..00000000 Binary files a/yanzhu-bigscreen/public/images/.screen_background-red.mp4.icloud and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/.screen_background.mp4.icloud b/yanzhu-bigscreen/public/images/.screen_background.mp4.icloud deleted file mode 100644 index bd2b9b42..00000000 Binary files a/yanzhu-bigscreen/public/images/.screen_background.mp4.icloud and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/6577c4fbb32d3134b35f44966c58635.png b/yanzhu-bigscreen/public/images/6577c4fbb32d3134b35f44966c58635.png deleted file mode 100644 index 065ce747..00000000 Binary files a/yanzhu-bigscreen/public/images/6577c4fbb32d3134b35f44966c58635.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/820.jpg b/yanzhu-bigscreen/public/images/820.jpg deleted file mode 100644 index 7de3c81a..00000000 Binary files a/yanzhu-bigscreen/public/images/820.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/821.jpg b/yanzhu-bigscreen/public/images/821.jpg deleted file mode 100644 index f14908c3..00000000 Binary files a/yanzhu-bigscreen/public/images/821.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/822.jpg b/yanzhu-bigscreen/public/images/822.jpg deleted file mode 100644 index 6835cd41..00000000 Binary files a/yanzhu-bigscreen/public/images/822.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/831.jpg b/yanzhu-bigscreen/public/images/831.jpg deleted file mode 100644 index fa569559..00000000 Binary files a/yanzhu-bigscreen/public/images/831.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/832.jpg b/yanzhu-bigscreen/public/images/832.jpg deleted file mode 100644 index a5bd32a5..00000000 Binary files a/yanzhu-bigscreen/public/images/832.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/840.jpg b/yanzhu-bigscreen/public/images/840.jpg deleted file mode 100644 index 49d05a8d..00000000 Binary files a/yanzhu-bigscreen/public/images/840.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/841.jpg b/yanzhu-bigscreen/public/images/841.jpg deleted file mode 100644 index 7e984cc3..00000000 Binary files a/yanzhu-bigscreen/public/images/841.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/842.jpg b/yanzhu-bigscreen/public/images/842.jpg deleted file mode 100644 index 1c5c8829..00000000 Binary files a/yanzhu-bigscreen/public/images/842.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/843.jpg b/yanzhu-bigscreen/public/images/843.jpg deleted file mode 100644 index 5bfde1b7..00000000 Binary files a/yanzhu-bigscreen/public/images/843.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/850.jpg b/yanzhu-bigscreen/public/images/850.jpg deleted file mode 100644 index 1e04ac92..00000000 Binary files a/yanzhu-bigscreen/public/images/850.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/851.jpg b/yanzhu-bigscreen/public/images/851.jpg deleted file mode 100644 index 24c79e65..00000000 Binary files a/yanzhu-bigscreen/public/images/851.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/852.jpg b/yanzhu-bigscreen/public/images/852.jpg deleted file mode 100644 index 11ca7320..00000000 Binary files a/yanzhu-bigscreen/public/images/852.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/853.jpg b/yanzhu-bigscreen/public/images/853.jpg deleted file mode 100644 index a141ab1b..00000000 Binary files a/yanzhu-bigscreen/public/images/853.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/Line.png b/yanzhu-bigscreen/public/images/Line.png deleted file mode 100644 index 2e9c36f6..00000000 Binary files a/yanzhu-bigscreen/public/images/Line.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/address_dw.png b/yanzhu-bigscreen/public/images/address_dw.png deleted file mode 100644 index 2f21d53f..00000000 Binary files a/yanzhu-bigscreen/public/images/address_dw.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/address_dw_red.png b/yanzhu-bigscreen/public/images/address_dw_red.png deleted file mode 100644 index 4bedf274..00000000 Binary files a/yanzhu-bigscreen/public/images/address_dw_red.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/aerial_view.png b/yanzhu-bigscreen/public/images/aerial_view.png deleted file mode 100644 index a0d02232..00000000 Binary files a/yanzhu-bigscreen/public/images/aerial_view.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/aerial_view_2.png b/yanzhu-bigscreen/public/images/aerial_view_2.png deleted file mode 100644 index c032b639..00000000 Binary files a/yanzhu-bigscreen/public/images/aerial_view_2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/aerial_view_3.png b/yanzhu-bigscreen/public/images/aerial_view_3.png deleted file mode 100644 index 8f3ff038..00000000 Binary files a/yanzhu-bigscreen/public/images/aerial_view_3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/bgd_key_videos.png b/yanzhu-bigscreen/public/images/ai/bgd_key_videos.png deleted file mode 100644 index e82ff629..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/bgd_key_videos.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/bgd_video_survey.png b/yanzhu-bigscreen/public/images/ai/bgd_video_survey.png deleted file mode 100644 index f9720b38..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/bgd_video_survey.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/bgd_warning_distribution.png b/yanzhu-bigscreen/public/images/ai/bgd_warning_distribution.png deleted file mode 100644 index 470011de..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/bgd_warning_distribution.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/bgd_warning_list.png b/yanzhu-bigscreen/public/images/ai/bgd_warning_list.png deleted file mode 100644 index 2cfb90fa..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/bgd_warning_list.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/bgd_warning_survey.png b/yanzhu-bigscreen/public/images/ai/bgd_warning_survey.png deleted file mode 100644 index 023b99d7..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/bgd_warning_survey.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/che.png b/yanzhu-bigscreen/public/images/ai/che.png deleted file mode 100644 index 4fd5be34..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/che.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/circular.png b/yanzhu-bigscreen/public/images/ai/circular.png deleted file mode 100644 index cb0a40c1..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/circular.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/left_slip.png b/yanzhu-bigscreen/public/images/ai/left_slip.png deleted file mode 100644 index 32e1e1ea..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/left_slip.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/open.png b/yanzhu-bigscreen/public/images/ai/open.png deleted file mode 100644 index baf7aecd..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/open.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/place.png b/yanzhu-bigscreen/public/images/ai/place.png deleted file mode 100644 index f6e6d25f..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/place.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/popup_btn_bgd.png b/yanzhu-bigscreen/public/images/ai/popup_btn_bgd.png deleted file mode 100644 index f280cb0c..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/popup_btn_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/right_slip.png b/yanzhu-bigscreen/public/images/ai/right_slip.png deleted file mode 100644 index 4e02fa28..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/right_slip.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/select_on.png b/yanzhu-bigscreen/public/images/ai/select_on.png deleted file mode 100644 index 8d7fa916..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/select_on.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/select_out.png b/yanzhu-bigscreen/public/images/ai/select_out.png deleted file mode 100644 index f3ea57b2..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/select_out.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/survey_info_che.png b/yanzhu-bigscreen/public/images/ai/survey_info_che.png deleted file mode 100644 index cecc4bf9..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/survey_info_che.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/survey_info_ren.png b/yanzhu-bigscreen/public/images/ai/survey_info_ren.png deleted file mode 100644 index f85f2ab6..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/survey_info_ren.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ai/videos.png b/yanzhu-bigscreen/public/images/ai/videos.png deleted file mode 100644 index 9cea0664..00000000 Binary files a/yanzhu-bigscreen/public/images/ai/videos.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/amplify_bgd.png b/yanzhu-bigscreen/public/images/amplify_bgd.png deleted file mode 100644 index 50a511bb..00000000 Binary files a/yanzhu-bigscreen/public/images/amplify_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/analyse_icon.png b/yanzhu-bigscreen/public/images/analyse_icon.png deleted file mode 100644 index 607aed9e..00000000 Binary files a/yanzhu-bigscreen/public/images/analyse_icon.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/analyse_title.png b/yanzhu-bigscreen/public/images/analyse_title.png deleted file mode 100644 index 1baba6a1..00000000 Binary files a/yanzhu-bigscreen/public/images/analyse_title.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/analyse_title_blue.png b/yanzhu-bigscreen/public/images/analyse_title_blue.png deleted file mode 100644 index aa3b2975..00000000 Binary files a/yanzhu-bigscreen/public/images/analyse_title_blue.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/arrow.png b/yanzhu-bigscreen/public/images/arrow.png deleted file mode 100644 index 2afa6a89..00000000 Binary files a/yanzhu-bigscreen/public/images/arrow.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/arrow_bottom_open.png b/yanzhu-bigscreen/public/images/arrow_bottom_open.png deleted file mode 100644 index 937f479d..00000000 Binary files a/yanzhu-bigscreen/public/images/arrow_bottom_open.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/arrow_bottom_retract.png b/yanzhu-bigscreen/public/images/arrow_bottom_retract.png deleted file mode 100644 index 293fe95a..00000000 Binary files a/yanzhu-bigscreen/public/images/arrow_bottom_retract.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/arrow_large.png b/yanzhu-bigscreen/public/images/arrow_large.png deleted file mode 100644 index 035fd71e..00000000 Binary files a/yanzhu-bigscreen/public/images/arrow_large.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/arrow_left_open.png b/yanzhu-bigscreen/public/images/arrow_left_open.png deleted file mode 100644 index 510ff821..00000000 Binary files a/yanzhu-bigscreen/public/images/arrow_left_open.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/arrow_left_retract.png b/yanzhu-bigscreen/public/images/arrow_left_retract.png deleted file mode 100644 index 62835fe2..00000000 Binary files a/yanzhu-bigscreen/public/images/arrow_left_retract.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/arrow_right_open.png b/yanzhu-bigscreen/public/images/arrow_right_open.png deleted file mode 100644 index e786809d..00000000 Binary files a/yanzhu-bigscreen/public/images/arrow_right_open.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/arrow_right_retract.png b/yanzhu-bigscreen/public/images/arrow_right_retract.png deleted file mode 100644 index c2cca0f7..00000000 Binary files a/yanzhu-bigscreen/public/images/arrow_right_retract.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/arrow_small.png b/yanzhu-bigscreen/public/images/arrow_small.png deleted file mode 100644 index 0fe7dd35..00000000 Binary files a/yanzhu-bigscreen/public/images/arrow_small.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/banner-top-1k.png b/yanzhu-bigscreen/public/images/banner-top-1k.png deleted file mode 100644 index febe1681..00000000 Binary files a/yanzhu-bigscreen/public/images/banner-top-1k.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/banner-top-2k.png b/yanzhu-bigscreen/public/images/banner-top-2k.png deleted file mode 100644 index 03754922..00000000 Binary files a/yanzhu-bigscreen/public/images/banner-top-2k.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/banner-top-4k.png b/yanzhu-bigscreen/public/images/banner-top-4k.png deleted file mode 100644 index 55f2e24d..00000000 Binary files a/yanzhu-bigscreen/public/images/banner-top-4k.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/banner-top.png b/yanzhu-bigscreen/public/images/banner-top.png deleted file mode 100644 index 55f2e24d..00000000 Binary files a/yanzhu-bigscreen/public/images/banner-top.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/banner.png b/yanzhu-bigscreen/public/images/banner.png deleted file mode 100644 index 87f5ecf2..00000000 Binary files a/yanzhu-bigscreen/public/images/banner.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/battery.png b/yanzhu-bigscreen/public/images/battery.png deleted file mode 100644 index 1ba04e2d..00000000 Binary files a/yanzhu-bigscreen/public/images/battery.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/battery_red.png b/yanzhu-bigscreen/public/images/battery_red.png deleted file mode 100644 index c081ea2f..00000000 Binary files a/yanzhu-bigscreen/public/images/battery_red.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/blue.png b/yanzhu-bigscreen/public/images/blue.png deleted file mode 100644 index 960f5217..00000000 Binary files a/yanzhu-bigscreen/public/images/blue.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/btn_nav.png b/yanzhu-bigscreen/public/images/btn_nav.png deleted file mode 100644 index 22ad499e..00000000 Binary files a/yanzhu-bigscreen/public/images/btn_nav.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/building_1.png b/yanzhu-bigscreen/public/images/building_1.png deleted file mode 100644 index 2d105084..00000000 Binary files a/yanzhu-bigscreen/public/images/building_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/building_2.png b/yanzhu-bigscreen/public/images/building_2.png deleted file mode 100644 index 0c22d6d9..00000000 Binary files a/yanzhu-bigscreen/public/images/building_2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/building_3.png b/yanzhu-bigscreen/public/images/building_3.png deleted file mode 100644 index 216576c0..00000000 Binary files a/yanzhu-bigscreen/public/images/building_3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/building_4.png b/yanzhu-bigscreen/public/images/building_4.png deleted file mode 100644 index 92722f0e..00000000 Binary files a/yanzhu-bigscreen/public/images/building_4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/building_5.png b/yanzhu-bigscreen/public/images/building_5.png deleted file mode 100644 index 41e12053..00000000 Binary files a/yanzhu-bigscreen/public/images/building_5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/camera.png b/yanzhu-bigscreen/public/images/camera.png deleted file mode 100644 index 34bf59af..00000000 Binary files a/yanzhu-bigscreen/public/images/camera.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/camera_image.png b/yanzhu-bigscreen/public/images/camera_image.png deleted file mode 100644 index 3d115510..00000000 Binary files a/yanzhu-bigscreen/public/images/camera_image.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/camera_image_1.png b/yanzhu-bigscreen/public/images/camera_image_1.png deleted file mode 100644 index cd1741e7..00000000 Binary files a/yanzhu-bigscreen/public/images/camera_image_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/carousel_left.png b/yanzhu-bigscreen/public/images/carousel_left.png deleted file mode 100644 index a31a9cad..00000000 Binary files a/yanzhu-bigscreen/public/images/carousel_left.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/carousel_right.png b/yanzhu-bigscreen/public/images/carousel_right.png deleted file mode 100644 index f39fa3cf..00000000 Binary files a/yanzhu-bigscreen/public/images/carousel_right.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/check_icon.png b/yanzhu-bigscreen/public/images/check_icon.png deleted file mode 100644 index 9bc58d03..00000000 Binary files a/yanzhu-bigscreen/public/images/check_icon.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_blue.gif b/yanzhu-bigscreen/public/images/circle_blue.gif deleted file mode 100644 index f694e1c5..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_blue.gif and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_blue.png b/yanzhu-bigscreen/public/images/circle_blue.png deleted file mode 100644 index 6d65c3be..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_blue.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_green.gif b/yanzhu-bigscreen/public/images/circle_green.gif deleted file mode 100644 index 20819890..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_green.gif and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_green.png b/yanzhu-bigscreen/public/images/circle_green.png deleted file mode 100644 index 697bdc1c..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_green.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_1.png b/yanzhu-bigscreen/public/images/circle_icon_1.png deleted file mode 100644 index 7f71cf82..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_10.png b/yanzhu-bigscreen/public/images/circle_icon_10.png deleted file mode 100644 index dd4a2c5c..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_10.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_11.png b/yanzhu-bigscreen/public/images/circle_icon_11.png deleted file mode 100644 index cfb90287..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_11.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_12.png b/yanzhu-bigscreen/public/images/circle_icon_12.png deleted file mode 100644 index 72f90fd0..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_12.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_13.png b/yanzhu-bigscreen/public/images/circle_icon_13.png deleted file mode 100644 index 26c65f80..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_13.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_14.png b/yanzhu-bigscreen/public/images/circle_icon_14.png deleted file mode 100644 index 88d515bf..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_14.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_15.png b/yanzhu-bigscreen/public/images/circle_icon_15.png deleted file mode 100644 index 34e2c155..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_15.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_16.png b/yanzhu-bigscreen/public/images/circle_icon_16.png deleted file mode 100644 index e7ac5316..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_16.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_17.png b/yanzhu-bigscreen/public/images/circle_icon_17.png deleted file mode 100644 index 362dfbc1..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_17.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_18.png b/yanzhu-bigscreen/public/images/circle_icon_18.png deleted file mode 100644 index d2f55f2b..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_18.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_19.png b/yanzhu-bigscreen/public/images/circle_icon_19.png deleted file mode 100644 index a3dfd98d..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_19.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_2.png b/yanzhu-bigscreen/public/images/circle_icon_2.png deleted file mode 100644 index 15fb44a5..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_20.png b/yanzhu-bigscreen/public/images/circle_icon_20.png deleted file mode 100644 index d5e9cb3a..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_20.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_21.png b/yanzhu-bigscreen/public/images/circle_icon_21.png deleted file mode 100644 index 570bc63e..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_21.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_22.png b/yanzhu-bigscreen/public/images/circle_icon_22.png deleted file mode 100644 index 1171b204..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_22.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_23.png b/yanzhu-bigscreen/public/images/circle_icon_23.png deleted file mode 100644 index 84699dfe..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_23.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_24.png b/yanzhu-bigscreen/public/images/circle_icon_24.png deleted file mode 100644 index cab3c052..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_24.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_25.png b/yanzhu-bigscreen/public/images/circle_icon_25.png deleted file mode 100644 index 03d76533..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_25.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_26.png b/yanzhu-bigscreen/public/images/circle_icon_26.png deleted file mode 100644 index 26d3b7e3..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_26.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_27.png b/yanzhu-bigscreen/public/images/circle_icon_27.png deleted file mode 100644 index 6b44d932..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_27.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_28.png b/yanzhu-bigscreen/public/images/circle_icon_28.png deleted file mode 100644 index 52882cdd..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_28.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_29.png b/yanzhu-bigscreen/public/images/circle_icon_29.png deleted file mode 100644 index b737b9e8..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_29.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_3.png b/yanzhu-bigscreen/public/images/circle_icon_3.png deleted file mode 100644 index ddc92923..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_30.png b/yanzhu-bigscreen/public/images/circle_icon_30.png deleted file mode 100644 index 4ec0f580..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_30.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_31.png b/yanzhu-bigscreen/public/images/circle_icon_31.png deleted file mode 100644 index 1c773a76..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_31.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_4.png b/yanzhu-bigscreen/public/images/circle_icon_4.png deleted file mode 100644 index 8683f376..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_5.png b/yanzhu-bigscreen/public/images/circle_icon_5.png deleted file mode 100644 index 3c74913f..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_6.png b/yanzhu-bigscreen/public/images/circle_icon_6.png deleted file mode 100644 index e40d4112..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_6.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_7.png b/yanzhu-bigscreen/public/images/circle_icon_7.png deleted file mode 100644 index fbb71451..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_7.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_8.png b/yanzhu-bigscreen/public/images/circle_icon_8.png deleted file mode 100644 index 0b00049b..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_8.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circle_icon_9.png b/yanzhu-bigscreen/public/images/circle_icon_9.png deleted file mode 100644 index 8a50b91b..00000000 Binary files a/yanzhu-bigscreen/public/images/circle_icon_9.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/circular.png b/yanzhu-bigscreen/public/images/circular.png deleted file mode 100644 index cb0a40c1..00000000 Binary files a/yanzhu-bigscreen/public/images/circular.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/company_1.png b/yanzhu-bigscreen/public/images/company_1.png deleted file mode 100644 index 6d9cbcf2..00000000 Binary files a/yanzhu-bigscreen/public/images/company_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/company_10.png b/yanzhu-bigscreen/public/images/company_10.png deleted file mode 100644 index 639c891f..00000000 Binary files a/yanzhu-bigscreen/public/images/company_10.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/company_11.png b/yanzhu-bigscreen/public/images/company_11.png deleted file mode 100644 index 67285f98..00000000 Binary files a/yanzhu-bigscreen/public/images/company_11.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/company_12.png b/yanzhu-bigscreen/public/images/company_12.png deleted file mode 100644 index 8d9d6640..00000000 Binary files a/yanzhu-bigscreen/public/images/company_12.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/company_13.png b/yanzhu-bigscreen/public/images/company_13.png deleted file mode 100644 index 5f697e70..00000000 Binary files a/yanzhu-bigscreen/public/images/company_13.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/company_14.png b/yanzhu-bigscreen/public/images/company_14.png deleted file mode 100644 index 7bb4ecea..00000000 Binary files a/yanzhu-bigscreen/public/images/company_14.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/company_15.png b/yanzhu-bigscreen/public/images/company_15.png deleted file mode 100644 index 3982f383..00000000 Binary files a/yanzhu-bigscreen/public/images/company_15.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/company_2.png b/yanzhu-bigscreen/public/images/company_2.png deleted file mode 100644 index a90ec538..00000000 Binary files a/yanzhu-bigscreen/public/images/company_2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/company_3.png b/yanzhu-bigscreen/public/images/company_3.png deleted file mode 100644 index 2819565d..00000000 Binary files a/yanzhu-bigscreen/public/images/company_3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/company_4.png b/yanzhu-bigscreen/public/images/company_4.png deleted file mode 100644 index 278f2cad..00000000 Binary files a/yanzhu-bigscreen/public/images/company_4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/company_5.png b/yanzhu-bigscreen/public/images/company_5.png deleted file mode 100644 index 73389abe..00000000 Binary files a/yanzhu-bigscreen/public/images/company_5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/company_6.png b/yanzhu-bigscreen/public/images/company_6.png deleted file mode 100644 index 0685b858..00000000 Binary files a/yanzhu-bigscreen/public/images/company_6.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/company_7.png b/yanzhu-bigscreen/public/images/company_7.png deleted file mode 100644 index 966da8e6..00000000 Binary files a/yanzhu-bigscreen/public/images/company_7.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/company_8.png b/yanzhu-bigscreen/public/images/company_8.png deleted file mode 100644 index 2e30b3b9..00000000 Binary files a/yanzhu-bigscreen/public/images/company_8.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/company_9.png b/yanzhu-bigscreen/public/images/company_9.png deleted file mode 100644 index ce721c6d..00000000 Binary files a/yanzhu-bigscreen/public/images/company_9.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/control_bgd.png b/yanzhu-bigscreen/public/images/control_bgd.png deleted file mode 100644 index 5ef58da0..00000000 Binary files a/yanzhu-bigscreen/public/images/control_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/control_bgd_active.png b/yanzhu-bigscreen/public/images/control_bgd_active.png deleted file mode 100644 index 59ea3f1e..00000000 Binary files a/yanzhu-bigscreen/public/images/control_bgd_active.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/csd.png b/yanzhu-bigscreen/public/images/csd.png deleted file mode 100644 index 5da6829d..00000000 Binary files a/yanzhu-bigscreen/public/images/csd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/current_value_bgd.png b/yanzhu-bigscreen/public/images/current_value_bgd.png deleted file mode 100644 index 78890fe8..00000000 Binary files a/yanzhu-bigscreen/public/images/current_value_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/daily_img.png b/yanzhu-bigscreen/public/images/daily_img.png deleted file mode 100644 index 6fcbacfd..00000000 Binary files a/yanzhu-bigscreen/public/images/daily_img.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/dangerous.png b/yanzhu-bigscreen/public/images/dangerous.png deleted file mode 100644 index 86d7438e..00000000 Binary files a/yanzhu-bigscreen/public/images/dangerous.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/dangerous_active.png b/yanzhu-bigscreen/public/images/dangerous_active.png deleted file mode 100644 index 5ac3a5b2..00000000 Binary files a/yanzhu-bigscreen/public/images/dangerous_active.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/data/excavation-01.jpg b/yanzhu-bigscreen/public/images/data/excavation-01.jpg deleted file mode 100644 index 38b5c0f6..00000000 Binary files a/yanzhu-bigscreen/public/images/data/excavation-01.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/drag_hook.png b/yanzhu-bigscreen/public/images/drag_hook.png deleted file mode 100644 index 1536717e..00000000 Binary files a/yanzhu-bigscreen/public/images/drag_hook.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/dumbwaiter.png b/yanzhu-bigscreen/public/images/dumbwaiter.png deleted file mode 100644 index 3fcea47d..00000000 Binary files a/yanzhu-bigscreen/public/images/dumbwaiter.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_bgd.png b/yanzhu-bigscreen/public/images/education_bgd.png deleted file mode 100644 index 849a6435..00000000 Binary files a/yanzhu-bigscreen/public/images/education_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon.png b/yanzhu-bigscreen/public/images/education_icon.png deleted file mode 100644 index 71f22488..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_1.png b/yanzhu-bigscreen/public/images/education_icon_1.png deleted file mode 100644 index ed4a5a78..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_10.png b/yanzhu-bigscreen/public/images/education_icon_10.png deleted file mode 100644 index 3244aee4..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_10.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_11.png b/yanzhu-bigscreen/public/images/education_icon_11.png deleted file mode 100644 index 08b47b65..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_11.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_12.png b/yanzhu-bigscreen/public/images/education_icon_12.png deleted file mode 100644 index 634a3b55..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_12.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_13.png b/yanzhu-bigscreen/public/images/education_icon_13.png deleted file mode 100644 index 59e43647..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_13.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_14.png b/yanzhu-bigscreen/public/images/education_icon_14.png deleted file mode 100644 index 3f026ae4..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_14.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_15.png b/yanzhu-bigscreen/public/images/education_icon_15.png deleted file mode 100644 index 57a1fa1b..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_15.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_16.png b/yanzhu-bigscreen/public/images/education_icon_16.png deleted file mode 100644 index b7509004..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_16.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_2.png b/yanzhu-bigscreen/public/images/education_icon_2.png deleted file mode 100644 index 2b41c212..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_3.png b/yanzhu-bigscreen/public/images/education_icon_3.png deleted file mode 100644 index 87a1fe7d..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_4.png b/yanzhu-bigscreen/public/images/education_icon_4.png deleted file mode 100644 index f66c0f9a..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_5.png b/yanzhu-bigscreen/public/images/education_icon_5.png deleted file mode 100644 index a0eba160..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_6.png b/yanzhu-bigscreen/public/images/education_icon_6.png deleted file mode 100644 index 023c356a..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_6.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_7.png b/yanzhu-bigscreen/public/images/education_icon_7.png deleted file mode 100644 index 47b18832..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_7.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_8.png b/yanzhu-bigscreen/public/images/education_icon_8.png deleted file mode 100644 index 74fbf8dd..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_8.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/education_icon_9.png b/yanzhu-bigscreen/public/images/education_icon_9.png deleted file mode 100644 index 7eba848f..00000000 Binary files a/yanzhu-bigscreen/public/images/education_icon_9.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/expect_list.png b/yanzhu-bigscreen/public/images/expect_list.png deleted file mode 100644 index ea917f6f..00000000 Binary files a/yanzhu-bigscreen/public/images/expect_list.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/expect_list_active.png b/yanzhu-bigscreen/public/images/expect_list_active.png deleted file mode 100644 index d294b6f2..00000000 Binary files a/yanzhu-bigscreen/public/images/expect_list_active.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/expect_list_ch.png b/yanzhu-bigscreen/public/images/expect_list_ch.png deleted file mode 100644 index dc495a0a..00000000 Binary files a/yanzhu-bigscreen/public/images/expect_list_ch.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/expect_list_yc.png b/yanzhu-bigscreen/public/images/expect_list_yc.png deleted file mode 100644 index 3af700d9..00000000 Binary files a/yanzhu-bigscreen/public/images/expect_list_yc.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/expect_list_zc.png b/yanzhu-bigscreen/public/images/expect_list_zc.png deleted file mode 100644 index 86612150..00000000 Binary files a/yanzhu-bigscreen/public/images/expect_list_zc.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/field_layout.png b/yanzhu-bigscreen/public/images/field_layout.png deleted file mode 100644 index 3c143beb..00000000 Binary files a/yanzhu-bigscreen/public/images/field_layout.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/field_layout_1.png b/yanzhu-bigscreen/public/images/field_layout_1.png deleted file mode 100644 index fbf2aa58..00000000 Binary files a/yanzhu-bigscreen/public/images/field_layout_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/field_layout_video.png b/yanzhu-bigscreen/public/images/field_layout_video.png deleted file mode 100644 index 77db04b7..00000000 Binary files a/yanzhu-bigscreen/public/images/field_layout_video.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/fj_jxzdgz.webp b/yanzhu-bigscreen/public/images/fj_jxzdgz.webp deleted file mode 100644 index 7de3c81a..00000000 Binary files a/yanzhu-bigscreen/public/images/fj_jxzdgz.webp and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/foot_1.png b/yanzhu-bigscreen/public/images/foot_1.png deleted file mode 100644 index 83b6afdb..00000000 Binary files a/yanzhu-bigscreen/public/images/foot_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/foot_2.png b/yanzhu-bigscreen/public/images/foot_2.png deleted file mode 100644 index 102e62a3..00000000 Binary files a/yanzhu-bigscreen/public/images/foot_2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/foot_3.png b/yanzhu-bigscreen/public/images/foot_3.png deleted file mode 100644 index 49889428..00000000 Binary files a/yanzhu-bigscreen/public/images/foot_3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/foot_btn.png b/yanzhu-bigscreen/public/images/foot_btn.png deleted file mode 100644 index 78ee4438..00000000 Binary files a/yanzhu-bigscreen/public/images/foot_btn.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/foot_btn_active.png b/yanzhu-bigscreen/public/images/foot_btn_active.png deleted file mode 100644 index ac473f44..00000000 Binary files a/yanzhu-bigscreen/public/images/foot_btn_active.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/foot_left.png b/yanzhu-bigscreen/public/images/foot_left.png deleted file mode 100644 index 074b5469..00000000 Binary files a/yanzhu-bigscreen/public/images/foot_left.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/foot_open.png b/yanzhu-bigscreen/public/images/foot_open.png deleted file mode 100644 index 2ac0ccbd..00000000 Binary files a/yanzhu-bigscreen/public/images/foot_open.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/foot_right.png b/yanzhu-bigscreen/public/images/foot_right.png deleted file mode 100644 index 89b34dfc..00000000 Binary files a/yanzhu-bigscreen/public/images/foot_right.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/foot_stow.png b/yanzhu-bigscreen/public/images/foot_stow.png deleted file mode 100644 index d2347b8f..00000000 Binary files a/yanzhu-bigscreen/public/images/foot_stow.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/gantry_crane.png b/yanzhu-bigscreen/public/images/gantry_crane.png deleted file mode 100644 index 5cec9cde..00000000 Binary files a/yanzhu-bigscreen/public/images/gantry_crane.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/gongdi1.jpeg b/yanzhu-bigscreen/public/images/gongdi1.jpeg deleted file mode 100644 index f27e8ed9..00000000 Binary files a/yanzhu-bigscreen/public/images/gongdi1.jpeg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/head_select-150.png b/yanzhu-bigscreen/public/images/head_select-150.png deleted file mode 100644 index f749ff68..00000000 Binary files a/yanzhu-bigscreen/public/images/head_select-150.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/head_select.png b/yanzhu-bigscreen/public/images/head_select.png deleted file mode 100644 index 7564beef..00000000 Binary files a/yanzhu-bigscreen/public/images/head_select.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/head_select_red.png b/yanzhu-bigscreen/public/images/head_select_red.png deleted file mode 100644 index ee462ad1..00000000 Binary files a/yanzhu-bigscreen/public/images/head_select_red.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/head_title.png b/yanzhu-bigscreen/public/images/head_title.png deleted file mode 100644 index 414fb058..00000000 Binary files a/yanzhu-bigscreen/public/images/head_title.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/head_title_red.png b/yanzhu-bigscreen/public/images/head_title_red.png deleted file mode 100644 index 7691dab3..00000000 Binary files a/yanzhu-bigscreen/public/images/head_title_red.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hiddenDanger.png b/yanzhu-bigscreen/public/images/hiddenDanger.png deleted file mode 100644 index fe8e58a8..00000000 Binary files a/yanzhu-bigscreen/public/images/hiddenDanger.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/high.png b/yanzhu-bigscreen/public/images/high.png deleted file mode 100644 index 866e575b..00000000 Binary files a/yanzhu-bigscreen/public/images/high.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_PM10.png b/yanzhu-bigscreen/public/images/hj_PM10.png deleted file mode 100644 index 42a7f12d..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_PM10.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_PM2.5.png b/yanzhu-bigscreen/public/images/hj_PM2.5.png deleted file mode 100644 index a66bf694..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_PM2.5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_baojingshebei.png b/yanzhu-bigscreen/public/images/hj_baojingshebei.png deleted file mode 100644 index e702a221..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_baojingshebei.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_dianliu.png b/yanzhu-bigscreen/public/images/hj_dianliu.png deleted file mode 100644 index 802072ca..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_dianliu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_fengsu.png b/yanzhu-bigscreen/public/images/hj_fengsu.png deleted file mode 100644 index 06d64183..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_fengsu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_gif.gif b/yanzhu-bigscreen/public/images/hj_gif.gif deleted file mode 100644 index 7436fd7f..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_gif.gif and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_lixianshebei.png b/yanzhu-bigscreen/public/images/hj_lixianshebei.png deleted file mode 100644 index 65f6b030..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_lixianshebei.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_ludiandianliu.png b/yanzhu-bigscreen/public/images/hj_ludiandianliu.png deleted file mode 100644 index 6cb4d3b9..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_ludiandianliu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_shebeishu.png b/yanzhu-bigscreen/public/images/hj_shebeishu.png deleted file mode 100644 index 4e6bb4f2..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_shebeishu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_shebeizongshu.png b/yanzhu-bigscreen/public/images/hj_shebeizongshu.png deleted file mode 100644 index 0998ab25..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_shebeizongshu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_shenqing.png b/yanzhu-bigscreen/public/images/hj_shenqing.png deleted file mode 100644 index 563efa88..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_shenqing.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_shidu.png b/yanzhu-bigscreen/public/images/hj_shidu.png deleted file mode 100644 index de283dde..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_shidu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_taibanshu.png b/yanzhu-bigscreen/public/images/hj_taibanshu.png deleted file mode 100644 index 88729d8c..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_taibanshu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_wendu.png b/yanzhu-bigscreen/public/images/hj_wendu.png deleted file mode 100644 index 12b67ddc..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_wendu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_yonggongrenshu.png b/yanzhu-bigscreen/public/images/hj_yonggongrenshu.png deleted file mode 100644 index 9a8c428a..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_yonggongrenshu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_yonggongtianshu.png b/yanzhu-bigscreen/public/images/hj_yonggongtianshu.png deleted file mode 100644 index b631a6c5..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_yonggongtianshu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_zaixianshebei.png b/yanzhu-bigscreen/public/images/hj_zaixianshebei.png deleted file mode 100644 index 83e1b77f..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_zaixianshebei.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/hj_zaoyin.png b/yanzhu-bigscreen/public/images/hj_zaoyin.png deleted file mode 100644 index fd6d48f4..00000000 Binary files a/yanzhu-bigscreen/public/images/hj_zaoyin.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/huanjingweidu.png b/yanzhu-bigscreen/public/images/huanjingweidu.png deleted file mode 100644 index 4bd9cf74..00000000 Binary files a/yanzhu-bigscreen/public/images/huanjingweidu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/icon2001.png b/yanzhu-bigscreen/public/images/icon2001.png deleted file mode 100644 index d8efb90a..00000000 Binary files a/yanzhu-bigscreen/public/images/icon2001.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/icon_10.png b/yanzhu-bigscreen/public/images/icon_10.png deleted file mode 100644 index 6da06cbe..00000000 Binary files a/yanzhu-bigscreen/public/images/icon_10.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/icon_5.png b/yanzhu-bigscreen/public/images/icon_5.png deleted file mode 100644 index eb48d651..00000000 Binary files a/yanzhu-bigscreen/public/images/icon_5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/icon_6.png b/yanzhu-bigscreen/public/images/icon_6.png deleted file mode 100644 index 82a2c978..00000000 Binary files a/yanzhu-bigscreen/public/images/icon_6.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/icon_7.png b/yanzhu-bigscreen/public/images/icon_7.png deleted file mode 100644 index ee2c8d0d..00000000 Binary files a/yanzhu-bigscreen/public/images/icon_7.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/icon_8.png b/yanzhu-bigscreen/public/images/icon_8.png deleted file mode 100644 index 9cc921b1..00000000 Binary files a/yanzhu-bigscreen/public/images/icon_8.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/icon_9.png b/yanzhu-bigscreen/public/images/icon_9.png deleted file mode 100644 index 4251f837..00000000 Binary files a/yanzhu-bigscreen/public/images/icon_9.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/input_search.png b/yanzhu-bigscreen/public/images/input_search.png deleted file mode 100644 index b2f0331d..00000000 Binary files a/yanzhu-bigscreen/public/images/input_search.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/jhdetail.jpg b/yanzhu-bigscreen/public/images/jhdetail.jpg deleted file mode 100644 index d2f4f78b..00000000 Binary files a/yanzhu-bigscreen/public/images/jhdetail.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/labour_warning_bgd.png b/yanzhu-bigscreen/public/images/labour_warning_bgd.png deleted file mode 100644 index 6eab50ab..00000000 Binary files a/yanzhu-bigscreen/public/images/labour_warning_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/labour_warning_icon.png b/yanzhu-bigscreen/public/images/labour_warning_icon.png deleted file mode 100644 index d8e948ed..00000000 Binary files a/yanzhu-bigscreen/public/images/labour_warning_icon.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/legend_cexie.png b/yanzhu-bigscreen/public/images/legend_cexie.png deleted file mode 100644 index 2d22f8b0..00000000 Binary files a/yanzhu-bigscreen/public/images/legend_cexie.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/legend_chenjiang.png b/yanzhu-bigscreen/public/images/legend_chenjiang.png deleted file mode 100644 index 2d227c4f..00000000 Binary files a/yanzhu-bigscreen/public/images/legend_chenjiang.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/legend_qingxie.png b/yanzhu-bigscreen/public/images/legend_qingxie.png deleted file mode 100644 index efca1def..00000000 Binary files a/yanzhu-bigscreen/public/images/legend_qingxie.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/legend_shuiwei.png b/yanzhu-bigscreen/public/images/legend_shuiwei.png deleted file mode 100644 index d819d9db..00000000 Binary files a/yanzhu-bigscreen/public/images/legend_shuiwei.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/legend_weiyi.png b/yanzhu-bigscreen/public/images/legend_weiyi.png deleted file mode 100644 index 1b2e73e6..00000000 Binary files a/yanzhu-bigscreen/public/images/legend_weiyi.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/legend_yingli.png b/yanzhu-bigscreen/public/images/legend_yingli.png deleted file mode 100644 index 531af6cd..00000000 Binary files a/yanzhu-bigscreen/public/images/legend_yingli.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ligature.png b/yanzhu-bigscreen/public/images/ligature.png deleted file mode 100644 index 26bb7110..00000000 Binary files a/yanzhu-bigscreen/public/images/ligature.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/list_bgd.png b/yanzhu-bigscreen/public/images/list_bgd.png deleted file mode 100644 index 90004002..00000000 Binary files a/yanzhu-bigscreen/public/images/list_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/list_img_icon.png b/yanzhu-bigscreen/public/images/list_img_icon.png deleted file mode 100644 index cb30274c..00000000 Binary files a/yanzhu-bigscreen/public/images/list_img_icon.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/list_img_tj.png b/yanzhu-bigscreen/public/images/list_img_tj.png deleted file mode 100644 index 2b654511..00000000 Binary files a/yanzhu-bigscreen/public/images/list_img_tj.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/lmd_1.png b/yanzhu-bigscreen/public/images/lmd_1.png deleted file mode 100644 index 7422a7aa..00000000 Binary files a/yanzhu-bigscreen/public/images/lmd_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/lmd_2.png b/yanzhu-bigscreen/public/images/lmd_2.png deleted file mode 100644 index af28e161..00000000 Binary files a/yanzhu-bigscreen/public/images/lmd_2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/lmd_3.png b/yanzhu-bigscreen/public/images/lmd_3.png deleted file mode 100644 index 6fdbc167..00000000 Binary files a/yanzhu-bigscreen/public/images/lmd_3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/lmd_4.png b/yanzhu-bigscreen/public/images/lmd_4.png deleted file mode 100644 index 08a67996..00000000 Binary files a/yanzhu-bigscreen/public/images/lmd_4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/lmd_5.png b/yanzhu-bigscreen/public/images/lmd_5.png deleted file mode 100644 index 52773175..00000000 Binary files a/yanzhu-bigscreen/public/images/lmd_5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/lmd_6.png b/yanzhu-bigscreen/public/images/lmd_6.png deleted file mode 100644 index a649de7b..00000000 Binary files a/yanzhu-bigscreen/public/images/lmd_6.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/location.png b/yanzhu-bigscreen/public/images/location.png deleted file mode 100644 index 3402822a..00000000 Binary files a/yanzhu-bigscreen/public/images/location.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/logo.png b/yanzhu-bigscreen/public/images/logo.png deleted file mode 100644 index 0714cb5a..00000000 Binary files a/yanzhu-bigscreen/public/images/logo.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/logo_bgd.png b/yanzhu-bigscreen/public/images/logo_bgd.png deleted file mode 100644 index 539ee7cb..00000000 Binary files a/yanzhu-bigscreen/public/images/logo_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/long_tr_bgd.png b/yanzhu-bigscreen/public/images/long_tr_bgd.png deleted file mode 100644 index 729b72c3..00000000 Binary files a/yanzhu-bigscreen/public/images/long_tr_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/low.png b/yanzhu-bigscreen/public/images/low.png deleted file mode 100644 index 04479176..00000000 Binary files a/yanzhu-bigscreen/public/images/low.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/machinery_bgd.png b/yanzhu-bigscreen/public/images/machinery_bgd.png deleted file mode 100644 index 191e7444..00000000 Binary files a/yanzhu-bigscreen/public/images/machinery_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/WEB_3578CFDB64B74818851FE993E99B2274.png b/yanzhu-bigscreen/public/images/map/WEB_3578CFDB64B74818851FE993E99B2274.png deleted file mode 100644 index 38d33169..00000000 Binary files a/yanzhu-bigscreen/public/images/map/WEB_3578CFDB64B74818851FE993E99B2274.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/clock.png b/yanzhu-bigscreen/public/images/map/clock.png deleted file mode 100644 index 14c85280..00000000 Binary files a/yanzhu-bigscreen/public/images/map/clock.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/digger.png b/yanzhu-bigscreen/public/images/map/digger.png deleted file mode 100644 index fbde6efc..00000000 Binary files a/yanzhu-bigscreen/public/images/map/digger.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/digger2.png b/yanzhu-bigscreen/public/images/map/digger2.png deleted file mode 100644 index 6e04249a..00000000 Binary files a/yanzhu-bigscreen/public/images/map/digger2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/digger3.png b/yanzhu-bigscreen/public/images/map/digger3.png deleted file mode 100644 index f07c3bdc..00000000 Binary files a/yanzhu-bigscreen/public/images/map/digger3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/digger4.png b/yanzhu-bigscreen/public/images/map/digger4.png deleted file mode 100644 index 5ceda056..00000000 Binary files a/yanzhu-bigscreen/public/images/map/digger4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/digger5.png b/yanzhu-bigscreen/public/images/map/digger5.png deleted file mode 100644 index b5cfd8a6..00000000 Binary files a/yanzhu-bigscreen/public/images/map/digger5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/dumpTruck.png b/yanzhu-bigscreen/public/images/map/dumpTruck.png deleted file mode 100644 index 34aab962..00000000 Binary files a/yanzhu-bigscreen/public/images/map/dumpTruck.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/dumpTruck2.png b/yanzhu-bigscreen/public/images/map/dumpTruck2.png deleted file mode 100644 index f2db6e2f..00000000 Binary files a/yanzhu-bigscreen/public/images/map/dumpTruck2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/dumpTruck3.png b/yanzhu-bigscreen/public/images/map/dumpTruck3.png deleted file mode 100644 index a1079071..00000000 Binary files a/yanzhu-bigscreen/public/images/map/dumpTruck3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/dumpTruck4.png b/yanzhu-bigscreen/public/images/map/dumpTruck4.png deleted file mode 100644 index 3fa5f57d..00000000 Binary files a/yanzhu-bigscreen/public/images/map/dumpTruck4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/dumpTruck5.png b/yanzhu-bigscreen/public/images/map/dumpTruck5.png deleted file mode 100644 index 93bbe8e9..00000000 Binary files a/yanzhu-bigscreen/public/images/map/dumpTruck5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/idle.png b/yanzhu-bigscreen/public/images/map/idle.png deleted file mode 100644 index ca007991..00000000 Binary files a/yanzhu-bigscreen/public/images/map/idle.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/loader.png b/yanzhu-bigscreen/public/images/map/loader.png deleted file mode 100644 index 0b74dc15..00000000 Binary files a/yanzhu-bigscreen/public/images/map/loader.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/loader2.png b/yanzhu-bigscreen/public/images/map/loader2.png deleted file mode 100644 index 46ea3a4a..00000000 Binary files a/yanzhu-bigscreen/public/images/map/loader2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/loader3.png b/yanzhu-bigscreen/public/images/map/loader3.png deleted file mode 100644 index 4c3855ea..00000000 Binary files a/yanzhu-bigscreen/public/images/map/loader3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/loader4.png b/yanzhu-bigscreen/public/images/map/loader4.png deleted file mode 100644 index d3b354e6..00000000 Binary files a/yanzhu-bigscreen/public/images/map/loader4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/loader5.png b/yanzhu-bigscreen/public/images/map/loader5.png deleted file mode 100644 index e529f88d..00000000 Binary files a/yanzhu-bigscreen/public/images/map/loader5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/mixerTruck.png b/yanzhu-bigscreen/public/images/map/mixerTruck.png deleted file mode 100644 index 794a03d7..00000000 Binary files a/yanzhu-bigscreen/public/images/map/mixerTruck.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/mixerTruck2.png b/yanzhu-bigscreen/public/images/map/mixerTruck2.png deleted file mode 100644 index 49d11355..00000000 Binary files a/yanzhu-bigscreen/public/images/map/mixerTruck2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/mixerTruck3.png b/yanzhu-bigscreen/public/images/map/mixerTruck3.png deleted file mode 100644 index 4ba5f0d0..00000000 Binary files a/yanzhu-bigscreen/public/images/map/mixerTruck3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/mixerTruck4.png b/yanzhu-bigscreen/public/images/map/mixerTruck4.png deleted file mode 100644 index 1550482f..00000000 Binary files a/yanzhu-bigscreen/public/images/map/mixerTruck4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/mixerTruck5.png b/yanzhu-bigscreen/public/images/map/mixerTruck5.png deleted file mode 100644 index cf4a159d..00000000 Binary files a/yanzhu-bigscreen/public/images/map/mixerTruck5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/off.png b/yanzhu-bigscreen/public/images/map/off.png deleted file mode 100644 index 8e5a3d38..00000000 Binary files a/yanzhu-bigscreen/public/images/map/off.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/out.png b/yanzhu-bigscreen/public/images/map/out.png deleted file mode 100644 index f78e1452..00000000 Binary files a/yanzhu-bigscreen/public/images/map/out.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/truckCrane.png b/yanzhu-bigscreen/public/images/map/truckCrane.png deleted file mode 100644 index 379c3521..00000000 Binary files a/yanzhu-bigscreen/public/images/map/truckCrane.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/truckCrane2.png b/yanzhu-bigscreen/public/images/map/truckCrane2.png deleted file mode 100644 index 5b6225be..00000000 Binary files a/yanzhu-bigscreen/public/images/map/truckCrane2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/truckCrane3.png b/yanzhu-bigscreen/public/images/map/truckCrane3.png deleted file mode 100644 index f53cda91..00000000 Binary files a/yanzhu-bigscreen/public/images/map/truckCrane3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/truckCrane4.png b/yanzhu-bigscreen/public/images/map/truckCrane4.png deleted file mode 100644 index e34f472c..00000000 Binary files a/yanzhu-bigscreen/public/images/map/truckCrane4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/truckCrane5.png b/yanzhu-bigscreen/public/images/map/truckCrane5.png deleted file mode 100644 index 8bb2b4e7..00000000 Binary files a/yanzhu-bigscreen/public/images/map/truckCrane5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/wateringCar.png b/yanzhu-bigscreen/public/images/map/wateringCar.png deleted file mode 100644 index 9f0c42a2..00000000 Binary files a/yanzhu-bigscreen/public/images/map/wateringCar.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/wateringCar2.png b/yanzhu-bigscreen/public/images/map/wateringCar2.png deleted file mode 100644 index c55f8628..00000000 Binary files a/yanzhu-bigscreen/public/images/map/wateringCar2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/wateringCar3.png b/yanzhu-bigscreen/public/images/map/wateringCar3.png deleted file mode 100644 index 3f5cd852..00000000 Binary files a/yanzhu-bigscreen/public/images/map/wateringCar3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/wateringCar4.png b/yanzhu-bigscreen/public/images/map/wateringCar4.png deleted file mode 100644 index ab90ed0c..00000000 Binary files a/yanzhu-bigscreen/public/images/map/wateringCar4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/wateringCar5.png b/yanzhu-bigscreen/public/images/map/wateringCar5.png deleted file mode 100644 index f9660cbe..00000000 Binary files a/yanzhu-bigscreen/public/images/map/wateringCar5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/wjj.jpg b/yanzhu-bigscreen/public/images/map/wjj.jpg deleted file mode 100644 index fa6a9f10..00000000 Binary files a/yanzhu-bigscreen/public/images/map/wjj.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map/work.png b/yanzhu-bigscreen/public/images/map/work.png deleted file mode 100644 index 5ca949e0..00000000 Binary files a/yanzhu-bigscreen/public/images/map/work.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/mapMarker_00.png b/yanzhu-bigscreen/public/images/mapMarker_00.png deleted file mode 100644 index 484579eb..00000000 Binary files a/yanzhu-bigscreen/public/images/mapMarker_00.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/mapMarker_01.png b/yanzhu-bigscreen/public/images/mapMarker_01.png deleted file mode 100644 index a7df94ef..00000000 Binary files a/yanzhu-bigscreen/public/images/mapMarker_01.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/mapMarker_02.png b/yanzhu-bigscreen/public/images/mapMarker_02.png deleted file mode 100644 index 41d9726f..00000000 Binary files a/yanzhu-bigscreen/public/images/mapMarker_02.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/mapMarker_03.png b/yanzhu-bigscreen/public/images/mapMarker_03.png deleted file mode 100644 index 16d18671..00000000 Binary files a/yanzhu-bigscreen/public/images/mapMarker_03.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/mapMarker_04.png b/yanzhu-bigscreen/public/images/mapMarker_04.png deleted file mode 100644 index 8aacb562..00000000 Binary files a/yanzhu-bigscreen/public/images/mapMarker_04.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map_popup_bgd.png b/yanzhu-bigscreen/public/images/map_popup_bgd.png deleted file mode 100644 index c8524b8d..00000000 Binary files a/yanzhu-bigscreen/public/images/map_popup_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map_popup_bgd2.png b/yanzhu-bigscreen/public/images/map_popup_bgd2.png deleted file mode 100644 index 82bf34d7..00000000 Binary files a/yanzhu-bigscreen/public/images/map_popup_bgd2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map_popup_red_bgd.png b/yanzhu-bigscreen/public/images/map_popup_red_bgd.png deleted file mode 100644 index 546d060f..00000000 Binary files a/yanzhu-bigscreen/public/images/map_popup_red_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map_popup_title.png b/yanzhu-bigscreen/public/images/map_popup_title.png deleted file mode 100644 index be59af04..00000000 Binary files a/yanzhu-bigscreen/public/images/map_popup_title.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/map_sjk_popup_bgd.png b/yanzhu-bigscreen/public/images/map_sjk_popup_bgd.png deleted file mode 100644 index 51b7f1fe..00000000 Binary files a/yanzhu-bigscreen/public/images/map_sjk_popup_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/milestone_bgd.png b/yanzhu-bigscreen/public/images/milestone_bgd.png deleted file mode 100644 index 065ce747..00000000 Binary files a/yanzhu-bigscreen/public/images/milestone_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/needle.png b/yanzhu-bigscreen/public/images/needle.png deleted file mode 100644 index aea36997..00000000 Binary files a/yanzhu-bigscreen/public/images/needle.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/no_picture.png b/yanzhu-bigscreen/public/images/no_picture.png deleted file mode 100644 index 643a9179..00000000 Binary files a/yanzhu-bigscreen/public/images/no_picture.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/nodata.jpg b/yanzhu-bigscreen/public/images/nodata.jpg deleted file mode 100644 index de3b3a61..00000000 Binary files a/yanzhu-bigscreen/public/images/nodata.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/nodata.png b/yanzhu-bigscreen/public/images/nodata.png deleted file mode 100644 index 17d832cc..00000000 Binary files a/yanzhu-bigscreen/public/images/nodata.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/number_bgd.png b/yanzhu-bigscreen/public/images/number_bgd.png deleted file mode 100644 index 22048d49..00000000 Binary files a/yanzhu-bigscreen/public/images/number_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/oil.png b/yanzhu-bigscreen/public/images/oil.png deleted file mode 100644 index e634d508..00000000 Binary files a/yanzhu-bigscreen/public/images/oil.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/one/1x1.png b/yanzhu-bigscreen/public/images/one/1x1.png deleted file mode 100644 index 753e3887..00000000 Binary files a/yanzhu-bigscreen/public/images/one/1x1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/one/1x2.png b/yanzhu-bigscreen/public/images/one/1x2.png deleted file mode 100644 index ddb85583..00000000 Binary files a/yanzhu-bigscreen/public/images/one/1x2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/one/1x3.png b/yanzhu-bigscreen/public/images/one/1x3.png deleted file mode 100644 index 8523b250..00000000 Binary files a/yanzhu-bigscreen/public/images/one/1x3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/one/1x4.png b/yanzhu-bigscreen/public/images/one/1x4.png deleted file mode 100644 index bbfcb5ea..00000000 Binary files a/yanzhu-bigscreen/public/images/one/1x4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/one/2x1.png b/yanzhu-bigscreen/public/images/one/2x1.png deleted file mode 100644 index b628ea33..00000000 Binary files a/yanzhu-bigscreen/public/images/one/2x1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/one/2x2.png b/yanzhu-bigscreen/public/images/one/2x2.png deleted file mode 100644 index e384d6d1..00000000 Binary files a/yanzhu-bigscreen/public/images/one/2x2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/one/2x3.png b/yanzhu-bigscreen/public/images/one/2x3.png deleted file mode 100644 index 02e1c392..00000000 Binary files a/yanzhu-bigscreen/public/images/one/2x3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/one/2x4.png b/yanzhu-bigscreen/public/images/one/2x4.png deleted file mode 100644 index 3b33213d..00000000 Binary files a/yanzhu-bigscreen/public/images/one/2x4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/one/3x1.png b/yanzhu-bigscreen/public/images/one/3x1.png deleted file mode 100644 index e73e000f..00000000 Binary files a/yanzhu-bigscreen/public/images/one/3x1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/one/3x2.png b/yanzhu-bigscreen/public/images/one/3x2.png deleted file mode 100644 index 0ef41d9d..00000000 Binary files a/yanzhu-bigscreen/public/images/one/3x2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/one/3x3.png b/yanzhu-bigscreen/public/images/one/3x3.png deleted file mode 100644 index 4df30d52..00000000 Binary files a/yanzhu-bigscreen/public/images/one/3x3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/one/3x32.png b/yanzhu-bigscreen/public/images/one/3x32.png deleted file mode 100644 index 8773cadc..00000000 Binary files a/yanzhu-bigscreen/public/images/one/3x32.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/one/3x4.png b/yanzhu-bigscreen/public/images/one/3x4.png deleted file mode 100644 index ec501363..00000000 Binary files a/yanzhu-bigscreen/public/images/one/3x4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/one/banner.png b/yanzhu-bigscreen/public/images/one/banner.png deleted file mode 100644 index 87f5ecf2..00000000 Binary files a/yanzhu-bigscreen/public/images/one/banner.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/order_1.png b/yanzhu-bigscreen/public/images/order_1.png deleted file mode 100644 index 7f753c20..00000000 Binary files a/yanzhu-bigscreen/public/images/order_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/order_2.png b/yanzhu-bigscreen/public/images/order_2.png deleted file mode 100644 index d172c011..00000000 Binary files a/yanzhu-bigscreen/public/images/order_2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/organization.png b/yanzhu-bigscreen/public/images/organization.png deleted file mode 100644 index 00dbd0a3..00000000 Binary files a/yanzhu-bigscreen/public/images/organization.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/pj_blue.png b/yanzhu-bigscreen/public/images/pj_blue.png deleted file mode 100644 index 24fe6ac4..00000000 Binary files a/yanzhu-bigscreen/public/images/pj_blue.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/pj_green.png b/yanzhu-bigscreen/public/images/pj_green.png deleted file mode 100644 index 6289ac92..00000000 Binary files a/yanzhu-bigscreen/public/images/pj_green.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/pj_grey.png b/yanzhu-bigscreen/public/images/pj_grey.png deleted file mode 100644 index f0c0d45a..00000000 Binary files a/yanzhu-bigscreen/public/images/pj_grey.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/pj_orange.png b/yanzhu-bigscreen/public/images/pj_orange.png deleted file mode 100644 index ed08e917..00000000 Binary files a/yanzhu-bigscreen/public/images/pj_orange.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/pj_red.png b/yanzhu-bigscreen/public/images/pj_red.png deleted file mode 100644 index af3c7961..00000000 Binary files a/yanzhu-bigscreen/public/images/pj_red.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/pj_zc.png b/yanzhu-bigscreen/public/images/pj_zc.png deleted file mode 100644 index 6289ac92..00000000 Binary files a/yanzhu-bigscreen/public/images/pj_zc.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_cexie_blue.png b/yanzhu-bigscreen/public/images/place_cexie_blue.png deleted file mode 100644 index b3ffbbaf..00000000 Binary files a/yanzhu-bigscreen/public/images/place_cexie_blue.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_cexie_green.png b/yanzhu-bigscreen/public/images/place_cexie_green.png deleted file mode 100644 index 492d6900..00000000 Binary files a/yanzhu-bigscreen/public/images/place_cexie_green.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_cexie_grey.png b/yanzhu-bigscreen/public/images/place_cexie_grey.png deleted file mode 100644 index da73e175..00000000 Binary files a/yanzhu-bigscreen/public/images/place_cexie_grey.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_cexie_orange.png b/yanzhu-bigscreen/public/images/place_cexie_orange.png deleted file mode 100644 index 266060f1..00000000 Binary files a/yanzhu-bigscreen/public/images/place_cexie_orange.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_cexie_red.png b/yanzhu-bigscreen/public/images/place_cexie_red.png deleted file mode 100644 index ef78e41d..00000000 Binary files a/yanzhu-bigscreen/public/images/place_cexie_red.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_chenjiang_blue.png b/yanzhu-bigscreen/public/images/place_chenjiang_blue.png deleted file mode 100644 index ef6f6f68..00000000 Binary files a/yanzhu-bigscreen/public/images/place_chenjiang_blue.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_chenjiang_green.png b/yanzhu-bigscreen/public/images/place_chenjiang_green.png deleted file mode 100644 index fdac878f..00000000 Binary files a/yanzhu-bigscreen/public/images/place_chenjiang_green.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_chenjiang_grey.png b/yanzhu-bigscreen/public/images/place_chenjiang_grey.png deleted file mode 100644 index ede06a17..00000000 Binary files a/yanzhu-bigscreen/public/images/place_chenjiang_grey.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_chenjiang_orange.png b/yanzhu-bigscreen/public/images/place_chenjiang_orange.png deleted file mode 100644 index 437744bf..00000000 Binary files a/yanzhu-bigscreen/public/images/place_chenjiang_orange.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_chenjiang_red.png b/yanzhu-bigscreen/public/images/place_chenjiang_red.png deleted file mode 100644 index 8d13db23..00000000 Binary files a/yanzhu-bigscreen/public/images/place_chenjiang_red.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_qingxie_blue.png b/yanzhu-bigscreen/public/images/place_qingxie_blue.png deleted file mode 100644 index 0a11efcc..00000000 Binary files a/yanzhu-bigscreen/public/images/place_qingxie_blue.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_qingxie_green.png b/yanzhu-bigscreen/public/images/place_qingxie_green.png deleted file mode 100644 index 6fe95d1f..00000000 Binary files a/yanzhu-bigscreen/public/images/place_qingxie_green.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_qingxie_grey.png b/yanzhu-bigscreen/public/images/place_qingxie_grey.png deleted file mode 100644 index 5356bdc7..00000000 Binary files a/yanzhu-bigscreen/public/images/place_qingxie_grey.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_qingxie_orange.png b/yanzhu-bigscreen/public/images/place_qingxie_orange.png deleted file mode 100644 index b8b4774c..00000000 Binary files a/yanzhu-bigscreen/public/images/place_qingxie_orange.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_qingxie_red.png b/yanzhu-bigscreen/public/images/place_qingxie_red.png deleted file mode 100644 index 37826545..00000000 Binary files a/yanzhu-bigscreen/public/images/place_qingxie_red.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_shuiwei_blue.png b/yanzhu-bigscreen/public/images/place_shuiwei_blue.png deleted file mode 100644 index af67018a..00000000 Binary files a/yanzhu-bigscreen/public/images/place_shuiwei_blue.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_shuiwei_green.png b/yanzhu-bigscreen/public/images/place_shuiwei_green.png deleted file mode 100644 index 324ed0ce..00000000 Binary files a/yanzhu-bigscreen/public/images/place_shuiwei_green.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_shuiwei_grey.png b/yanzhu-bigscreen/public/images/place_shuiwei_grey.png deleted file mode 100644 index 92b5977c..00000000 Binary files a/yanzhu-bigscreen/public/images/place_shuiwei_grey.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_shuiwei_orange.png b/yanzhu-bigscreen/public/images/place_shuiwei_orange.png deleted file mode 100644 index 8eada453..00000000 Binary files a/yanzhu-bigscreen/public/images/place_shuiwei_orange.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_shuiwei_red.png b/yanzhu-bigscreen/public/images/place_shuiwei_red.png deleted file mode 100644 index 3fb3fed0..00000000 Binary files a/yanzhu-bigscreen/public/images/place_shuiwei_red.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_weiyi_blue.png b/yanzhu-bigscreen/public/images/place_weiyi_blue.png deleted file mode 100644 index 4b2c09ba..00000000 Binary files a/yanzhu-bigscreen/public/images/place_weiyi_blue.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_weiyi_green.png b/yanzhu-bigscreen/public/images/place_weiyi_green.png deleted file mode 100644 index 42931891..00000000 Binary files a/yanzhu-bigscreen/public/images/place_weiyi_green.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_weiyi_grey.png b/yanzhu-bigscreen/public/images/place_weiyi_grey.png deleted file mode 100644 index dc8de3ff..00000000 Binary files a/yanzhu-bigscreen/public/images/place_weiyi_grey.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_weiyi_orange.png b/yanzhu-bigscreen/public/images/place_weiyi_orange.png deleted file mode 100644 index be5f0c37..00000000 Binary files a/yanzhu-bigscreen/public/images/place_weiyi_orange.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_weiyi_red.png b/yanzhu-bigscreen/public/images/place_weiyi_red.png deleted file mode 100644 index 7c7ef302..00000000 Binary files a/yanzhu-bigscreen/public/images/place_weiyi_red.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_yingli_blue.png b/yanzhu-bigscreen/public/images/place_yingli_blue.png deleted file mode 100644 index a736d549..00000000 Binary files a/yanzhu-bigscreen/public/images/place_yingli_blue.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_yingli_green.png b/yanzhu-bigscreen/public/images/place_yingli_green.png deleted file mode 100644 index 5c6a1fdf..00000000 Binary files a/yanzhu-bigscreen/public/images/place_yingli_green.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_yingli_grey.png b/yanzhu-bigscreen/public/images/place_yingli_grey.png deleted file mode 100644 index 7c27b34d..00000000 Binary files a/yanzhu-bigscreen/public/images/place_yingli_grey.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_yingli_orange.png b/yanzhu-bigscreen/public/images/place_yingli_orange.png deleted file mode 100644 index ee9c1b30..00000000 Binary files a/yanzhu-bigscreen/public/images/place_yingli_orange.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/place_yingli_red.png b/yanzhu-bigscreen/public/images/place_yingli_red.png deleted file mode 100644 index 443f36f5..00000000 Binary files a/yanzhu-bigscreen/public/images/place_yingli_red.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/plannePIc.png b/yanzhu-bigscreen/public/images/plannePIc.png deleted file mode 100644 index b07e4dff..00000000 Binary files a/yanzhu-bigscreen/public/images/plannePIc.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/popup-bgd-img.png b/yanzhu-bigscreen/public/images/popup-bgd-img.png deleted file mode 100644 index cfcd220d..00000000 Binary files a/yanzhu-bigscreen/public/images/popup-bgd-img.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/popup_top.png b/yanzhu-bigscreen/public/images/popup_top.png deleted file mode 100644 index 8ff430e7..00000000 Binary files a/yanzhu-bigscreen/public/images/popup_top.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/prj1.svg b/yanzhu-bigscreen/public/images/prj1.svg deleted file mode 100644 index 3b5624f2..00000000 --- a/yanzhu-bigscreen/public/images/prj1.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/yanzhu-bigscreen/public/images/prj2.svg b/yanzhu-bigscreen/public/images/prj2.svg deleted file mode 100644 index 96c4b4ed..00000000 --- a/yanzhu-bigscreen/public/images/prj2.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/yanzhu-bigscreen/public/images/prj3.svg b/yanzhu-bigscreen/public/images/prj3.svg deleted file mode 100644 index 70547b32..00000000 --- a/yanzhu-bigscreen/public/images/prj3.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/yanzhu-bigscreen/public/images/project_amount_bgd.png b/yanzhu-bigscreen/public/images/project_amount_bgd.png deleted file mode 100644 index 611a4403..00000000 Binary files a/yanzhu-bigscreen/public/images/project_amount_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/prop_bgd.png b/yanzhu-bigscreen/public/images/prop_bgd.png deleted file mode 100644 index b07e4dff..00000000 Binary files a/yanzhu-bigscreen/public/images/prop_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/qd.png b/yanzhu-bigscreen/public/images/qd.png deleted file mode 100644 index 9a2f17ee..00000000 Binary files a/yanzhu-bigscreen/public/images/qd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/quality_icon_1.png b/yanzhu-bigscreen/public/images/quality_icon_1.png deleted file mode 100644 index 30b9eb51..00000000 Binary files a/yanzhu-bigscreen/public/images/quality_icon_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/quality_icon_2.png b/yanzhu-bigscreen/public/images/quality_icon_2.png deleted file mode 100644 index c4ceb704..00000000 Binary files a/yanzhu-bigscreen/public/images/quality_icon_2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/quality_icon_3.png b/yanzhu-bigscreen/public/images/quality_icon_3.png deleted file mode 100644 index 26406f41..00000000 Binary files a/yanzhu-bigscreen/public/images/quality_icon_3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/quality_target_1.png b/yanzhu-bigscreen/public/images/quality_target_1.png deleted file mode 100644 index 6701f9fa..00000000 Binary files a/yanzhu-bigscreen/public/images/quality_target_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/quality_target_2.png b/yanzhu-bigscreen/public/images/quality_target_2.png deleted file mode 100644 index f6156543..00000000 Binary files a/yanzhu-bigscreen/public/images/quality_target_2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/quality_target_3.png b/yanzhu-bigscreen/public/images/quality_target_3.png deleted file mode 100644 index 23c2eb1d..00000000 Binary files a/yanzhu-bigscreen/public/images/quality_target_3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/quality_target_4.png b/yanzhu-bigscreen/public/images/quality_target_4.png deleted file mode 100644 index 90c757e7..00000000 Binary files a/yanzhu-bigscreen/public/images/quality_target_4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/quality_target_5.png b/yanzhu-bigscreen/public/images/quality_target_5.png deleted file mode 100644 index 144e31c3..00000000 Binary files a/yanzhu-bigscreen/public/images/quality_target_5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/qy.png b/yanzhu-bigscreen/public/images/qy.png deleted file mode 100644 index 332a961d..00000000 Binary files a/yanzhu-bigscreen/public/images/qy.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/ratio_bgd.png b/yanzhu-bigscreen/public/images/ratio_bgd.png deleted file mode 100644 index 5b5e4e0c..00000000 Binary files a/yanzhu-bigscreen/public/images/ratio_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/red/0x5.png b/yanzhu-bigscreen/public/images/red/0x5.png deleted file mode 100644 index 10f4a86e..00000000 Binary files a/yanzhu-bigscreen/public/images/red/0x5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/red/1x1.png b/yanzhu-bigscreen/public/images/red/1x1.png deleted file mode 100644 index c43e3ef6..00000000 Binary files a/yanzhu-bigscreen/public/images/red/1x1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/red/1x1_1.png b/yanzhu-bigscreen/public/images/red/1x1_1.png deleted file mode 100644 index 038a4d06..00000000 Binary files a/yanzhu-bigscreen/public/images/red/1x1_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/red/1x2.png b/yanzhu-bigscreen/public/images/red/1x2.png deleted file mode 100644 index 6bfcf3d2..00000000 Binary files a/yanzhu-bigscreen/public/images/red/1x2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/red/1x2_1.png b/yanzhu-bigscreen/public/images/red/1x2_1.png deleted file mode 100644 index 68bcf701..00000000 Binary files a/yanzhu-bigscreen/public/images/red/1x2_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/red/2x2.png b/yanzhu-bigscreen/public/images/red/2x2.png deleted file mode 100644 index fefebbef..00000000 Binary files a/yanzhu-bigscreen/public/images/red/2x2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/red/2x2_1.png b/yanzhu-bigscreen/public/images/red/2x2_1.png deleted file mode 100644 index 5f99178a..00000000 Binary files a/yanzhu-bigscreen/public/images/red/2x2_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/red/big_bgd.png b/yanzhu-bigscreen/public/images/red/big_bgd.png deleted file mode 100644 index cf6c939a..00000000 Binary files a/yanzhu-bigscreen/public/images/red/big_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/red/video.png b/yanzhu-bigscreen/public/images/red/video.png deleted file mode 100644 index a236d338..00000000 Binary files a/yanzhu-bigscreen/public/images/red/video.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/return_btn_bgd.png b/yanzhu-bigscreen/public/images/return_btn_bgd.png deleted file mode 100644 index 631c9c4b..00000000 Binary files a/yanzhu-bigscreen/public/images/return_btn_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/return_icon.png b/yanzhu-bigscreen/public/images/return_icon.png deleted file mode 100644 index 05d80dae..00000000 Binary files a/yanzhu-bigscreen/public/images/return_icon.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/right.png b/yanzhu-bigscreen/public/images/right.png deleted file mode 100644 index 59f4efa9..00000000 Binary files a/yanzhu-bigscreen/public/images/right.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/run_circle.png b/yanzhu-bigscreen/public/images/run_circle.png deleted file mode 100644 index 6aaa1128..00000000 Binary files a/yanzhu-bigscreen/public/images/run_circle.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/safe_tower_left.png b/yanzhu-bigscreen/public/images/safe_tower_left.png deleted file mode 100644 index 6e045e49..00000000 Binary files a/yanzhu-bigscreen/public/images/safe_tower_left.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/safe_tower_left_a.png b/yanzhu-bigscreen/public/images/safe_tower_left_a.png deleted file mode 100644 index 6e045e49..00000000 Binary files a/yanzhu-bigscreen/public/images/safe_tower_left_a.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/safe_tower_name_bgd.png b/yanzhu-bigscreen/public/images/safe_tower_name_bgd.png deleted file mode 100644 index f1757c11..00000000 Binary files a/yanzhu-bigscreen/public/images/safe_tower_name_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/safe_tower_right.png b/yanzhu-bigscreen/public/images/safe_tower_right.png deleted file mode 100644 index 0132caf7..00000000 Binary files a/yanzhu-bigscreen/public/images/safe_tower_right.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/safe_tower_right_a.png b/yanzhu-bigscreen/public/images/safe_tower_right_a.png deleted file mode 100644 index 9f326625..00000000 Binary files a/yanzhu-bigscreen/public/images/safe_tower_right_a.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/safety_hat.png b/yanzhu-bigscreen/public/images/safety_hat.png deleted file mode 100644 index f7c221a9..00000000 Binary files a/yanzhu-bigscreen/public/images/safety_hat.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sand_table_bgd.png b/yanzhu-bigscreen/public/images/sand_table_bgd.png deleted file mode 100644 index 87caf12b..00000000 Binary files a/yanzhu-bigscreen/public/images/sand_table_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/search.png b/yanzhu-bigscreen/public/images/search.png deleted file mode 100644 index d74e8ca5..00000000 Binary files a/yanzhu-bigscreen/public/images/search.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/security1.gif b/yanzhu-bigscreen/public/images/security1.gif deleted file mode 100644 index 39ab3886..00000000 Binary files a/yanzhu-bigscreen/public/images/security1.gif and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/select_bgd.png b/yanzhu-bigscreen/public/images/select_bgd.png deleted file mode 100644 index 22f87897..00000000 Binary files a/yanzhu-bigscreen/public/images/select_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sereen_bgd.png b/yanzhu-bigscreen/public/images/sereen_bgd.png deleted file mode 100644 index bb689338..00000000 Binary files a/yanzhu-bigscreen/public/images/sereen_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sjkcad.png b/yanzhu-bigscreen/public/images/sjkcad.png deleted file mode 100644 index 71e8e22d..00000000 Binary files a/yanzhu-bigscreen/public/images/sjkcad.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/small_title.png b/yanzhu-bigscreen/public/images/small_title.png deleted file mode 100644 index 9eb30300..00000000 Binary files a/yanzhu-bigscreen/public/images/small_title.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_bys_bj.png b/yanzhu-bigscreen/public/images/sp_bys_bj.png deleted file mode 100644 index 9683cf43..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_bys_bj.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_bys_lx.png b/yanzhu-bigscreen/public/images/sp_bys_lx.png deleted file mode 100644 index e50c7313..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_bys_lx.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_bys_zc.png b/yanzhu-bigscreen/public/images/sp_bys_zc.png deleted file mode 100644 index 38474a82..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_bys_zc.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_hj_bj.png b/yanzhu-bigscreen/public/images/sp_hj_bj.png deleted file mode 100644 index 0d018931..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_hj_bj.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_hj_lx.png b/yanzhu-bigscreen/public/images/sp_hj_lx.png deleted file mode 100644 index 88ac1b85..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_hj_lx.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_hj_zc.png b/yanzhu-bigscreen/public/images/sp_hj_zc.png deleted file mode 100644 index 32e9f03f..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_hj_zc.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_hnt_bj.png b/yanzhu-bigscreen/public/images/sp_hnt_bj.png deleted file mode 100644 index eb770aa2..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_hnt_bj.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_hnt_lx.png b/yanzhu-bigscreen/public/images/sp_hnt_lx.png deleted file mode 100644 index 07c848f0..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_hnt_lx.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_hnt_zc.png b/yanzhu-bigscreen/public/images/sp_hnt_zc.png deleted file mode 100644 index c9c19478..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_hnt_zc.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_jk_bj.png b/yanzhu-bigscreen/public/images/sp_jk_bj.png deleted file mode 100644 index c52c4273..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_jk_bj.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_jk_lx.png b/yanzhu-bigscreen/public/images/sp_jk_lx.png deleted file mode 100644 index b56ad75b..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_jk_lx.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_jk_zc.png b/yanzhu-bigscreen/public/images/sp_jk_zc.png deleted file mode 100644 index 0b0c284f..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_jk_zc.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_jx_bj.png b/yanzhu-bigscreen/public/images/sp_jx_bj.png deleted file mode 100644 index 7ae4214c..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_jx_bj.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_jx_lx.png b/yanzhu-bigscreen/public/images/sp_jx_lx.png deleted file mode 100644 index e0476a41..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_jx_lx.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_jx_zc.png b/yanzhu-bigscreen/public/images/sp_jx_zc.png deleted file mode 100644 index 9607f769..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_jx_zc.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_legend_bys.png b/yanzhu-bigscreen/public/images/sp_legend_bys.png deleted file mode 100644 index c61ded7f..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_legend_bys.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_legend_hj.png b/yanzhu-bigscreen/public/images/sp_legend_hj.png deleted file mode 100644 index 1f8f998c..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_legend_hj.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_legend_hnt.png b/yanzhu-bigscreen/public/images/sp_legend_hnt.png deleted file mode 100644 index 1464650b..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_legend_hnt.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_legend_jk.png b/yanzhu-bigscreen/public/images/sp_legend_jk.png deleted file mode 100644 index d3f7b5c9..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_legend_jk.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_legend_jx.png b/yanzhu-bigscreen/public/images/sp_legend_jx.png deleted file mode 100644 index 4a760c92..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_legend_jx.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_legend_pdx.png b/yanzhu-bigscreen/public/images/sp_legend_pdx.png deleted file mode 100644 index 20ecf964..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_legend_pdx.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_legend_pj.png b/yanzhu-bigscreen/public/images/sp_legend_pj.png deleted file mode 100644 index 35b413c0..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_legend_pj.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_legend_sp.png b/yanzhu-bigscreen/public/images/sp_legend_sp.png deleted file mode 100644 index bde49587..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_legend_sp.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_pdx_bj.png b/yanzhu-bigscreen/public/images/sp_pdx_bj.png deleted file mode 100644 index c41c2bd4..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_pdx_bj.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_pdx_lx.png b/yanzhu-bigscreen/public/images/sp_pdx_lx.png deleted file mode 100644 index ad60402a..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_pdx_lx.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_pdx_zc.png b/yanzhu-bigscreen/public/images/sp_pdx_zc.png deleted file mode 100644 index 98917837..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_pdx_zc.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_pj_bj.png b/yanzhu-bigscreen/public/images/sp_pj_bj.png deleted file mode 100644 index ad1c796c..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_pj_bj.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_pj_lx.png b/yanzhu-bigscreen/public/images/sp_pj_lx.png deleted file mode 100644 index b1bf697c..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_pj_lx.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_pj_zc.png b/yanzhu-bigscreen/public/images/sp_pj_zc.png deleted file mode 100644 index 50665738..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_pj_zc.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_sp_bj.png b/yanzhu-bigscreen/public/images/sp_sp_bj.png deleted file mode 100644 index d4c94d8b..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_sp_bj.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_sp_lx.png b/yanzhu-bigscreen/public/images/sp_sp_lx.png deleted file mode 100644 index cc820ba8..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_sp_lx.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/sp_sp_zc.png b/yanzhu-bigscreen/public/images/sp_sp_zc.png deleted file mode 100644 index 85c7b433..00000000 Binary files a/yanzhu-bigscreen/public/images/sp_sp_zc.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/state_bgd.png b/yanzhu-bigscreen/public/images/state_bgd.png deleted file mode 100644 index fc839e2a..00000000 Binary files a/yanzhu-bigscreen/public/images/state_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/state_lx_bgd.png b/yanzhu-bigscreen/public/images/state_lx_bgd.png deleted file mode 100644 index 39f81a52..00000000 Binary files a/yanzhu-bigscreen/public/images/state_lx_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_bgd_fb.png b/yanzhu-bigscreen/public/images/survey_bgd_fb.png deleted file mode 100644 index 1dfa8a9c..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_bgd_fb.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_bgd_zl.png b/yanzhu-bigscreen/public/images/survey_bgd_zl.png deleted file mode 100644 index 2939da45..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_bgd_zl.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_bgd_zy.png b/yanzhu-bigscreen/public/images/survey_bgd_zy.png deleted file mode 100644 index bc7334c5..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_bgd_zy.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_btn.png b/yanzhu-bigscreen/public/images/survey_btn.png deleted file mode 100644 index 64fa7ec6..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_btn.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_btn_active.png b/yanzhu-bigscreen/public/images/survey_btn_active.png deleted file mode 100644 index 4af5922f..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_btn_active.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_icon_1.png b/yanzhu-bigscreen/public/images/survey_icon_1.png deleted file mode 100644 index cfe47b2c..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_icon_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_icon_10.png b/yanzhu-bigscreen/public/images/survey_icon_10.png deleted file mode 100644 index d334754c..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_icon_10.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_icon_11.png b/yanzhu-bigscreen/public/images/survey_icon_11.png deleted file mode 100644 index 060da828..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_icon_11.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_icon_12.png b/yanzhu-bigscreen/public/images/survey_icon_12.png deleted file mode 100644 index 1046ba2e..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_icon_12.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_icon_13.png b/yanzhu-bigscreen/public/images/survey_icon_13.png deleted file mode 100644 index 2f612da6..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_icon_13.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_icon_2.png b/yanzhu-bigscreen/public/images/survey_icon_2.png deleted file mode 100644 index 91bdd5e7..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_icon_2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_icon_3.png b/yanzhu-bigscreen/public/images/survey_icon_3.png deleted file mode 100644 index 2fa22a27..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_icon_3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_icon_4.png b/yanzhu-bigscreen/public/images/survey_icon_4.png deleted file mode 100644 index 090d5358..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_icon_4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_icon_5.png b/yanzhu-bigscreen/public/images/survey_icon_5.png deleted file mode 100644 index 3f60b994..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_icon_5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_icon_6.png b/yanzhu-bigscreen/public/images/survey_icon_6.png deleted file mode 100644 index 87a4525c..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_icon_6.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_icon_7.png b/yanzhu-bigscreen/public/images/survey_icon_7.png deleted file mode 100644 index f09aa9aa..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_icon_7.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_icon_8.png b/yanzhu-bigscreen/public/images/survey_icon_8.png deleted file mode 100644 index 5587d8de..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_icon_8.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_icon_9.png b/yanzhu-bigscreen/public/images/survey_icon_9.png deleted file mode 100644 index 1f3d928a..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_icon_9.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/survey_total_icon.png b/yanzhu-bigscreen/public/images/survey_total_icon.png deleted file mode 100644 index 4d0472b1..00000000 Binary files a/yanzhu-bigscreen/public/images/survey_total_icon.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/table_tr.png b/yanzhu-bigscreen/public/images/table_tr.png deleted file mode 100644 index 49897cc4..00000000 Binary files a/yanzhu-bigscreen/public/images/table_tr.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/technology_bgd.jpg b/yanzhu-bigscreen/public/images/technology_bgd.jpg deleted file mode 100644 index a7878aa2..00000000 Binary files a/yanzhu-bigscreen/public/images/technology_bgd.jpg and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/technology_bgd.png b/yanzhu-bigscreen/public/images/technology_bgd.png deleted file mode 100644 index a7878aa2..00000000 Binary files a/yanzhu-bigscreen/public/images/technology_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/technology_bgd_new.png b/yanzhu-bigscreen/public/images/technology_bgd_new.png deleted file mode 100644 index 02906ec0..00000000 Binary files a/yanzhu-bigscreen/public/images/technology_bgd_new.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/text_bgd.png b/yanzhu-bigscreen/public/images/text_bgd.png deleted file mode 100644 index d812410f..00000000 Binary files a/yanzhu-bigscreen/public/images/text_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/text_red_bgd.png b/yanzhu-bigscreen/public/images/text_red_bgd.png deleted file mode 100644 index 2a113bc2..00000000 Binary files a/yanzhu-bigscreen/public/images/text_red_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/text_red_safe_bgd.png b/yanzhu-bigscreen/public/images/text_red_safe_bgd.png deleted file mode 100644 index e4be3236..00000000 Binary files a/yanzhu-bigscreen/public/images/text_red_safe_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/text_red_spot.png b/yanzhu-bigscreen/public/images/text_red_spot.png deleted file mode 100644 index bcf06f5e..00000000 Binary files a/yanzhu-bigscreen/public/images/text_red_spot.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/text_red_spot_p.png b/yanzhu-bigscreen/public/images/text_red_spot_p.png deleted file mode 100644 index 5263e149..00000000 Binary files a/yanzhu-bigscreen/public/images/text_red_spot_p.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/text_spot.png b/yanzhu-bigscreen/public/images/text_spot.png deleted file mode 100644 index 9efb7a5d..00000000 Binary files a/yanzhu-bigscreen/public/images/text_spot.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/three/3x2.png b/yanzhu-bigscreen/public/images/three/3x2.png deleted file mode 100644 index d3acb0a5..00000000 Binary files a/yanzhu-bigscreen/public/images/three/3x2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/title_icon.png b/yanzhu-bigscreen/public/images/title_icon.png deleted file mode 100644 index 7c155e20..00000000 Binary files a/yanzhu-bigscreen/public/images/title_icon.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/title_tab.png b/yanzhu-bigscreen/public/images/title_tab.png deleted file mode 100644 index 124daf80..00000000 Binary files a/yanzhu-bigscreen/public/images/title_tab.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/title_tab_active.png b/yanzhu-bigscreen/public/images/title_tab_active.png deleted file mode 100644 index 8f8004fe..00000000 Binary files a/yanzhu-bigscreen/public/images/title_tab_active.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/title_tab_active_red.png b/yanzhu-bigscreen/public/images/title_tab_active_red.png deleted file mode 100644 index c65f1056..00000000 Binary files a/yanzhu-bigscreen/public/images/title_tab_active_red.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/title_tab_red.png b/yanzhu-bigscreen/public/images/title_tab_red.png deleted file mode 100644 index b4601f64..00000000 Binary files a/yanzhu-bigscreen/public/images/title_tab_red.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/tower_crane.png b/yanzhu-bigscreen/public/images/tower_crane.png deleted file mode 100644 index e1af60e2..00000000 Binary files a/yanzhu-bigscreen/public/images/tower_crane.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/two/1x1.png b/yanzhu-bigscreen/public/images/two/1x1.png deleted file mode 100644 index edffffbe..00000000 Binary files a/yanzhu-bigscreen/public/images/two/1x1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/two/1x2.png b/yanzhu-bigscreen/public/images/two/1x2.png deleted file mode 100644 index dd88e6fb..00000000 Binary files a/yanzhu-bigscreen/public/images/two/1x2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/two/1x3.png b/yanzhu-bigscreen/public/images/two/1x3.png deleted file mode 100644 index 1a7dfb29..00000000 Binary files a/yanzhu-bigscreen/public/images/two/1x3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/two/1x4.png b/yanzhu-bigscreen/public/images/two/1x4.png deleted file mode 100644 index b6d946fe..00000000 Binary files a/yanzhu-bigscreen/public/images/two/1x4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/two/2x1.png b/yanzhu-bigscreen/public/images/two/2x1.png deleted file mode 100644 index 60b941e5..00000000 Binary files a/yanzhu-bigscreen/public/images/two/2x1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/two/2x2.png b/yanzhu-bigscreen/public/images/two/2x2.png deleted file mode 100644 index 80f2e255..00000000 Binary files a/yanzhu-bigscreen/public/images/two/2x2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/two/2x3.png b/yanzhu-bigscreen/public/images/two/2x3.png deleted file mode 100644 index cc113c83..00000000 Binary files a/yanzhu-bigscreen/public/images/two/2x3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/two/2x4.png b/yanzhu-bigscreen/public/images/two/2x4.png deleted file mode 100644 index 159a22fd..00000000 Binary files a/yanzhu-bigscreen/public/images/two/2x4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/two/3x1.png b/yanzhu-bigscreen/public/images/two/3x1.png deleted file mode 100644 index 8a9cd185..00000000 Binary files a/yanzhu-bigscreen/public/images/two/3x1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/two/3x2.png b/yanzhu-bigscreen/public/images/two/3x2.png deleted file mode 100644 index e463c391..00000000 Binary files a/yanzhu-bigscreen/public/images/two/3x2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/two/3x3.png b/yanzhu-bigscreen/public/images/two/3x3.png deleted file mode 100644 index 9e3cc80e..00000000 Binary files a/yanzhu-bigscreen/public/images/two/3x3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/two/3x4.png b/yanzhu-bigscreen/public/images/two/3x4.png deleted file mode 100644 index 2330c750..00000000 Binary files a/yanzhu-bigscreen/public/images/two/3x4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/up.png b/yanzhu-bigscreen/public/images/up.png deleted file mode 100644 index c4b7c421..00000000 Binary files a/yanzhu-bigscreen/public/images/up.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/utilization.png b/yanzhu-bigscreen/public/images/utilization.png deleted file mode 100644 index acd6a50f..00000000 Binary files a/yanzhu-bigscreen/public/images/utilization.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/vehicle_chu.png b/yanzhu-bigscreen/public/images/vehicle_chu.png deleted file mode 100644 index 79696d50..00000000 Binary files a/yanzhu-bigscreen/public/images/vehicle_chu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/vehicle_jin.png b/yanzhu-bigscreen/public/images/vehicle_jin.png deleted file mode 100644 index 415b6348..00000000 Binary files a/yanzhu-bigscreen/public/images/vehicle_jin.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/video_1.png b/yanzhu-bigscreen/public/images/video_1.png deleted file mode 100644 index af94cd45..00000000 Binary files a/yanzhu-bigscreen/public/images/video_1.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/video_2.png b/yanzhu-bigscreen/public/images/video_2.png deleted file mode 100644 index 97c91fe8..00000000 Binary files a/yanzhu-bigscreen/public/images/video_2.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/video_3.png b/yanzhu-bigscreen/public/images/video_3.png deleted file mode 100644 index fe8645d7..00000000 Binary files a/yanzhu-bigscreen/public/images/video_3.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/video_4.png b/yanzhu-bigscreen/public/images/video_4.png deleted file mode 100644 index d0f6a90d..00000000 Binary files a/yanzhu-bigscreen/public/images/video_4.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/video_5.png b/yanzhu-bigscreen/public/images/video_5.png deleted file mode 100644 index 471b9ea6..00000000 Binary files a/yanzhu-bigscreen/public/images/video_5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/video_6.png b/yanzhu-bigscreen/public/images/video_6.png deleted file mode 100644 index 5d43cc10..00000000 Binary files a/yanzhu-bigscreen/public/images/video_6.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/video_7.png b/yanzhu-bigscreen/public/images/video_7.png deleted file mode 100644 index 3fe581ad..00000000 Binary files a/yanzhu-bigscreen/public/images/video_7.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/video_8.png b/yanzhu-bigscreen/public/images/video_8.png deleted file mode 100644 index 537ea00d..00000000 Binary files a/yanzhu-bigscreen/public/images/video_8.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/video_bgd.png b/yanzhu-bigscreen/public/images/video_bgd.png deleted file mode 100644 index ed6a7b9d..00000000 Binary files a/yanzhu-bigscreen/public/images/video_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/video_device.png b/yanzhu-bigscreen/public/images/video_device.png deleted file mode 100644 index 3350a1d9..00000000 Binary files a/yanzhu-bigscreen/public/images/video_device.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/video_list_title.png b/yanzhu-bigscreen/public/images/video_list_title.png deleted file mode 100644 index 9ed5c7aa..00000000 Binary files a/yanzhu-bigscreen/public/images/video_list_title.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/video_title.png b/yanzhu-bigscreen/public/images/video_title.png deleted file mode 100644 index 9eb30300..00000000 Binary files a/yanzhu-bigscreen/public/images/video_title.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_PM10.png b/yanzhu-bigscreen/public/images/warning_PM10.png deleted file mode 100644 index 133fcf26..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_PM10.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_PM2.5.png b/yanzhu-bigscreen/public/images/warning_PM2.5.png deleted file mode 100644 index b8c41d81..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_PM2.5.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_baohuweizhang.png b/yanzhu-bigscreen/public/images/warning_baohuweizhang.png deleted file mode 100644 index dfd39cbf..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_baohuweizhang.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_caozuozheng.png b/yanzhu-bigscreen/public/images/warning_caozuozheng.png deleted file mode 100644 index d6a608a9..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_caozuozheng.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_cexie.png b/yanzhu-bigscreen/public/images/warning_cexie.png deleted file mode 100644 index 8841b038..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_cexie.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_chaozhong.png b/yanzhu-bigscreen/public/images/warning_chaozhong.png deleted file mode 100644 index 5d7eebdd..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_chaozhong.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_chenjiang.png b/yanzhu-bigscreen/public/images/warning_chenjiang.png deleted file mode 100644 index ef54622e..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_chenjiang.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_dianliu.png b/yanzhu-bigscreen/public/images/warning_dianliu.png deleted file mode 100644 index 32c4f421..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_dianliu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_diaozhong.png b/yanzhu-bigscreen/public/images/warning_diaozhong.png deleted file mode 100644 index b3b10e6f..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_diaozhong.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_fangpengzhuang.png b/yanzhu-bigscreen/public/images/warning_fangpengzhuang.png deleted file mode 100644 index 682798ec..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_fangpengzhuang.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_fengsu.png b/yanzhu-bigscreen/public/images/warning_fengsu.png deleted file mode 100644 index 5e42ed26..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_fengsu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_fudu.png b/yanzhu-bigscreen/public/images/warning_fudu.png deleted file mode 100644 index c935fc26..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_fudu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_gaodu.png b/yanzhu-bigscreen/public/images/warning_gaodu.png deleted file mode 100644 index a101e3ec..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_gaodu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_gaoxianwei.png b/yanzhu-bigscreen/public/images/warning_gaoxianwei.png deleted file mode 100644 index f9b63987..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_gaoxianwei.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_huizhuan.png b/yanzhu-bigscreen/public/images/warning_huizhuan.png deleted file mode 100644 index 90238a92..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_huizhuan.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_icon_ai.png b/yanzhu-bigscreen/public/images/warning_icon_ai.png deleted file mode 100644 index d220fcfc..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_icon_ai.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_icon_anquang.png b/yanzhu-bigscreen/public/images/warning_icon_anquang.png deleted file mode 100644 index 01d10853..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_icon_anquang.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_icon_biaoyangshi.png b/yanzhu-bigscreen/public/images/warning_icon_biaoyangshi.png deleted file mode 100644 index c178297f..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_icon_biaoyangshi.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_icon_huanjing.png b/yanzhu-bigscreen/public/images/warning_icon_huanjing.png deleted file mode 100644 index 2f86bf9e..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_icon_huanjing.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_icon_jikeng.png b/yanzhu-bigscreen/public/images/warning_icon_jikeng.png deleted file mode 100644 index bc863983..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_icon_jikeng.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_icon_pajia.png b/yanzhu-bigscreen/public/images/warning_icon_pajia.png deleted file mode 100644 index a3098879..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_icon_pajia.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_icon_peidianxiang.png b/yanzhu-bigscreen/public/images/warning_icon_peidianxiang.png deleted file mode 100644 index 898cb492..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_icon_peidianxiang.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_icon_taji.png b/yanzhu-bigscreen/public/images/warning_icon_taji.png deleted file mode 100644 index 47f50a22..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_icon_taji.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_icon_zhiliang.png b/yanzhu-bigscreen/public/images/warning_icon_zhiliang.png deleted file mode 100644 index 57676c89..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_icon_zhiliang.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_jixie.png b/yanzhu-bigscreen/public/images/warning_jixie.png deleted file mode 100644 index c72e2d50..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_jixie.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_liju.png b/yanzhu-bigscreen/public/images/warning_liju.png deleted file mode 100644 index 8b0dcfff..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_liju.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_mensuo.png b/yanzhu-bigscreen/public/images/warning_mensuo.png deleted file mode 100644 index 4a176c95..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_mensuo.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_qingjiao.png b/yanzhu-bigscreen/public/images/warning_qingjiao.png deleted file mode 100644 index c606ba61..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_qingjiao.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_qingxie.png b/yanzhu-bigscreen/public/images/warning_qingxie.png deleted file mode 100644 index 26f13713..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_qingxie.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_renyuan.png b/yanzhu-bigscreen/public/images/warning_renyuan.png deleted file mode 100644 index 99cc8f3d..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_renyuan.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_shidu.png b/yanzhu-bigscreen/public/images/warning_shidu.png deleted file mode 100644 index 4f901187..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_shidu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_shipinlixian.png b/yanzhu-bigscreen/public/images/warning_shipinlixian.png deleted file mode 100644 index ec52fb81..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_shipinlixian.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_shuiwei.png b/yanzhu-bigscreen/public/images/warning_shuiwei.png deleted file mode 100644 index 38594f0b..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_shuiwei.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_weiyi.png b/yanzhu-bigscreen/public/images/warning_weiyi.png deleted file mode 100644 index 0410c277..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_weiyi.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_wendu.png b/yanzhu-bigscreen/public/images/warning_wendu.png deleted file mode 100644 index 590c441a..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_wendu.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_yingli.png b/yanzhu-bigscreen/public/images/warning_yingli.png deleted file mode 100644 index 4a4c746d..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_yingli.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_yujing.png b/yanzhu-bigscreen/public/images/warning_yujing.png deleted file mode 100644 index 83453dea..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_yujing.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_zaoyin.png b/yanzhu-bigscreen/public/images/warning_zaoyin.png deleted file mode 100644 index 90a67515..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_zaoyin.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_zhongliang.png b/yanzhu-bigscreen/public/images/warning_zhongliang.png deleted file mode 100644 index afa4916c..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_zhongliang.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/warning_zhuanjiao.png b/yanzhu-bigscreen/public/images/warning_zhuanjiao.png deleted file mode 100644 index 6ba38beb..00000000 Binary files a/yanzhu-bigscreen/public/images/warning_zhuanjiao.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/weather.png b/yanzhu-bigscreen/public/images/weather.png deleted file mode 100644 index 8fa642df..00000000 Binary files a/yanzhu-bigscreen/public/images/weather.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/weekly_check.png b/yanzhu-bigscreen/public/images/weekly_check.png deleted file mode 100644 index 041f49f3..00000000 Binary files a/yanzhu-bigscreen/public/images/weekly_check.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/yuzhi_bgd.png b/yanzhu-bigscreen/public/images/yuzhi_bgd.png deleted file mode 100644 index 6a8fbc96..00000000 Binary files a/yanzhu-bigscreen/public/images/yuzhi_bgd.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/zzfs_bgf.png b/yanzhu-bigscreen/public/images/zzfs_bgf.png deleted file mode 100644 index cf6d4cfa..00000000 Binary files a/yanzhu-bigscreen/public/images/zzfs_bgf.png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/强度 (2).png b/yanzhu-bigscreen/public/images/强度 (2).png deleted file mode 100644 index fda34bce..00000000 Binary files a/yanzhu-bigscreen/public/images/强度 (2).png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/成熟度 (2).png b/yanzhu-bigscreen/public/images/成熟度 (2).png deleted file mode 100644 index a83327d3..00000000 Binary files a/yanzhu-bigscreen/public/images/成熟度 (2).png and /dev/null differ diff --git a/yanzhu-bigscreen/public/images/气压 (2).png b/yanzhu-bigscreen/public/images/气压 (2).png deleted file mode 100644 index 1671d61c..00000000 Binary files a/yanzhu-bigscreen/public/images/气压 (2).png and /dev/null differ diff --git a/yanzhu-bigscreen/public/libDecoder.wasm b/yanzhu-bigscreen/public/libDecoder.wasm deleted file mode 100644 index a45028da..00000000 Binary files a/yanzhu-bigscreen/public/libDecoder.wasm and /dev/null differ diff --git a/yanzhu-bigscreen/src/views/bimBriefing.vue b/yanzhu-bigscreen/src/views/bimBriefing.vue index 8452b1e1..83c4a591 100644 --- a/yanzhu-bigscreen/src/views/bimBriefing.vue +++ b/yanzhu-bigscreen/src/views/bimBriefing.vue @@ -489,13 +489,13 @@ export default { }, arrowRetract() { if (this.leftShow == true) { - this.rightSrc = "./images/arrow_right_open.png"; - this.leftSrc = "./images/arrow_left_open.png"; + this.rightSrc = "/cdn/bsimages/arrow_right_open.png"; + this.leftSrc = "/cdn/bsimages/arrow_left_open.png"; $("#arrowLeft").animate({ left: 10 + "px" }, 300); $("#arrowRight").animate({ right: 10 + "px" }, 300); } else { - this.rightSrc = "./images/arrow_right_retract.png"; - this.leftSrc = "./images/arrow_left_retract.png"; + this.rightSrc = "/cdn/bsimages/arrow_right_retract.png"; + this.leftSrc = "/cdn/bsimages/arrow_left_retract.png"; $("#arrowLeft").animate({ left: 490 + "px" }, 300); $("#arrowRight").animate({ right: 490 + "px" }, 300); diff --git a/yanzhu-bigscreen/src/views/bimManage.vue b/yanzhu-bigscreen/src/views/bimManage.vue index 0f7b684a..a5dbb448 100644 --- a/yanzhu-bigscreen/src/views/bimManage.vue +++ b/yanzhu-bigscreen/src/views/bimManage.vue @@ -660,13 +660,13 @@ export default { }, arrowRetract() { if (this.leftShow == true) { - this.rightSrc = "./images/arrow_right_open.png"; - this.leftSrc = "./images/arrow_left_open.png"; + this.rightSrc = "/cdn/bsimages/arrow_right_open.png"; + this.leftSrc = "/cdn/bsimages/arrow_left_open.png"; $("#arrowLeft").animate({ left: 10 + "px" }, 300); $("#arrowRight").animate({ right: 10 + "px" }, 300); } else { - this.rightSrc = "./images/arrow_right_retract.png"; - this.leftSrc = "./images/arrow_left_retract.png"; + this.rightSrc = "/cdn/bsimages/arrow_right_retract.png"; + this.leftSrc = "/cdn/bsimages/arrow_left_retract.png"; $("#arrowLeft").animate({ left: 490 + "px" }, 300); $("#arrowRight").animate({ right: 490 + "px" }, 300); diff --git a/yanzhu-bigscreen/src/views/bimRoaming.vue b/yanzhu-bigscreen/src/views/bimRoaming.vue index 51004542..ca766b0c 100644 --- a/yanzhu-bigscreen/src/views/bimRoaming.vue +++ b/yanzhu-bigscreen/src/views/bimRoaming.vue @@ -359,13 +359,13 @@ export default { arrowRetract() { if (this.leftShow == true) { - this.rightSrc = "./images/arrow_right_open.png"; - this.leftSrc = "./images/arrow_left_open.png"; + this.rightSrc = "/cdn/bsimages/arrow_right_open.png"; + this.leftSrc = "/cdn/bsimages/arrow_left_open.png"; $("#arrowLeft").animate({ left: 10 + "px" }, 300); $("#arrowRight").animate({ right: 10 + "px" }, 300); } else { - this.rightSrc = "./images/arrow_right_retract.png"; - this.leftSrc = "./images/arrow_left_retract.png"; + this.rightSrc = "/cdn/bsimages/arrow_right_retract.png"; + this.leftSrc = "/cdn/bsimages/arrow_left_retract.png"; $("#arrowLeft").animate({ left: 490 + "px" }, 300); $("#arrowRight").animate({ right: 490 + "px" }, 300); diff --git a/yanzhu-bigscreen/src/views/machmater/components/baiduMap.vue b/yanzhu-bigscreen/src/views/machmater/components/baiduMap.vue index 3f43f71b..55b375e1 100644 --- a/yanzhu-bigscreen/src/views/machmater/components/baiduMap.vue +++ b/yanzhu-bigscreen/src/views/machmater/components/baiduMap.vue @@ -115,10 +115,10 @@ export default { $(".BMap_bubble_pop").css("background-color", "rgba(0,0,0,0)"); $(".BMap_bubble_pop").css("border", "0"); - $(".BMap_bubble_pop>img").attr("src", "./images/map/WEB_3578CFDB64B74818851FE993E99B2274.png"); + $(".BMap_bubble_pop>img").attr("src", "/cdn/bsimages/map/WEB_3578CFDB64B74818851FE993E99B2274.png"); map.openInfoWindow(infoWindow, point); //开启信息窗口 setTimeout(()=>{ - $(".BMap_bubble_pop>img").attr("src", "./images/map/WEB_3578CFDB64B74818851FE993E99B2274.png"); + $(".BMap_bubble_pop>img").attr("src", "/cdn/bsimages/map/WEB_3578CFDB64B74818851FE993E99B2274.png"); },100); // infoWindow.addEventListener('open',function(type, target, point){ //窗口打开是,隐藏自带的关闭按钮 diff --git a/yanzhu-bigscreen/src/views/machmater/machineManage.vue b/yanzhu-bigscreen/src/views/machmater/machineManage.vue index 7360bf71..99cda305 100644 --- a/yanzhu-bigscreen/src/views/machmater/machineManage.vue +++ b/yanzhu-bigscreen/src/views/machmater/machineManage.vue @@ -85,7 +85,7 @@
- + 管理指标 ({{ manageQuota.startDate }} 至 {{ manageQuota.endDate }})注:此统计不包括:海外设备、公务用车、临管设备
@@ -704,7 +704,7 @@ export default { this.$api.machMater.machSelectMachineMapData(this.selProject.id).then((d) => { let obj = {}; let result = (d.data?.data?.data || []).map((it) => { - it.icon = it.icon.replace("../../images", "./images"); + it.icon = it.icon.replace("..//cdn/bsimages", "/cdn/bsimages"); if (["1", "2"].includes(it.state)) { if (!obj[it.state1]) { obj[it.state1] = []; diff --git a/yanzhu-bigscreen/src/views/machmater/materialManage.vue b/yanzhu-bigscreen/src/views/machmater/materialManage.vue index e20e6def..4b9aa149 100644 --- a/yanzhu-bigscreen/src/views/machmater/materialManage.vue +++ b/yanzhu-bigscreen/src/views/machmater/materialManage.vue @@ -50,7 +50,7 @@
- +
@@ -63,7 +63,7 @@
- +
@@ -76,7 +76,7 @@
- +
@@ -89,7 +89,7 @@
- +
diff --git a/yanzhu-bigscreen/vue.config.js b/yanzhu-bigscreen/vue.config.js index b456a6ab..d3c7090f 100644 --- a/yanzhu-bigscreen/vue.config.js +++ b/yanzhu-bigscreen/vue.config.js @@ -76,6 +76,17 @@ module.exports = defineConfig({ .options({ symbolId: "myicon-[name]", }); + + // 配置字体文件处理 + config.module + .rule("fonts") + .test(/\.(woff2?|eot|ttf|otf)(\?.*)?$/) + .use("url-loader") + .loader("url-loader") + .options({ + limit: 1000000, + name: "fonts/[name].[hash:7].[ext]" + }); }, configureWebpack: (config) => { config.externals = {