invoicetitle2.css 2.37 KB
.uplist{
			width: 100%;
			box-sizing: border-box;
			list-style: none;
		}
		.uplist li{
			width: 100%;
			padding:6px 10px;
			box-sizing: border-box;
			background: #fff;
			margin-bottom: 10px;
			border-top: 1px solid #e8e7e7;
			border-bottom: 1px solid #e8e7e7;
		}
		.uplist li .ulname{
		    width: 100%;
		    padding:10px 10px 20px 10px;
		    box-sizing: border-box;
		    border-bottom:1px dashed #e4e4e4;
		    font-size: 16px;
		    color: #4A4A4A;
		}
		.uplist li .ultype{
			width: 100%;
			margin: 10px 0;
			font-size: 13px;
		}
		.uplist .typename{
			float: right;
			font-size: 14px;
			color: #9b9b9b;
		}
		.uplist li .ultype td .uldicon{
			border: 1px solid #fff;
			color:#fff;
			border-radius: 4px;
			padding: 3px 8px;
			
		}
		.uplist li .ultype td .uldicon.actived{
			border: 1px solid #EB7350;
			color:#EB7350;
		}
		.uplist li .ultype td:last-child{
			text-align: right;
		}
		.uplist li .uplset{
			height: 50px;
			line-height: 50px;
			font-size: 14px;
			overflow: hidden;
			color: #4A4A4A;
		}
		.uplist li .uplset .upeditbyn{
			float: right;
			
		} 
		.uplist li .uplset .upeditbyn .ebtn,.uplist li .uplset .upeditbyn .dbtn{
			padding:7px 12px;
			border-style: none;
			margin-left: 8px;
			border: 1px solid #e8e7e7;
			background: none;
		}
		.ulbtn{
			border-style: none;
			width: 69.3%;
			display: block;
			margin: 30px auto;
			padding: 10px ;
			/*background: #357ff6;*/
			background: #75cbbe;
			border-radius: 50px;
			color: #fff;
			font-size: 16px;
		}
		
		.layui-m-layer1 .layui-m-layerchild{
			border-radius: 6px !important;
			width: 70%;
		}
		.layselect{
			padding: 10px;
			background: #fff;
			border-radius: 6px;
		}
		.layselect>div{
			padding: 2px 0;
		}
		.layselect .def{
			border-bottom: 1px solid #CCCCCC;
		}
		
		/*没有数据时样式*/
		.tipnull{
			margin: 30% auto 0;
			display: none;/**/
		}
		.tipnull .nullimg{
			width: 50%;
			margin: 0 auto;
			position: relative;
			text-align: center;
		}
		.tipnull .nullimg>span{
			position: absolute;
			top: 50%;
			left: 0;
			display: block;
			width: 100%;
		}
		.tipnull .nullimg img{
			width: 100%;
		}
		.tipnull .nullimg p{
			margin-top: 15px;
			color: #9b9b9b;
		}
		
		.layui-layer-btn .layui-layer-btn0 {
		    border-color: #75CBBE !important;
		    background-color: #75CBBE !important;
		    color: #fff;
		}
		.layui-layer-btn{
			text-align: center !important;
		}