15 lines
246 B
Plaintext
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));
|
|
}
|