You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
407 B

4 months ago
.wanlpage-division {
width: 100%;
position: relative;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
overflow: hidden;
}
.wanlpage-division .wanl-divider-line {
position: absolute;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
.wanlpage-division .wanl-divider-text {
position: relative;
text-align: center;
z-index: 1;
}