charge.css
3.44 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
/**
* 充值
*/
/***************************************************
* feature : 变量配置;
* update : 2015/02/05;
* use : ;
* extend : ;
* example : ;
* desc : ;
* feedback : 此处填入 issue, 并请附带以下信息[os_version, browser_version, page_path, issue_description]
* - demo => [windows 7, IE 8, http://diligrp.com/icon.html, 在不定height下未能垂直居中];
****************************************************/
.bg-img {
background: url('../../images/icon/icon.png') no-repeat;
background-size: 150px;
}
.orange {
color: #ff9d2c;
}
.green {
color: #23ac38;
}
.red {
color: #fa4535;
}
.yahei {
font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", SimHei, tahoma, sans-serif;
}
.m-icon {
width: 15px;
height: 15px;
display: inline-block;
vertical-align: middle;
text-align: left;
text-indent: -999em;
overflow: hidden;
}
.m-icon.icon-charge {
background: url("../../images/icon-1-3.png") -161px -171px no-repeat;
background-size: 250px 230px;
}
body {
font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", SimHei, tahoma, sans-serif;
}
body .m-header {
background-color: #23ac38;
}
#charge .section-form label {
margin: 0;
box-sizing: border-box;
display: block;
height: 45px;
padding: 0 15px;
padding-top: 20px;
padding-bottom: 10px;
font-size: 14px;
line-height: 14px;
color: #999;
background: #f5f5f5;
font-weight: lighter;
border-bottom: 1px solid #ddd;
}
#charge input::-webkit-input-placeholder,
#charge textarea::-webkit-input-placeholder {
color: #bbb;
}
#charge .btn-box {
padding: 0 15px;
padding-top: 15px;
}
#charge .btn-box .btn-warning {
width: 100%;
height: 45px;
font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", SimHei, tahoma, sans-serif;
font-size: 18px;
color: #fff;
background-color: #faaf19;
border-radius: 3px;
}
#charge .section-form .form-content {
width: 100%;
height: 50px;
line-height: 50px;
padding: 0 15px;
border-bottom: 1px solid #ddd;
background: #fff;
color: #333333;
}
#charge .section-form .form-content .sub-label {
font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", SimHei, tahoma, sans-serif;
font-size: 16px;
color: #333;
margin-right: 10px;
font-weight: bold;
vertical-align: middle;
}
#charge-status .row {
padding: 0 15px;
}
#charge-status .msg-box {
box-sizing: border-box;
min-height: 138px;
*height: 138px;
padding-top: 25px;
text-align: center;
background-color: #fff;
border-bottom: 1px solid #ddd;
}
#charge-status .icon-succ {
background: url('../../images/icon-1-3.png') no-repeat -219px -151px;
background-size: 250px 230px;
width: 30px;
height: 30px;
}
#charge-status .icon-fail {
background: url('../../images/icon-1-3.png') no-repeat -161px -187px;
background-size: 250px 230px;
width: 30px;
height: 30px;
}
#charge-status .icon-warn {
background: url('../../images/icon-1-3.png') no-repeat -192px -187px;
background-size: 250px 230px;
width: 30px;
height: 30px;
}
#charge-status .desc {
margin-top: 10px;
color: #333;
font-size: 18px;
line-height: 18px;
}
#charge-status .desc p {
margin-bottom: 8px;
}
#charge-status .btn-box {
padding: 0 15px;
padding-top: 15px;
}
#charge-status .btn-box .btn-warning {
box-sizing: border-box;
width: 100%;
height: 45px;
font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", SimHei, tahoma, sans-serif;
font-size: 18px;
color: #fff;
background-color: #faaf19;
border-radius: 3px;
}