XMLWAN 3 years ago
parent
commit
6c98da188d
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/xt_pages/user/coursePrint.vue

+ 4 - 1
src/xt_pages/user/coursePrint.vue View File

55
               <div>{{item.title}}</div>
55
               <div>{{item.title}}</div>
56
             </div>
56
             </div>
57
 
57
 
58
-             <div class="inline_block" style="width:100%;font-family: 宋体;color:black;font-size:18px">
58
+             <div class="inline_block" style="width:100%;>
59
               <div v-html="item.content" class="printP">{{item.content}}</div>
59
               <div v-html="item.content" class="printP">{{item.content}}</div>
60
             </div>
60
             </div>
61
           </div>
61
           </div>
319
   .printP{
319
   .printP{
320
     line-height: 20px;
320
     line-height: 20px;
321
     font-weight: bold;
321
     font-weight: bold;
322
+    font-size:16px;
323
+    color: black;
324
+    font-family: 宋体;
322
   }
325
   }
323
 </style>
326
 </style>
324
 
327