UNPKG
fd-gulp-convert-encoding
Version:
latest (0.0.1)
0.0.1
convert file to assigned charset
fd-gulp-convert-encoding
/
test
/
source
/
qingguo
/
css
/
module
/
advertisement
/
default.ad.css
20 lines
(18 loc)
•
292 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.adArea
{
border
:
1px
solid
#ebebeb
;
background-color
:
#fbfbfb
;
margin
:
0
0
15px
10px
; }
.adArea
li
{
display
: inline;
float
: left;
padding
:
10px
;
font-size
:
14px
; }
.topAd
{
position
: absolute;
top
:
25px
;
left
:
0
;
width
:
100%
;
display
: none; }