home.wxss 565 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* 搜索和轮播图 */
  2. .business-header{
  3. width:750rpx;
  4. position: relative;
  5. }
  6. .lw-search {
  7. position: absolute;
  8. top:20rpx;
  9. z-index: 1000;
  10. }
  11. .lw-search .search-form {
  12. width:544rpx;
  13. }
  14. .lw-tab {
  15. width:200rpx;
  16. position: absolute;
  17. bottom: 200rpx;
  18. left: 20rpx;
  19. z-index: 1000;
  20. background:white;
  21. border-radius: 20rpx;
  22. overflow: hidden;
  23. }
  24. .lw-tab .tab-item {
  25. text-align: center;
  26. height:50rpx;
  27. line-height: 50rpx;
  28. }
  29. .lw-tab .border-bottom{
  30. border-bottom: 1px solid #eee;
  31. }
  32. .lw-tab .tab-item.active {
  33. background: #e60012;
  34. color:white;
  35. }