mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-05 11:52:49 +08:00
新增简洁主图卡片
This commit is contained in:
26
source/components/card/ul-easy-image/_index.scss
Normal file
26
source/components/card/ul-easy-image/_index.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
.ul-easy-image {
|
||||
margin: 5px;
|
||||
border-radius : 15px;
|
||||
overflow : hidden;
|
||||
background-color: #fff;
|
||||
box-shadow : 1px 1px 5px rgba(0, 0, 0, 0.4);
|
||||
|
||||
&__main {
|
||||
width : 100%;
|
||||
height: 160px;
|
||||
}
|
||||
|
||||
&__footer {
|
||||
padding : 5px 15px;
|
||||
display : flex;
|
||||
align-items : flex-end;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
&__title {
|
||||
margin-top : 10px;
|
||||
padding-bottom: 10px;
|
||||
font-size : 16px;
|
||||
font-weight : 600;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user