2024-09-19 07:20:14 +08:00
|
|
|
|
|
|
|
/* 使用 UnoCSS 定义样式 */
|
2024-10-01 09:15:35 +08:00
|
|
|
.grid.data-v-4aaf2196 {
|
2024-09-19 07:20:14 +08:00
|
|
|
display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32rpx;
|
|
|
|
}
|
2024-10-01 09:15:35 +08:00
|
|
|
.view.data-v-4aaf2196 {
|
2024-09-19 07:20:14 +08:00
|
|
|
height:100%;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));
|
|
|
|
}
|
2024-10-01 09:15:35 +08:00
|
|
|
.button.data-v-4aaf2196 {
|
2024-09-19 07:20:14 +08:00
|
|
|
margin-top:32rpx;width:100%;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(255 192 203 / var(--un-bg-opacity));padding-top:32rpx;padding-bottom:32rpx;text-align:center;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));
|
|
|
|
}
|