first add files

This commit is contained in:
2025-08-15 14:05:08 +08:00
parent c58f74bcc0
commit b6216570d9
2451 changed files with 29056 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
.block {
display: block;
margin-bottom: 32rpx;
}
.block .image {
position: inherit;
}
.block .image::before {
content: ' ';
position: absolute;
top: 0;
left: 0;
width: 200%;
height: 200%;
border-radius: 24rpx;
border: 2rpx solid var(--td-gray-color-4);
transform-origin: 0 0;
transform: scale(0.5);
}