#
whycq
2023-02-13 1bea37073f305929215bf2c3f28e2263acb6fc20
static/css/app.less
@@ -65,3 +65,25 @@
   background-color: #FFF;
   box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4) ;
}
// 输入框
.uni-input {
   min-height: 80rpx;
   width: 100%;
   background-color: #f8f8f8;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) ;
   position: fixed;
   top: 100px;
   left: 0;
}
 // #ifdef APP-PLUS
   .uni-input {
      min-height: 80rpx;
      width: 100%;
      background-color: #f8f8f8;
      box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) ;
      position: fixed;
      top: 0;
      left: 0;
   }
   // #endif