You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					124 lines
				
				2.3 KiB
			
		
		
			
		
	
	
					124 lines
				
				2.3 KiB
			| 
								 
											3 years ago
										 
									 | 
							
								html {
							 | 
						||
| 
								 | 
							
								  height: 100%;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								body {
							 | 
						||
| 
								 | 
							
								  padding: 0px;
							 | 
						||
| 
								 | 
							
								  margin: 0px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
							 | 
						||
| 
								 | 
							
								::-webkit-scrollbar {
							 | 
						||
| 
								 | 
							
								  width: 6px;
							 | 
						||
| 
								 | 
							
								  /*滚动条宽度*/
							 | 
						||
| 
								 | 
							
								  height: 8px;
							 | 
						||
| 
								 | 
							
								  /*滚动条高度*/
							 | 
						||
| 
								 | 
							
								  background-color: rgb(224, 223, 223, .2);
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/*定义滑块 内阴影+圆角*/
							 | 
						||
| 
								 | 
							
								::-webkit-scrollbar-thumb {
							 | 
						||
| 
								 | 
							
								  -webkit-box-shadow: inset 0 0 0px white;
							 | 
						||
| 
								 | 
							
								  background-color: rgb(193, 193, 193);
							 | 
						||
| 
								 | 
							
								  /*滚动条的背景颜色*/
							 | 
						||
| 
								 | 
							
								  border-radius: 30px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* .MsoNormal {
							 | 
						||
| 
								 | 
							
								    display: inline-block;
							 | 
						||
| 
								 | 
							
								  } */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								table {
							 | 
						||
| 
								 | 
							
								  border-collapse: collapse;
							 | 
						||
| 
								 | 
							
								  
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								input,
							 | 
						||
| 
								 | 
							
								textarea {
							 | 
						||
| 
								 | 
							
								  margin-right: 2px;
							 | 
						||
| 
								 | 
							
								  border-radius: 2px 2px 0 0;
							 | 
						||
| 
								 | 
							
								  outline: none;
							 | 
						||
| 
								 | 
							
								  background: transparent;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.border-1 {
							 | 
						||
| 
								 | 
							
								  border: none;
							 | 
						||
| 
								 | 
							
								  border-bottom: 1px solid #767676;
							 | 
						||
| 
								 | 
							
								  border-width: thin;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.border-2 {
							 | 
						||
| 
								 | 
							
								  border: revert;
							 | 
						||
| 
								 | 
							
								  border-width: thin;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.border-3 {
							 | 
						||
| 
								 | 
							
								  border: none;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								textarea {
							 | 
						||
| 
								 | 
							
								  text-align: left !important;
							 | 
						||
| 
								 | 
							
								  max-width: 550px !important;
							 | 
						||
| 
								 | 
							
								  line-height: 18px;
							 | 
						||
| 
								 | 
							
								  overflow-y: hidden;
							 | 
						||
| 
								 | 
							
								  margin: 0 !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#work-unit {
							 | 
						||
| 
								 | 
							
								  max-width: 500px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								p {
							 | 
						||
| 
								 | 
							
								  margin: 0 0 12px 0;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								p:last-child {
							 | 
						||
| 
								 | 
							
								  margin: 0;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.hmbutton {
							 | 
						||
| 
								 | 
							
								  /* padding: 5px 14px; */
							 | 
						||
| 
								 | 
							
								  border: none;
							 | 
						||
| 
								 | 
							
								  /* background: #409eff; */
							 | 
						||
| 
								 | 
							
								  /* color: #fff; */
							 | 
						||
| 
								 | 
							
								  color: #409eff;
							 | 
						||
| 
								 | 
							
								  cursor: pointer
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								@media print {
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  /* 避免表格断开 */
							 | 
						||
| 
								 | 
							
								  /* table{
							 | 
						||
| 
								 | 
							
								        page-break-after: avoid;
							 | 
						||
| 
								 | 
							
								    }    */
							 | 
						||
| 
								 | 
							
								  /* 避免某行文字断裂 */
							 | 
						||
| 
								 | 
							
								  table {
							 | 
						||
| 
								 | 
							
								    /* page-break-inside: avoid; */
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  html {
							 | 
						||
| 
								 | 
							
								    zoom: 75%;
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  .mce-item-anchor {
							 | 
						||
| 
								 | 
							
								    display: none;
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.el-input {
							 | 
						||
| 
								 | 
							
								  width: 100px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.el-input__inner {
							 | 
						||
| 
								 | 
							
								  border: none !important;
							 | 
						||
| 
								 | 
							
								  text-align: right !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.el-radio {
							 | 
						||
| 
								 | 
							
								  margin-right: 8px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mce-item-table:not([border]), .mce-item-table:not([border]) caption, .mce-item-table:not([border]) td, .mce-item-table:not([border]) th, .mce-item-table[border="0"], .mce-item-table[border="0"] caption, .mce-item-table[border="0"] td, .mce-item-table[border="0"] th, table[style*="border-width: 0px"], table[style*="border-width: 0px"] caption, table[style*="border-width: 0px"] td, table[style*="border-width: 0px"] th {
							 | 
						||
| 
								 | 
							
								  border: none;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.hmselect {
							 | 
						||
| 
								 | 
							
								  border: none;
							 | 
						||
| 
								 | 
							
								  border-bottom: 1px solid #767676;
							 | 
						||
| 
								 | 
							
								}
							 |