* 自定义样式
*/
:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background:
linear-gradient(120deg, #bd34fe, #41d1ff);
--vp-home-hero-image-background-image:
linear-gradient(-55deg, #bd34fe 50%, #47caff 50%);
--vp-home-hero-image-filter: brightness(1.75) blur(5rem);
}
.t-loading * {
animation-duration: 1s !important;
animation-iteration-count: infinite !important;
}
.center {
display: flex;
justify-content: space-around;
align-items: center;
margin: auto;
}
mjx-container {
overflow: hidden;
}
.t-slider__button {
width: var(--td-comp-size-xs) !important;
height: var(--td-comp-size-xs) !important;
}
.t-slider__rail {
height: var(--td-size-4) !important;
}
.t-slider__track {
height: var(--td-size-4) !important;
}
.t-slider__mark-text {
font: var(--td-font-body-medium) !important;
}
#tfjs-visor-container .visor {
max-width: 100% !important;
}