2026-01-14 16:54:47 +08:00
|
|
|
.title {
|
|
|
|
|
flex: 1;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
color: var(--td-text-color-primary);
|
|
|
|
|
}
|
2025-12-26 17:26:32 +08:00
|
|
|
|
2026-01-14 16:54:47 +08:00
|
|
|
.p-header {
|
|
|
|
|
border-bottom: 1rpx solid #ddd;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding-right: calc(var(--td-popup-border-radius, var(--td-radius-extraLarge, 24rpx)) * 0.5);
|
|
|
|
|
padding-left: calc(var(--td-popup-border-radius, var(--td-radius-extraLarge, 24rpx)) * 0.5);
|
|
|
|
|
padding-top: 12rpx;
|
|
|
|
|
padding-bottom: 12rpx;
|
|
|
|
|
}
|