index.css 1.65 KB
body{
	background-color: rgb(241, 241, 241);
	font-family: PingFangSC-Regular;
	color: #333333 ;
	}
	.box{
		width: 1000px;
		margin:0 auto;
		margin-top: 100px;
		background-color: #ffffff;
		font-size: 14px;
		
	}
	.mytitle{
		width: 100%;
		background-color: #F6F6F6 ;
		height: 40px;
		font-size: 14px;
		background: #F6F6F6;
		border: 1px solid #E2E2E2;
		
	}
	.clusterIp{
		display: inline-block;
		width: 120px;
		
	}
	input[type='checkbox']{
	}
	
	.cluster{
		border-bottom: 1px solid #E2E2E2;
		width: 80%;
		margin-left: 39px;
		height: 100px;
		padding-top: 26px;
	}
	.Button{
	    color: #fff;
	    background-color: #2DB7F5;
	    border-color: #4cae4c;
	    
	    display: inline-block;
	    margin-bottom: 0;
	    font-size: 14px;
	    font-weight: 300;
	    line-height: 1.42857143;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    -ms-touch-action: manipulation;
	    touch-action: manipulation;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    background-image: none;
	    border: 1px solid transparent;
	    width:70px;
	    height:30px;
		border-radius: 3px;
    }
    
    .Wdate{
    	width: 150px;
    	height: 30px !important;
    	padding-left: 5px;
    	padding-right: 5px;
    }
    
    .clusterPlan{
    	margin-top: 20px;
    	margin-left:30px;
    	font-size: 12px;
    }
    
    .contend{
    background: #FFFFFF;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    width: 100%;
    }
    .messages{
		color:red;
	}
    
	#start[disabled]{
		background-color: #A9A9A9;
	}