index.wxss 936 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .container {
  2. width: 100%;
  3. background-color: #fff;
  4. }
  5. .top {
  6. width: 100%;
  7. z-index: 999;
  8. background-color: #fff;
  9. overflow: hidden;
  10. }
  11. .tabsBox {
  12. width: 100%;
  13. border-bottom: 1px solid #d3d3d3;
  14. display: flex;
  15. }
  16. .tab {
  17. width: 25%;
  18. }
  19. .text {
  20. display: block;
  21. width: 80%;
  22. margin: 0 auto;
  23. text-align: center;
  24. }
  25. .current {
  26. color: #ff9302;
  27. border-bottom: 1px solid #ff9302;
  28. }
  29. .search {
  30. width: 90%;
  31. height: 2em;
  32. border: 1px solid #f3f3f3;
  33. background-color: #fff !important;
  34. border-radius: 12px;
  35. display: flex;
  36. margin: 20px auto;
  37. }
  38. .uni-easyinput {
  39. width: 70%;
  40. margin-left: 5%;
  41. height: 100%;
  42. font-size: 14px;
  43. }
  44. .uni-easyinput .uni-easyinput__content {
  45. border: none !important;
  46. height: 100%;
  47. line-height: 2em;
  48. }
  49. .searchBtn {
  50. width: 20%;
  51. background-color: #ff9302 !important;
  52. border: none;
  53. color: #fff !important;
  54. height: 2em;
  55. margin-top: 0.2em;
  56. margin-left: 4%;
  57. border-radius: 12px;
  58. }
  59. .list {
  60. display: block;
  61. }