#
whycq
2022-04-21 66f3788ba68beff062d660327f50bd18ef6c6b25
App.vue
@@ -92,6 +92,18 @@
   /*每个页面公共css */
   @import "colorui/main.css";
   @import "colorui/icon.css";
   .footer {
      width: 100%;
      height: 150rpx;
      line-height: 150rpx;
      background-color: #FFF;
      position: fixed;
      bottom: 0;
      border-top: 1px solid #d8d8d8;
      border-radius: 20rpx 20rpx 0 0 ;
      z-index: 1;
   }
   .nav-list {
      display: flex;
      flex-wrap: wrap;
@@ -101,7 +113,7 @@
   .nav-li {
      padding: 30upx;
      border-radius: 12upx;
      width: 45%;
      width: 95%;
      margin: 0 2.5% 40upx;
      
      background-size: cover;