Files
soul-yongping/new-soul/miniprogram/components/icon/icon.wxss
Alex-larget 6df1736e1e 1
2026-03-20 14:47:37 +08:00

19 lines
259 B
Plaintext

/* components/icon/icon.wxss */
.icon {
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.icon-image {
display: block;
width: 100%;
height: 100%;
}
.icon-text {
font-size: 24rpx;
color: currentColor;
}