25 lines
462 B
Plaintext
25 lines
462 B
Plaintext
/* pages/main/journal-date/index.less */
|
|
.container {
|
|
width: 100%;
|
|
height: 100vh;
|
|
position: fixed;
|
|
overflow: hidden;
|
|
background: var(--theme-bg);
|
|
|
|
.loading {
|
|
top: 50%;
|
|
left: 50%;
|
|
z-index: 1000;
|
|
position: fixed;
|
|
transform: translate(-50%, -50%);
|
|
|
|
.loading-text {
|
|
color: var(--theme-text-secondary);
|
|
padding: 24rpx 48rpx;
|
|
background: var(--theme-bg-card);
|
|
border-radius: 8rpx;
|
|
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, .15);
|
|
}
|
|
}
|
|
}
|