ten-design-vue
Version:
ten-vue
33 lines (27 loc) • 490 B
text/less
.demo-image {
&__wrapper {
padding: 0 40px;
display: flex;
justify-content: space-between;
align-items: center;
}
&__item {
color: rgba(0, 0, 0, .4);
text-align: center;
p {
padding: 10px 0;
}
&--custom {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background: #F5F5F5;
color: #C0C0C0;
.ten-icon {
font-size: 40px;
}
}
}
}