123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
- @CHARSET "UTF-8";
- /************面板自定义样式start****************/
- .box2_custom {
- padding: 2px 4px 2px 0;
- }
- .box2_custom .box_topcenter {
- width: 100%;
- height: 32px;
- background-image: url('../../images/business/he/popup/title-center.png');
- background-repeat: repeat-x;
- overflow: hidden;
- line-height: 42px;
- }
- .box2_custom .box_topleft {
- width: 100%;
- height: 100%;
- background-image: url('../../images/business/he/popup/title-left.png');
- background-repeat: no-repeat;
- overflow: hidden;
- }
- .box2_custom .box_topright {
- width: 100%;
- height: 100%;
- background-image: url('../../images/business/he/popup/title-right.png');
- background-repeat: no-repeat;
- background-position: 100% 0%;
- overflow: hidden;
- }
- .box2_custom .box_middlecenter {
- width: 100%;
- background-color: #ffffff;
- border : 0px!important;
- }
- .box2_custom .box_middleleft {
- width: 100%;
- background : #fffff;
- background-image: url('../../images/business/he/popup/middle-left.png');
- background-repeat: repeat-y;
- }
- .box2_custom .box_middleright {
- width: 100%;
- background : #fffff;
- background-image: url('../../images/business/he/popup/middle-right.png');
- background-repeat: repeat-y;
- background-position: 100% 0%;
- }
- .box2_custom .box_bottomcenter {
- width: 100%;
- height: 11px;
- background-image: url('../../images/business/he/popup/bottom-center.png');
- background-repeat: repeat-x;
- overflow: hidden;
- }
- .box2_custom .box_bottomleft {
- width: 100%;
- height: 100%;
- background-image: url('../../images/business/he/popup/bottom-left.png');
- background-repeat: no-repeat;
- overflow: hidden;
- }
- .box2_custom .box_bottomright {
- width: 100%;
- height: 100%;
- background-image: url('../../images/business/he/popup/bottom-right.png');
- background-repeat: no-repeat;
- background-position: 100% 0%;
- overflow: hidden;
- }
- .box2_custom .title {
- color: #FFFFFF;
- height: 20px;
- line-height: 20px;
- float: left;
- padding: 5px 0 0 10px;
- font-weight: bold;
- }
- .box2_custom .boxSubTitle {
- float: left;
- }
- .box2_custom .status {
- float: right;
- padding: 0px 10px 0 0;
- color: #FFFFFF;
- height: 29px;
- line-height: 29px;
- cursor: pointer;
- }
- .box2_custom .boxContent {
- padding : 5px 10px 0 10px;
- overflow : hidden;
- }
- .box2 .ss{
- cursor:pointer;
- cursor:hand;
- color:black;
- }
- /*************面板自定义样式end*********************/
- /*****面板图标******/
- .icon_monitor {
- background-image: url('../../images/business/he/jiance.png');
- background-size : 24px 22px;
- background-repeat: no-repeat;
- background-position: 0 50%;
- padding: 0 5px 0 32px;
- display:inline-block;
- word-break: keep-all;
- word-wrap: normal;
- white-space:nowrap;
- }
- .icon_carRoute {
- background-image: url('../../images/business/he/i_servicearea.png');
- background-size : 24px 22px;
- background-repeat: no-repeat;
- background-position: 0 50%;
- padding: 0 5px 0 32px;
- display:inline-block;
- word-break: keep-all;
- word-wrap: normal;
- white-space:nowrap;
- }
- .icon_basicTool {
- background-image: url('../../images/business/he/i_widget.png');
- background-size : 24px 22px;
- background-repeat: no-repeat;
- background-position: 0 50%;
- padding: 0 5px 0 32px;
- display:inline-block;
- word-break: keep-all;
- word-wrap: normal;
- white-space:nowrap;
- }
- .icon_disposl {
- background-image: url('../../images/business/he/i_draw_arrow.png');
- background-size : 24px 22px;
- background-repeat: no-repeat;
- background-position: 0 50%;
- padding: 0 5px 0 32px;
- display:inline-block;
- word-break: keep-all;
- word-wrap: normal;
- white-space:nowrap;
- }
- /*****面板操作图标******/
- .minBox {
- background-image: url('../../images/business/he/popup/w_min.png');
- background-repeat: no-repeat;
- background-position: 0 50%;
- padding: 0px;
- display:inline-block;
- word-break: keep-all;
- word-wrap: normal;
- white-space:nowrap;
- width : 20px;
- height : 29px;
- }
- .maxBox {
- background-image: url('../../images/business/he/popup/w_max.png');
- background-repeat: no-repeat;
- background-position: 0 50%;
- padding: 0px;
- display:inline-block;
- word-break: keep-all;
- word-wrap: normal;
- white-space:nowrap;
- width : 20px;
- height : 29px;
- }
- .closeBox {
- background-image: url('../../images/business/he/popup/w_close.png');
- background-repeat: no-repeat;
- background-position: 0 50%;
- padding: 0px;
- display:inline-block;
- word-break: keep-all;
- word-wrap: normal;
- white-space:nowrap;
- width : 20px;
- height : 29px;
- }
|