19 lines
392 B
Plaintext
19 lines
392 B
Plaintext
.divider-demo__title {
|
||
font-size: 24rpx;
|
||
color: rgba(0, 0, 0, 0.4);
|
||
padding: 0 32rpx 16rpx;
|
||
line-height: 40rpx;
|
||
}
|
||
|
||
.demo-5 {
|
||
margin: 0 32rpx;
|
||
}
|
||
|
||
/* 兼容skyline写法,后续skyline支持border-top后可删除 */
|
||
.skyline-dashed {
|
||
border-style: unset !important;
|
||
border-top-style: dashed !important;
|
||
border-color: unset !important;
|
||
border-top-color: #e7e7e7 !important;
|
||
}
|