Files
2025-08-15 14:05:08 +08:00

15 lines
246 B
Plaintext

.block {
position: relative;
width: 240px;
height: 240px;
background: var(--td-bg-color-container);
border-radius: 16rpx;
}
.close-btn {
position: absolute;
left: 50%;
margin-left: -32rpx;
bottom: calc(-1 * (48rpx + 64rpx));
}