libao.css
2.07 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
.libaobox {
height: .7rem;
line-height: .7rem;
border-bottom: 1px #e6e6e6 solid;
text-align: center;
padding: .1rem .2rem;
}
.libaobox .fxall {
font-size: .28rem;
color: #999;
}
.libaobox .fxall:first-child {
border-right: 1px #e6e6e6 solid;
}
.libaobox .fxall .spanon {
display: inline-block;
padding-bottom: .09rem;
border-bottom: .03rem #c61727 solid;
color: #c61727;
width:100%;
}
.libao_list {
color: #999;
font-size: .24rem;
}
.libao_list ul {
padding: .2rem;
}
.libao_list ul li {
padding-bottom: .2rem;
}
.libao_list ul li img {
width: 6rem;
height: 4.5rem;
}
.btn_libao {
color: #fff;
font-size: .26rem;
text-align: center;
width: 2rem;
height: .5rem;
line-height: .5rem;
display: inline-block;
}
.btn_libao:first-child {
background-color: #c61727;
}
.btn_libao:last-child {
background-color: #f4d1d3;
margin-left: .2rem;
}
.my_libao {
font-size: .24rem;
}
.my_libao .disfx img {
width: 2rem;
height: 1.5rem;
display: inline-block;
}
.my_libao .disfx .name {
font-size: .24rem;
color: #adadad;
height: .7rem;
line-height: .35rem;
overflow: hidden;
margin-bottom: .5rem;
}
/*libaopro*/
.libaopro {}
.libaopro img {
width: 6.4rem;
height: 4.8rem;
}
.pro_libao {
font-size: .28rem;
padding: 0 .2rem .2rem;
border-bottom: .1rem #eee solid;
background-color: #fff;
}
.pro_libao .name {
margin: .1rem 0;
font-size: .3rem;
line-height: .4rem;
color: #333;
overflow: hidden;
}
.lbpro_list {
margin-bottom: 1rem;
}
.lbpro_list ul {
width: 100%;
}
.lbpro_list ul li {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
font-size: 0;
text-align: center;
height: .8rem;
line-height: .8rem;
padding: 0 .2rem;
}
.lbpro_list ul li span {
font-size: .26rem;
color: #707070;
}
.lbpro_list ul li .btn_small {
margin-top: .125rem;
}
.lbpro_list ul li:nth-child(2n) {
background-color: #fff;
}
.lbpro_list ul li:nth-child(2n+1) {
background-color: #fcfcfc;
}