Lou
2024-04-10 3f14c8d4a6a8a8bdeced78998bd0cce1de6f06a6
pages/home/index.scss
@@ -29,6 +29,50 @@
      padding: 0 30rpx;
      box-sizing: border-box;
   }
   .search-bar{
      padding:20rpx 30rpx;
      position: relative;
      width:100%;
      box-sizing: border-box;
   }
   .search-content{
      position: absolute;
      width: 100%;
      height:500rpx;
      border-radius:16rpx;
      top:88rpx;
      left:0;
      z-index: 15;
      box-shadow: 0rpx 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.02);
      border-bottom:1px solid #f5f5f5;
      padding:0 30rpx;
      box-sizing: border-box;
   }
   .search-scroll{
      width:100%;
      height:100%;
   }
   .search-content-row{
      padding:20rpx 0;
      border-bottom: 1px solid #f5f5f5;
   }
   .search-tag{
      padding:2rpx 10rpx;
      border-radius: 8rpx;
      background-color: rgb(236,244,255);
      border:1px solid currentColor;
   }
   .mask{
      position: fixed;
      width:100%;
      height:100%;
      top:300rpx;
      left:0;
      z-index: 10;
      background-color:rgba(0, 0, 0, .5);
   }
   .content {
      padding: 20rpx 30rpx 0;