Viptjf.css 2.4 KB
body{
			position: relative;
			height: auto;
		}
		.viplist{
			margin-bottom: 80px;
			/*padding-bottom: 80px;*/
		}
		.viplist li{
			width: 100%;
		}
		.viplist li>p{
			padding: 5px 10px;
			font-size: 13px;
		}
		.viplist li>div{
			width: 100%;
		}
		
		
		.viplist li>table{
			padding: 15px 0;
			background: #fff;
			width: 100%;
			border-top: 1px solid #e8e7e7;
			border-bottom: 1px solid #e8e7e7;
		}
		
		.viplist li>table td{
			font-size: 14px;
			vertical-align: middle;
		}
		.viplist li>table .vipmonrynum{
			font-size: 18px;
			color: #f5a623;
		}
		.viplist li>table tr:first-child td:first-child{
			padding-left: 10px;
			width: 40px;
			box-sizing: border-box;
		}
		.viplist li>table tr:first-child td:last-child{
			padding-right: 10px;
			text-align: right;
		}
		.resultsd{
			position: fixed;
			left: 0;
			bottom: 0;
			background: #fff;
			width: 100%;
			padding:6px 10px 15px;
			box-sizing: border-box;
			border-top: 1px solid #E8E7E7;
			display: table-cell;
			vertical-align: middle;
		}
		.resultsd>div{
			float: left;
		}
		.resultsd>div:first-child{
			max-width: 75%;
		}
		.resultsd>div:first-child p:last-child{
			font-size: 14px;
		}
		.resultsd>div:last-child{
			text-align: right;
			max-width: 25%;
			padding-top: 14px;
			float: right;
		}
		.resultsd table{
			font-size: 13px;
			width: 100%;
			
		}
		.resultsd table td{
			padding: 3px;
			vertical-align: middle;
		}
		.resultsd #vipnums,.resultsd #totalm{
			color: #EB7350;
		}
		#nextbtn{
			padding: 5px;
			width: 63px;
			background: #75cbbe;/*#59a500;*//*#009E94;*/
			color: #fff;
			float: right;
			border-style: none;
			border-radius: 6px;
		}
		#nextbtn.disabled{
			background: #919191;
			color: #fff;
		}
		.layui-m-layer1 .layui-m-layerchild{
			border-radius: 6px !important;
			width: 60%;
		}
		.tttip{
			padding: 10px 15px;
			width: 100%;
			box-sizing: border-box !important;
			text-align: center;
		}
		.tttip>p{
			/*padding:0 10px;*/
			text-align: center;
		}
		.tttip>button{
			display: block;
			width: 60%;
			margin: 15px auto 0 !important;
			padding: 10px 0;
			/*background: #59A500 ;*/
			background: #75cbbe;
			color: #fff;
			border-radius: 6px;
		}
		.resultsd button {
		    border-style: none;
		    margin-bottom: 5px !important;
		}
		.layui-layer-dialog .layui-layer-padding {
		     padding: 10px !important;/* */
		    text-align: left;
		}
		.layui-layer-ico {
		    display: none !important;
		}