diff --git a/src/views/site/yuYueKeCheng/index.vue b/src/views/site/yuYueKeCheng/index.vue
index 6fc95d6..ae977b6 100644
--- a/src/views/site/yuYueKeCheng/index.vue
+++ b/src/views/site/yuYueKeCheng/index.vue
@@ -12,6 +12,8 @@
?
+
+ 当前时间之前的预约课程点击“查看更多”
查看更多
@@ -262,6 +264,20 @@ defineExpose({
border: 1px #1c84c6 solid;
cursor: pointer;
}
+.tipClass{
+ // margin-left: 10%;
+ font-size: 16px;
+ color: red;
+ font-weight: 700;
+}
-
+.ant-card-extra {
+ float: right;
+ margin-left: auto;
+ padding: 16px 0;
+ color: rgba(0, 0, 0, 0.85);
+ font-weight: normal;
+ font-size: 14px;
+ margin-top: 10px;
+}
\ No newline at end of file