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.
24 lines
398 B
24 lines
398 B
|
|
.wanl-divider {
|
|
width: 100%;
|
|
position: relative;
|
|
text-align: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
.wanl-divider-line {
|
|
position: absolute;
|
|
height: 1rpx;
|
|
-webkit-transform: scaleY(0.5);
|
|
transform: scaleY(0.5);
|
|
}
|
|
.wanl-divider-text {
|
|
position: relative;
|
|
text-align: center;
|
|
padding: 0 18rpx;
|
|
z-index: 1;
|
|
}
|
|
|
|
|