mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 21:52:48 +08:00
新增相册
This commit is contained in:
33
source/components/list/ul-photo-list/_index.scss
Normal file
33
source/components/list/ul-photo-list/_index.scss
Normal file
@@ -0,0 +1,33 @@
|
||||
.ul-photo-list {
|
||||
display : flex;
|
||||
align-items : flex-start;
|
||||
justify-content: flex-start;
|
||||
flex-wrap : wrap;
|
||||
}
|
||||
|
||||
.ul-photo-item {
|
||||
margin : 15px;
|
||||
text-align: center;
|
||||
min-width : 220px;
|
||||
}
|
||||
|
||||
.ul-photo-poster {
|
||||
width : 180px;
|
||||
height : 140px;
|
||||
background-image : url("../static/images/avatar.png");
|
||||
background-size : cover;
|
||||
background-position: center;
|
||||
margin : 0 auto;
|
||||
box-shadow : 1px 1px 3px #999;
|
||||
}
|
||||
|
||||
.ul-photo-info {
|
||||
margin-top : 10px;
|
||||
font-size : 18px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.ul-photo-desc {
|
||||
font-size: 14px;
|
||||
color : #999;
|
||||
}
|
||||
Reference in New Issue
Block a user