mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-05 11:52:49 +08:00
26 lines
546 B
SCSS
26 lines
546 B
SCSS
.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;
|
|
}
|
|
} |