home.wxss 206 B

123456789101112131415
  1. /* 搜索和轮播图 */
  2. .business-header{
  3. width:750rpx;
  4. position: fixed;
  5. z-index: 99;
  6. }
  7. .lw-search {
  8. position: absolute;
  9. top:20rpx;
  10. z-index: 1000;
  11. }
  12. .lw-search .search-form {
  13. width:544rpx;
  14. }