美化了样式3.0

This commit is contained in:
2025-08-15 14:15:10 +08:00
parent 23ab2798d8
commit f47e375bfa
12 changed files with 103 additions and 42 deletions

View File

@ -250,6 +250,9 @@
max-height: 48vh;
padding: 8rpx 32rpx 24rpx;
}
rich-text {
padding-bottom: 32rpx;
}
/* 富文本默认样式优化 */
.modal-body rich-text {
@ -308,3 +311,10 @@
.notice-icon:active {
opacity: 0.85;
}
::-webkit-scrollbar {
width: 0;
height: 0;
background: transparent;
}