sidebar.less
1.41 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
82
@import "variables.less";
/*左右分隔布局样式*/
.xn-sidebar-2{
width: 900px;
margin: 20px auto;
border:@xn-border;
background-color: #f9f9f7;
.box-shadow();
}
.xn-sidebar-2 .sidebar-left{
width:33.3333%;
float:left;
padding: 30px 50px 10px 50px;
}
.xn-sidebar-2 .sidebar-left p{
font-size: 14px;
line-height: 30px;
}
.xn-sidebar-2 .sidebar-right{
width:66.6666%;
float:right;
background-color: @xn-white;
padding: 30px 49px 10px 49px;
position: relative;
}
.xn-sidebar-2 .sidebar-right p{
float: left;
margin-top: 40px;
margin-left: -45px;
}
.xn-sidebar-2 .sidebar-right .state{
position: absolute;
top: -35px;
width: 150px;
height: 100px;
z-index: 2;
left: 0px;
}
.xn-sidebar-2 .sidebar-right .state i{
float: left;
width: 150px;
height: 100px;
font-size: 70px;
line-height: 120px;
display: inline-block;
}
.xn-sidebar-2 .sidebar-right .xn-sidebar-barcode{
position: absolute;
right: 10px;
}
.xn-sidebar-2 .sidebar-right .barcode{
position: static;
width: 110px;
height: 40px;
z-index: 99;
right: 60px;
margin-top:50px;
}
.xn-sidebar-title{
width: 900px;
margin: 20px auto;
font-size: 20px;
}
.barcode{
// font-family: Barcode;
font-size: 50px;
line-height: 100px;
height: 100px;
}
.xn-sidebar-2 .sidebar-right .barcode i{
float: left;
width: 10px;
height: 10px;
font-size: 50px;
line-height: 10px;
display: inline-block;
}