-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportrait.css
78 lines (78 loc) · 1.39 KB
/
portrait.css
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
*{
margin:0;
padding:0;
}
#status{
text-align: center;
padding-top: 5px;
}
#status h3.red{color:#ff0000;}
#status h3.green{color:#0a931c;}
.wrap{
border:1px solid #000;
position:relative;
margin:10px auto 0px;
height:265px;
width:320px;
padding-top:15px;
border-radius:10px;
background: -webkit-linear-gradient(#fff, #f0f0f0);
}
h2{text-align:center;}
.time{
width:165px;
float:left;
border-right:1px solid #000;
padding-bottom:10px;
}
.money{
width:145px;
float:left;
}
.time div, .money div{
margin-top:20px;
text-align:center;
}
#real_time{text-align:center; margin-top:10px; font-size:18px; font-weight:bold;}
a{
margin-top:10px;
padding:5px;
margin-left:0px;
text-align:center;
color:#fff;
text-decoration:none;
}
a.openTable{
width:290px;
height:30px;
line-height:30px;
margin-left:10px;
font-size:22px;
display:block;
border-radius:10px;
background: -webkit-linear-gradient(#0fc927, #0a931c);
}
a.closeTable{
width:135px;
height:30px;
line-height:30px;
margin-left:10px;
display:block;
float:left;
font-size:18px;
border-radius:10px;
background: -webkit-linear-gradient(#e65663, #bd1323);
}
a.sbrosTable{
width:135px;
height:30px;
line-height:30px;
margin-left:10px;
display:block;
float:left;
font-size:18px;
border-radius:10px;
background: -webkit-linear-gradient(#7092de, #4268be);
}
.timeBord{text-align:center; font-size:13px;}
.timeBord h3{ font-size:16px;}