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-image.less
8 lines
(7 loc)
•
207 B
text/less
View Raw
1
2
3
4
5
6
7
8
/* 通栏图片 */
//
.image
{
margin-right
:
10px
;
height
: auto;
overflow
: hidden;} //
.image
img
{
width
:
100%
;
height
:
100%
;}
.image
{
height
: auto;
overflow
: hidden;
img
{
width
:
100%
;
height
:
100%
;} }