App.vue
@@ -116,7 +116,20 @@
<style>
   @import "static/css/colorUi/icon.css";
   /*每个页面公共css */
   /*每个页面公共css */
   /* #ifndef APP-PLUS-NVUE */
   /* uni.css - 通用组件、模板样式库,可以当作一套ui库应用 */
   @import './common/uni.css';
   /* H5 兼容 pc 所需 */
   @media screen and (min-width: 768px) {
      body {
         overflow-y: scroll;
      }
   }
   /* #endif */
   body {
      background-color: #f1f1f1;
      color: #606266;
@@ -218,6 +231,10 @@
      height: 60upx;
      text-align: center;
      line-height: 60upx;
   }
   .uni-app--showtopwindow [data-page="pages/home/home"] uni-page-head {
      display: none;
   }
   
   .text-light {