index.css 2.4 KB
		@charset "utf-8";
			/* CSS Document */
			
			ul,
			li,
			dl,
			dt,
			dd,
			p,
			div {
				margin: 0;
				padding: 0;
			}
			
			ol,
			ul {
				list-style: none;
			}
			
			audio,
			canvas,
			progress,
			video {
				display: inline-block;
				vertical-align: baseline;
			}
			
			* {
				margin: 0;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			
			*:before,
			*:after {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			
			.clearfix:before,
			.clearfix:after {
				content: "";
				display: table;
			}
			
			.clearfix:after {
				clear: both;
			}
			
			.clearfix:before,
			.clearfix:after {
				content: "";
				display: table;
			}
			
			.clearfix:after {
				clear: both;
			}
			
			a {
				text-decoration: none;
				outline: none;
				color: #20A0FF;
			}
			
			html {
				padding: 0;
				margin: 0;
				height: 100%;
				font-size: 14px;
				/*font-family: sans-serif;为编辑器注释*/
				-ms-text-size-adjust: 100%;
				-webkit-text-size-adjust: 100%;
				-webkit-tap-highlight-color: transparent;
			}
			
			body {
				padding: 0;
				height: 100%;
				font-size: 14px;
				/*font-size: 14px;为编辑器注释*/
				font-family: 'Microsoft YaHei', sans-self;
				background-color: #ffffff;
				color: #000;
				-webkit-touch-callout: none;
				width: 100%;
				margin: 0 auto;
				overflow: auto;
			}
			
			img {
				/*width: 100%;*/
				vertical-align: middle;
				border: 0;
				display: block;
			}
			
			p,
			pre {
				margin: 0 0 0 0;
			}
			#browsingPath {
				margin: 10px 0 0 10px;
			}
			
			#browsingPathData {
				position: fixed;
				top: 10px;
				right: 10px;
				width: 601px;
				min-height: 500px;
			}
			/*弹框表格*/
			
			.scopeOpen-table {
				width: 100%;
				/*height: 100%;*/
			}
			
			.scopeOpen-table {
				border-top: 1px solid #bfcbd9;
				border-left: 1px solid #bfcbd9;
				text-align: center;
				line-height: 30px;
			}
			
			.scopeOpen-table thead {
				font-weight: bold;
				background: #eef1f6;
			}
			
			.scopeOpen-table tr>td {
				height: 36px;
				max-width: 100px;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
				border-right: 1px solid #bfcbd9;
				border-bottom: 1px solid #bfcbd9;
			}
			
			.tipWidth {
				max-width: 110px;
				display: inline-block;
				    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
			}