Files
miniprogram-1/miniprogram/components/cloud-image/cloud-image.wxss
2026-01-13 20:50:02 +08:00

35 lines
443 B
Plaintext

:host {
display: block;
width: 100%;
height: 100%;
}
.cloud-image {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
}
.skeleton {
width: 100%;
height: 100%;
}
.image {
width: 100%;
height: 100%;
display: block;
}
.error-placeholder {
width: 100%;
height: 100%;
background-color: #f5f5f5;
display: flex;
align-items: center;
justify-content: center;
color: #ccc;
font-size: 24rpx;
}