UNPKG
generator-zl-fis3-less
Version:
latest (2.0.0)
2.0.0
1.0.6
1.0.5
基于 Yeoman 的 FIS3 主题模板制作框架初始化脚手架
generator-zl-fis3-less
/
app
/
templates
/
page
/
web1
/
css
/
__inc-index-header.less
20 lines
(17 loc)
•
400 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#header
{
.headerBar
{
background
:
url
(
../imgs/ban1.jpg
) no-repeat;
.logoWraper
{
position
: relative;
#logo
{
position
:absolute;
left
:
160px
;
top
:
15px
;
img
{
width
:
400px
;
height
:
90px
; } } } } }