popup.less
1.91 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
.mask {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../../images/pay/icon_mask_bg.png) 0 0 repeat;
z-index: 99;
}
.popup-btn {
display: none;
overflow: hidden;
font-size: 0;
width: 0;
height: 0;
}
.m-popup {
// position: absolute;
// left: 50%;
// top: 50%;
// margin: -200px 0 0 -320px;
padding: 20px;
background-color: #FFF;
width: 600px;
margin: 0 auto;
// border: 1px solid #000;
display: none;
.close {
width: 36px;
height: 36px;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
background: #f5f5f5 url(../images/dest/icon-close.png) center center no-repeat;
}
h3 {
font-size: 16px;
font-weight: 500;
text-align: center;
padding-top: 15px;
margin-bottom: 20px;
font-size: 18px;
font-weight: 700;
}
h4{
font-size: 14px;
text-align: center;
font-weight: 700;
padding-bottom: 25px;
border-bottom: 1px dashed #ccc;
margin-bottom: 10px;
}
p {
font-size: 13px;
color: #999;
text-align: center;
margin-bottom: 25px;
}
.m-list{
.title{
line-height: 36px;
}
}
.m-input{
width: 180px;
margin-right: 15px;
}
.btns {
text-align: center;
margin-bottom: 35px;
}
.m-btn {
min-width: inherit;
padding: 0 28px;
line-height: 30px;
border-radius: 2px;
}
.btn-success{
margin-right: 10px;
border: 1px solid #6C2;
}
.link {
font-size: 13px;
color: #005aa0;
text-decoration: underline;
}
}
#updatePayPwdPopup{
padding: 80px 20px;
.m-btn{
margin-left: 133px;
}
}
#PayTipsPopup{
width: 500px;
}