_vip.scss
1.2 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
.order-pan
{
.info-box
{
padding: 10px 0 10px 10px;
p
{
line-height:25px;
span {
display: inline-block;
width: 115px;
}
}
.right-show
{
background:url('../img/vip/btnbg.png');
background-size:1px 33px;
width:96px;
height:33px;
display:inline-block;
font-size:12px;
line-height:33px;
text-align:center;
border:1px solid #E5D69F;
margin-top:5px;
}
}
}
.order-bar-pan
{
background:#EEEEEE;
margin-top:0;
padding: 10px 0 10px 10px;
.top-vip
{
margin:22px 40px;
}
.bar
{
background:url('../img/vip/bar-bg.png');
background-size:1px 19px;
width:300px;
height:19px;
margin-bottom:3px;
position: relative;
text-align:center;
border:1px solid #ccc;
.bar-p
{
position:absolute;
top:0;
left:0;
width:120px;
height:19px;
background:url('../img/vip/bar-p.png');
background-size:1px 19px;
}
}
.red-font
{
color:red;
}
}