更新:课程详情的初步代码

This commit is contained in:
2025-11-14 15:13:21 +08:00
parent e7e0597026
commit 21b03635a2
25 changed files with 4958 additions and 12 deletions

View File

@@ -258,6 +258,9 @@
.bg-\[transparent\] {
background-color: transparent;
}
.pt-\[40px\] {
padding-top: 40px;
}
.text-center {
text-align: center;
}
@@ -324,7 +327,7 @@
display: inline-block;
}
button {
line-height: inherit;
line-height: inherit !important;
}
}
@property --tw-rotate-x {

View File

@@ -108,12 +108,12 @@ uni-textarea {
}
// popup
// .wd-popup {
// z-index: 9999 !important;
// }
// .wd-overlay {
// z-index: 9998 !important;
// }
.wd-popup {
z-index: 9999 !important;
}
.wd-overlay {
z-index: 9998 !important;
}
// uni-ui form
// .uni-forms-item {