208 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			208 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| @charset "UTF-8";
 | |
| 
 | |
| .h-all {
 | |
|     height: 100%;
 | |
| }
 | |
| 
 | |
| xm-select { border-color: var(--global-primary-color) !important; }
 | |
| xm-select .xm-label .label-content .xm-label-block { background-color: var(--global-primary-color) !important; }
 | |
| xm-select .xm-body .xm-option .xm-option-icon { border-color: var(--global-primary-color) !important; }
 | |
| xm-select .xm-body .xm-option.selected .xm-option-icon { color: var(--global-primary-color) !important; }
 | |
| 
 | |
| .layui-table-box input[type="radio"]{
 | |
|     font-size: 16px !important;
 | |
| }
 | |
| 
 | |
| .layui-table td, .layui-table th {
 | |
|     font-size: 13px !important;
 | |
| }
 | |
| 
 | |
| .layui-input-sm {
 | |
|     height: 30px!important;
 | |
|     line-height: 30px!important;
 | |
| }
 | |
| 
 | |
| .layui-input-xs {
 | |
|     height: 25px!important;
 | |
|     line-height: 25px!important;
 | |
| }
 | |
| 
 | |
| .layui-form-item-sm {
 | |
|     height: 30px;
 | |
| }
 | |
| 
 | |
| .layui-form-item-sm .layui-form-label {
 | |
|     padding: 4px 10px;
 | |
| }
 | |
| 
 | |
| .layui-card-header-slipt {
 | |
|     border-bottom: 1px solid #eeeeee;
 | |
| }
 | |
| 
 | |
| .btn-fixbar-box {
 | |
|     bottom: 0;
 | |
|     width: 100%;
 | |
|     margin-bottom: 0;
 | |
|     padding: 10px 0;
 | |
|     background-color: #fafafa;
 | |
| }
 | |
| 
 | |
| .rhino-form .layui-tab-content {
 | |
|     padding-bottom: 40px;
 | |
| }
 | |
| 
 | |
| 
 | |
| .layui-form-title {
 | |
|     line-height: 40px;
 | |
|     padding-left: 10px;
 | |
| }
 | |
| 
 | |
| .table-field-select-01 {
 | |
|     display:inline-block;
 | |
|     background:#EB5251;
 | |
|     padding:0px 10px;
 | |
|     height:27px;
 | |
|     color:white;
 | |
|     border-radius:5px;
 | |
|     line-height:27px;
 | |
| }
 | |
| 
 | |
| .table-field-select-02 {
 | |
|     display:inline-block;
 | |
|     background:#2FAED1;
 | |
|     padding:0px 10px;
 | |
|     height:27px;
 | |
|     color:white;
 | |
|     border-radius:5px;
 | |
|     line-height:27px;
 | |
| }
 | |
| 
 | |
| .table-field-select-03 {
 | |
|     display:inline-block;
 | |
|     background:#2F7DEB;
 | |
|     padding:0px 10px;
 | |
|     height:27px;
 | |
|     color:white;
 | |
|     border-radius:5px;
 | |
|     line-height:27px;
 | |
| }
 | |
| 
 | |
| .table-field-select-04 {
 | |
|     display:inline-block;
 | |
|     background:#46C26F;
 | |
|     padding:0px 10px;
 | |
|     height:27px;
 | |
|     color:white;
 | |
|     border-radius:5px;
 | |
|     line-height:27px;
 | |
| }
 | |
| 
 | |
| .own-form {
 | |
|     background: #ffffff;
 | |
|     width: 100%;
 | |
|     overflow: hidden;
 | |
| }
 | |
| 
 | |
| .own-form-box {
 | |
|     padding: 5px 15px;
 | |
| }
 | |
| 
 | |
| .own-form-box-title {
 | |
|     font-size: 14px;
 | |
|     color: #333;
 | |
|     margin-bottom: 2px;
 | |
| }
 | |
| 
 | |
| .edit-box {
 | |
|     padding-bottom: 80px;
 | |
|     background: #fafafa;
 | |
| }
 | |
| 
 | |
| .search-layer {
 | |
|     padding: 10px;
 | |
| }
 | |
| 
 | |
| .search-layer-open .layui-layer-btn .layui-layer-btn0{
 | |
|     background-color: var(--global-primary-color);
 | |
| }
 | |
| 
 | |
| .search-layer-open .layui-layer-btn .layui-layer-btn1{
 | |
|     background-color: transparent !important;
 | |
|     color: #5f5f5f !important;
 | |
| }
 | |
| 
 | |
| .search-layer-open .layui-layer-btn .layui-layer-btn1:hover{
 | |
|     border: 1px solid var(--global-primary-color);
 | |
| }
 | |
| 
 | |
| .layui-form-column {
 | |
|     padding: 10px 20px;
 | |
|     display: flex;
 | |
|     flex-direction: column;
 | |
| }
 | |
| 
 | |
| .layui-form-column .tips {
 | |
|     font-size: 14px;
 | |
|     color: #333;
 | |
|     margin-bottom: 7px;
 | |
| }
 | |
| 
 | |
| @mideia screen and (max-width: 640px) {
 | |
|     .layui-form-column {
 | |
|         padding: 0 !important;
 | |
|     }
 | |
| }
 | |
| 
 | |
| .bg01 {
 | |
|     background-color: #f8f8f8;
 | |
| }
 | |
| 
 | |
| .bg01 .layui-table-view {
 | |
|     background-color: #ffffff;
 | |
| }
 | |
| 
 | |
| /* 设置滚动条整体样式 */
 | |
| /*::-webkit-scrollbar {*/
 | |
|     /*width: 20px; /* 滚动条宽度 */
 | |
| /*}*/
 | |
| 
 | |
| /* 设置滚动条滑块样式 */
 | |
| /*::-webkit-scrollbar-thumb {*/
 | |
|     /*background-color: #888; /* 滑块颜色 */
 | |
|     /*border-radius: 5px; /* 滑块圆角 */
 | |
|     /*height: 20px;*/
 | |
| /*}*/
 | |
| /*::-webkit-scrollbar-thumb:hover {*/
 | |
|     /*background-color: #888; /* 滑块颜色 */
 | |
| /*}*/
 | |
| 
 | |
| /* 设置滚动条轨道样式 */
 | |
| /*::-webkit-scrollbar-track {
 | |
|     /*background-color: #f1f1f1; /* 轨道颜色 */
 | |
| /*}*/
 | |
| 
 | |
| .own-pannel {
 | |
|     position: relative;
 | |
|     border: 1px solid #eee;
 | |
|     border-radius: 2px;
 | |
|     /*box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);*/
 | |
|     background-color: #fff;
 | |
|     color: #5f5f5f;
 | |
|     height: calc(100% - 3px);
 | |
| }
 | |
| 
 | |
| .own-left-pannel {
 | |
|     position: relative;
 | |
|     border: 1px solid #eee;
 | |
|     border-radius: 2px;
 | |
|     /*box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);*/
 | |
|     background-color: #fff;
 | |
|     color: #5f5f5f;
 | |
|     margin-right: 10px;
 | |
|     height: calc(100% - 3px);
 | |
| }
 | |
| 
 | |
| .own-tree {
 | |
|     height: 100%;
 | |
|     overflow-y: auto;
 | |
| } |