zly-vant-ui
Version:
Mobile UI Components built on Vue
53 lines (50 loc) • 941 B
text/less
@import '../style/var.less';
.van-doc-demo-section{
width: auto;
margin: 20px;
background-color: #fff;
border-radius: 12px;
min-height: unset;
overflow: hidden;
}
.van-col--6 {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 20px;
> span {
font-size: 12px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 80%;
}
}
.svg-icon {
width: 1em;
height: 1em;
fill: currentColor;
overflow: hidden;
margin: 8px 0 8px 0;
color: #323233;
font-size: 32px;
margin: 8px 0 8px 0;
display: inline-block;
vertical-align: -webkit-baseline-middle;
cursor: pointer;
// color: #5592f8;
// color: #e56363;
&-normal {
color: #5592f8;
}
&-mall {
color: #e56363;
}
}
.svg-external-icon {
background-color: currentColor;
mask-size: cover ;
display: inline-block;
}