marktEntrust.css
1.4 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
.easyDialog_content .easyDialog_title{
border:0;
font-size:20px;
background:#fff;
padding-top:20px;
}
.cancelBtn{
position: absolute;
top: 10px;
right: 10px;
}
.applybtn {
font-size: 13px;
color: black;
border: 1px solid #f00;
padding: 4px 10px;
background-color: #fff;
font-family: inherit;
font-weight: bold;
border-radius: 3px;
}
.sale{
font-size: 13px;
color: black;
border: 1px solid black;
padding: 4px 10px;
width:130px;
background-color: #fff;
font-family: inherit;
font-weight: bold;
border-radius: 3px;
border-width:0;
}
.gt td{
background:transparent url(../../images/ration/fen.jpg) no-repeat center left;
}
.agreeButton{
background:transparent url(../../images/ration/ration.jpg) no-repeat center left;
color:#fffff;
}
.agreeRation{
background:transparent url(../../images/ration/agree.jpg) no-repeat center left;
border: 1px solid #f00;
border-radius: 3px;
color: #f00;
font-family: inherit;
font-size: 13px;
font-weight: bold;
padding: 4px 10px;
}
.rechargebtn{
background-color: rgb(231, 36, 38);
border: 1px solid #f00;
border-radius: 3px;
color: #f00;
font-family: inherit;
font-size: 13px;
font-weight: bold;
padding: 1px 10px;
}
.trusteeship_txt {
padding: 25px 0;
}
.trusteeship_txt table tr:nth-child(odd){
background-color:rgb(253,244,245);
}
.trusteeship_txt table tr{
height:35px;
line-height:35px;
}