easyDialog.css 2.68 KB
.easyDialog_wrapper .easyDialog_text{
	padding:0px 0;
}

.easyDialog_wrapper .easyDialog_text p{
	padding:10px 0;
	text-align: center;
}

.easyDialog_footer{
	margin:0 0 20px ;
}

.easyDialog_wrapper .btn_highlight{
	background: #d1131d;
    border: 0;
    border-radius: 3px;
}

.easyDialog_wrapper .easyDialog_title{
    line-height: 50px;
    height: 50px;
    font-size: 19px;
    background: white;
    color: red;
    text-align: center;
}

.failed-remind{
	
}

.failed-remind .easyDialog_content{
    text-align: center;
}

.easyDialog_wrapper .yes-btn{
	width:30%;
	margin:0 35%;
	background: #d81e31;
	border:0;
}

.sure-sign .closeWindow{
	float:right;
    font-size: 24px;
    color: red;
}

.sure-sign .easyDialog_content .easyDialog_footer{
	padding: 0 45px;
}

.sure-sign .easyDialog_footer .finish-btn{
	float:left;
	width:100px;
	background: #d81e31;
	border:0;
}

.sure-sign .easyDialog_footer .signNow-btn{
	float:right;
	width:100px;
	background: #d81e31;
	border:0;
}

.sure-sign  .oneBtn{
	width: 50%;
    margin: 0 25%;
}

.send-msg{padding: 2px 5px;border-radius: 3px;margin-left:5px;width:80px!important;cursor: pointer;}

/*	new design
 *
 *	弹窗添加统一classname  .ND
 */
.ND .easyDialog_text {padding:10px 0;}
.ND .easyDialog_title{ color:#444;padding: 10px 0;}
.ND .easyDialog_footer{margin: 30px 0;}
.ND .easyDialog_footer button {background: #d1131d;border:0;color: #fff;  border-radius: 5px;width:120px;height: 30px;  font-size: 14px;}
.ND .two-btn  {width: 250px;margin: 30px auto;}
.ND .one-btn{margin: 30px 90px;}


/*买卖页面弹窗样式*/
.entrust .easyDialog_text{height:55px;}
.entrust .easyDialog_title{text-align: center; line-height: 50px; height: 50px; font-size: 19px; background: white; color:#3f3f3f}
.dealEnsure .easyDialog_text{  background: #f2f2f2;}
.dealEnsure .easyDialog_text p{height:20px; text-align: left;padding:5px 0 }
.dealEnsure .easyDialog_text label{ float: left; width: 50%;display: inline-block;text-align: right;margin-right: 15px;}
.dealEnsure .ask-txt{ font-weight: 600; font-size: 16px; text-align: center;  margin: 20px 0;}
.dealEnsure .easyDialog_footer  button{margin: 0 14px;}


/*我的账户弹窗样式*/
.change-password .easyDialog_text{background: #f2f2f2;}
.change-password .easyDialog_text label{    display: inline-block; width: 80px;  text-align: right;    margin-right: 15px;}
.change-password .easyDialog_text input{ height:25px;padding-left:2px;width: 170px;}
.change-password .easyDialog_text select{    width: 170px;height: 25px;border: 0;}
.ensure .easyDialog_text{text-align: center;  margin: 50px 0; font-size: 16px;}

/*银行转账订单*/
.xyfEnsure .xyfEasyDialog_text{text-align: center;  margin: 50px 0; font-size: 16px; font-weight: 600}