exbindBankCard.css
1.77 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
.rightBox-content{margin: 30px 0 0 100px;}
.bankTitle{height: 23px;position: relative;}
.bankTitle a{display: inline-block;height: 100%;width: 5px;background: #d81e31;}
.bankTitle span{font-size: 16px;position: absolute;top:2px;left: 15px;font-weight: bold;}
.rightBox-content .form1 {margin: 20px 0 0 25px;}
.rightBox-content .form1 th{padding: 10px 0;}
.rightBox-content .form1 .td-red{color:#d81e31; display: inline-block;margin: 0 3px; }
.rightBox-content .form1 .common_input{width: 100px;}
.rightBox-content .form1 .btn-verification{background: #d81e31;color: #fff;float: right;margin-right: 3px;line-height: 24px;border:0;border-radius: 5px;}
.rightBox-content .form1 .kaihu-bank{width: 150px;}
.rightBox-content .prompt_text{color:#EEEEEE; }
.rightBox-content .remind-text{color:#666666; margin: 30px 0; line-height: 25px;height: 20px;}
.rightBox-content .padding{padding:0 0 50px 0;}
.rightBox-content .remind-text span{color:#d81e31;font-weight: bold; }
.rightBox-content .bank-photo-box{margin: 20px 0 ;}
.rightBox-content .bank-photo-box .bank-photo{width:45%;float: left;position: relative;}
.rightBox-content .bank-photo-box .bank-photo img{width: 100%;height: 160px;}
.rightBox-content .bank-photo-box .bank-photo ._box{padding: 3px 15px;border: 0;border-radius: 5px;background: #d81e31;color: #fff;}
.rightBox-content .bank-photo-box .bank-photo-2nd{margin-left: 10%;}
._box
{
padding: 3px 15px;
border: 0;
border-radius: 5px;
background: #d81e31;
color: #fff;
margin: 21px auto;
width: 21%;
text-align: center;
}
.none
{
position: absolute;
bottom: 22px;
left: 25%;
filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity: 0;
opacity: 0;
margin-left: 30px;
}
.none input {
width: 70px;
height: 27px;
cursor: pointer;
}