app.css 3.81 KB
/*开户*/
.bluelink{
            margin-top:20px; 
            text-decoration: underline;
            color: #00c;
        }
.whitebg {
        background-color: #fff;
    }
    
    .itemimg {
       	height: 35px !important;
    	width: 93px !important;
    	border-radius: 3px;
    }
    
    .wrapperlabel {
        display: table;
        padding: 7px 10px 7px 0;
        max-width: 200px;
        width: 35%;
        color: #444;
        font-size: 16px
    }
    
    .pswbutton {
        margin: -5px 0px;
    }
    input[type="text"].borderbottom{
   		border-bottom: 1px #ddd solid;
    	margin-right: 120px;
    	padding-bottom: 3px;
    	height: 40px;
    }
    
    
   .pullrightdiv{
   	    height: 40px;
    	margin-bottom: 4px;
   }
    .pullright{
    	position: absolute;
		right: 10px;  
		width: 110px;
		height: 30px;
		top:5px;
    }
        
    /*开户成功*/

.successtext{
	text-align: center;
    font-size: 24px;
    line-height: 2em;
    margin-bottom: 10px;
    margin-left: 24px;
}
.successcontainer{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 15px;
}
.successdiv{
	width: 128px;
	height: 128px;
	display: flex;
	-moz-border-radius: 50%;
	-webkitborder-radius: 50%;
	 border-radius: 50%;
	align-items: center;
	justify-content: center;
	/*
  		background: -moz-linear-gradient(top, #F7F8F9, #EEF1F6);
  		background: -webkit-gradient(linear, left top, left bottom, from(#F7F8F9), to(#EEF1F6));
  		background: #F7F8F9;*/
  		border: 1px solid #ddd;
}

.downloadBtn{
    padding-top: 50px;
}

/*新闻公告*/
	.imgslider{
			
		}
		.imgslider .slider-pager{
			text-align: right;
    		padding-right: 20px;
    		font-size: 2px;
    		bottom: 7px;
		}
		.textright{
			text-align: right;
		}
		.tipbutton{
		    text-align: center;
		    position: absolute;
		    top: 16px;
		    left: 11px;
		    border: 1px solid;
		   -moz-border-radius: 3px; /* Firefox */
  			-webkit-border-radius: 3px; /* Safari 和 Chrome */
		    border-radius: 3px;
		    padding: 2px 7px;
		    font-size: 13px;
		    color: white;
		    font-weight: bold;
		}
		.tipbutton0{
			color: white;
			/*border: 1px solid;*/
			-moz-border-radius: 3px; /* Firefox */
  			-webkit-border-radius: 3px; /* Safari 和 Chrome */
		    border-radius: 3px;
		     padding: 2px 7px;
    		text-align: center;
    		display: inline-block;
    		line-height: 20px;
    		margin-right: 5px;
		}
		.nodisplay{
			display:none;
		}
		.nobottom{
			border-bottom: 0px;
		}
		
		.tuoguantip{
			border-color: #dc1a37;
			background-color: #dc1a37;
		}
		.tishitip{
			border-color: #0068b7;
			background-color: #0068b7;
		}
		.yunyingtip{
			border-color: #22ac38;
			background-color: #22ac38;
		}
		.jiaoyitip{
			border-color: #f39700;
			background-color: #f39700;
		}
		
		
		.infotitle{
			display: inline-block;
		    overflow: hidden;
		    text-overflow: ellipsis;
		}
		.infodetail{
			display: inline-block;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    width: 70%;
		}
		
		.newstip{
			border-color: #0068b7;
			background-color: #0068b7;
		}
		.entrusttip{
			border-color: #22ac38;
			background-color: #22ac38;
		}
	
		.slidertitle{
		    margin-top: -56px;
   			text-align: center;
  				height: 52px;
   			line-height: 50px;
   			background-color: rgba(0,0,0,0.5);
		}
		.slidertitle>.nametitle{
			font-size:27px;
			color:white;
		}
		.sliderimg{
				min-height:56px;
   				width: 100%;
		}
		.articletitle{
			text-align: center;
		 	color:#403B3B;
    		font-weight: bold !important;
    		font-size: x-large !important;
    		white-space: normal !important;
    		margin-bottom:15px !important;
		}
		.bodycontent p{
		    color: #2b2b2b;
    		font-size: 15px;
    		line-height: 28px;
		}
		
		.bodycontent table{
			border: 1px solid !important;
			text-align:center;
		}
		.bodycontent table td {   
	        border: solid  1px;
	    }