33 lines
486 B
Plaintext
33 lines
486 B
Plaintext
@import '../common/style/index.less';
|
|
@import '../common/style/_variables.less';
|
|
|
|
.@{prefix}-image {
|
|
&__mask {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: #f2f2f2;
|
|
color: #ccc;
|
|
}
|
|
|
|
&--loading-text {
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
|
|
&__common {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.round {
|
|
border-radius: @border-radius;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.circle {
|
|
border-radius: @border-radius-50;
|
|
overflow: hidden;
|
|
}
|