李志伟 3 年前
父节点
当前提交
855289df2b
共有 1 个文件被更改,包括 5 次插入4 次删除
  1. 5
    4
      src/components/ClassInfo.vue

+ 5
- 4
src/components/ClassInfo.vue 查看文件

@@ -87,12 +87,12 @@ export default {
87 87
   width: 100vw;
88 88
   height: 100%;
89 89
   &-body {
90
-    width: 99%;
90
+    width: 100%;
91 91
     border-radius: 30px;
92 92
     background-color: #fff;
93 93
     position: absolute;
94
-    top: 26vh;
95
-    height: 68vh;
94
+    top: 54vw;
95
+    height: calc(100% - 54vh);
96 96
     &-top {
97 97
       width: 100%;
98 98
       height: 10vh;
@@ -111,7 +111,7 @@ export default {
111 111
         justify-content: space-between;
112 112
 
113 113
         &-Time {
114
-          font-size: 8px;
114
+          font-size: 9px;
115 115
           color: #999;
116 116
         }
117 117
         &-Shoucang {
@@ -123,6 +123,7 @@ export default {
123 123
             padding-right: 5px;
124 124
           }
125 125
           & > span {
126
+            color: #999;
126 127
             font-size: 10px;
127 128
           }
128 129
         }