easyDialog.css
2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.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}