_currency.css
1.26 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
.currency-title {
width: 100%;
height: 90px;
border: solid #eee 1px;
margin-bottom: 30px;
padding: 20px 10px;
.yohocoin-icon {
width: 90px;
height: 45px;
background-image: resolve('me/coin.png');
background-repeat: no-repeat;
background-position: center top;
}
.current-yohocoin {
font-size: 18px;
margin-bottom: 18px;
}
.left-yohocoin {
font-size: 12px;
color: #666;
}
}
.search-bar {
font-size: 14px;
select {
margin-right: 20px;
}
.iconfont {
font-size: 14px;
}
}
.table .header li.big-width {
text-align: center;
}
.currency-table {
font-size: 14px;
color: #1b1b1b;
width: 934px;
tr th {
border: solid 1px #eee;
background: #f5f5f5;
height: 38px;
text-align: center;
margin-top: 20px;
}
tr td {
padding: 30px 5px;
text-align: center;
border: 1px #eee solid;
}
.td-time,
.td-coin {
width: 138px;
}
.td-detail {
width: 355px;
}
}
.currency-footer {
margin-top: 20px;
.total {
font-size: 14px;
}
.coin-pagination {
margin-left: 280px;
}
}
@import "order/nav";