@charset 'utf-8'; * { box-sizing: border-box; } body,html { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; } /* CSS reset */ html { color: #000; background: #FFF; font-family: Arial, 'Microsoft YaHei', '宋体'; } /*清除默认的内边距和外边距等*/ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,strong { padding: 0; margin: 0; font-family: 'Microsoft YaHei', Arial, '宋体'; } table { border-collapse: collapse; border-spacing: 0; } /*清除默认边框*/ fieldset,img { border: 0; } a { text-decoration: none; color: #00c; outline: none; } /*此处待添加默认链接颜色*/ var,em,strong { font-style: normal; } address,caption,cite,code,dfn,em,strong,th,var,optgroup { font-style: inherit; font-weight: inherit; } del,ins { text-decoration: none; } li { list-style: none; } caption,th { text-align: left; } /*清除默认的字体大小和文字粗细*/ h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; } input,button,textarea,select,optgroup,option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; } input,button,textarea,select { *font-size: 100%; } /*清除浮动*/ .clearfix:after { content: "\200B"; display: block; height: 0; clear: both; } /*清除浮动的兼容IE*/ .clearfix { *zoom: 1; } /*去除input的默认样式*/ input { outline: none; border: none; } input::-ms-clear { display: none; } input::-ms-reveal { display: none; } #main-loading { width: 100%; height: 100%; text-align: center; overflow: hidden; } #main-loading #ie-note { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } #main-loading #ie-note { width: 586px; height: 253px; background-image: url('./images/notes.png'); padding: 0 30px 40px 30px; font-size: 14px; color: #596679; } #ie-note .hint-title { height: 40px; line-height: 48px; text-align: left; font-weight: bold; } #ie-note .hint-img { background-image: url('./images/images/hint.png'); background-position: left; padding-left: 40px; margin-top: 20px; background-repeat: no-repeat; height: 30px; text-align: left; line-height: 30px; font-weight: bold; } #ie-note span { display: block; line-height: 14px; } #main-page { display: none; width: 100%; height: 100%; position: relative; } #jimu-layout-manager { width: 100%; height: 100%; position: absolute; } .amap-marker .secUserMarker { position: absolute; width: 28px; height: 41px; cursor: pointer; text-align: center; color: #FFF; padding-top: 6px; font-style: normal; } .amap-marker .secUserMarker._R { background: url(../assets/images/balloonr.png) no-repeat; } .amap-marker .secUserMarker._B { background: url(../assets/images/balloonb.png) no-repeat; } .amap-marker .secTaskMarker._JJ { background: url(../assets/images/windflag-jj.png) no-repeat; } .amap-marker .secCompanyMarker { position: absolute; width: 35px; height: 41px; cursor: pointer; color: #FFF; padding-left: 2px; font-style: normal; } .amap-marker .secCompanyMarker._R { background: url(../assets/images/sec-btn.png) no-repeat; } .amap-marker .secCompanyMarker._B { background: url(../assets/images/sec-btnh.png) no-repeat; } .amap-marker .secTaskMarker { position: absolute; width: 30px; height: 46px; cursor: pointer; color: #FFF; padding-left: 10px; padding-top: 7px; font-style: normal; } .amap-marker .secTaskMarker._R { background: url(../assets/images/windflag-b.png) no-repeat; } .amap-marker .secTaskMarker._B { background: url(../assets/images/windflag-hb.png) no-repeat; } .amap-logo, .amap-copyright { display: none!important; } .kf5-chatSupport-style1 { bottom: 80px!important; width: 45px!important; line-height: 45px!important; }