李志伟 3 years ago
parent
commit
855289df2b
1 changed files with 5 additions and 4 deletions
  1. 5
    4
      src/components/ClassInfo.vue

+ 5
- 4
src/components/ClassInfo.vue View File

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