business.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /* pages/business/business.wxss */
  2. .busuness{
  3. height: 100vh;
  4. display: flex;
  5. flex-direction: column;
  6. box-sizing: border-box;
  7. }
  8. .top-box{
  9. flex-shrink: 0;
  10. }
  11. .main-box{
  12. flex: 1;
  13. overflow: hidden;
  14. }
  15. .location_img{
  16. width: 24rpx;
  17. height: 24rpx;
  18. }
  19. .more{
  20. width: 24rpx;
  21. height: 24rpx;
  22. }
  23. .servers_top{
  24. display: flex;
  25. align-items: center;
  26. }
  27. .search_box{
  28. display: flex;
  29. align-items: center;
  30. background: #fff;
  31. width: 686rpx;
  32. padding: 20rpx;
  33. margin: 0 auto;
  34. box-sizing: border-box;
  35. }
  36. .search_img{
  37. width: 24rpx;
  38. height: 24rpx;
  39. }
  40. .input_box{
  41. width: 90%;
  42. color: #999;
  43. }
  44. .search{
  45. width: 95vw;
  46. margin: 0 auto;
  47. box-sizing: border-box;
  48. }
  49. .van-cell__left-icon-wrap{
  50. margin-top: 8rpx;
  51. }
  52. .right-icon{
  53. color: #fff;
  54. background-color: #62CB81;
  55. border-radius: 40rpx;
  56. width: 90rpx;
  57. height: 58rpx;
  58. }
  59. .scrollbox{
  60. width: 100vw;
  61. white-space: nowrap;
  62. height: 70rpx;
  63. }
  64. .tipsbox{
  65. display: flex;
  66. align-items: center;
  67. }
  68. .tipsitem{
  69. padding: 10rpx 20rpx;
  70. border-radius: 15rpx;
  71. font-size: 26rpx;
  72. }
  73. .active{
  74. font-size: 26rpx;
  75. padding: 10rpx 20rpx;
  76. border-radius: 15rpx;
  77. color: var(--maingreencolor);
  78. }
  79. .active:nth-child(n+2){
  80. margin-left: 40rpx;
  81. }
  82. .tipsitem:nth-child(n+2){
  83. margin-left: 40rpx;
  84. }
  85. .shopbox{
  86. height:100%;
  87. box-sizing: border-box;
  88. }
  89. .busuness .van-tabs__scroll {
  90. background: transparent ;
  91. }