Files

19 lines
392 B
Plaintext
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
.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;
}