Files
layui-ul/source/components/card/ul-easy-image/_index.scss
2023-01-19 11:12:30 +08:00

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;
}
}