update demo-react-switch-tabs,

This commit is contained in:
louiscklaw
2025-06-08 19:07:48 +08:00
parent 766720e075
commit e2076fe67b
15 changed files with 354 additions and 5 deletions

View File

@@ -0,0 +1,24 @@
.container {
text-align: center;
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.container strong {
font-size: 20px;
line-height: 26px;
}
.container p {
font-size: 16px;
line-height: 22px;
color: #8c8c8c;
margin: 0;
}
.container a {
text-decoration: none;
}