servers.wxss 1.3 KB

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