list.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. body .weui-search-bar__box{
  2. padding-right: 10px !important;
  3. }
  4. /*body .weui-search-bar__input{*/
  5. /* width: 90%;*/
  6. /*}*/
  7. .weui-search-bar__btn{
  8. position: absolute;
  9. right: 0px;
  10. top: 1px;
  11. width: 50px;
  12. height: 26px;
  13. line-height: 26px;
  14. font-size: 14px;
  15. box-sizing: content-box;
  16. background: #1E74D5;
  17. color: #ffffff;
  18. text-align: center;
  19. border-radius: 4px;
  20. }
  21. .active-tab {
  22. display: -webkit-box;
  23. width: 100%;
  24. background-color: #ffffff;
  25. height: 46px;
  26. box-sizing: border-box;
  27. overflow-x: auto;
  28. }
  29. .active-tab .tab-item {
  30. display: -webkit-box;
  31. height: 30px;
  32. margin-top: 8px;
  33. padding: 0px 3%;
  34. }
  35. .active-tab .tab-item div {
  36. display:-webkit-box;
  37. font-size: 14px;
  38. padding: 0px 10px;
  39. }
  40. .active-tab .tab-item div.active {
  41. border-bottom: 2px solid #3da9f1;
  42. }
  43. .result-list{
  44. display: -webkit-box;
  45. -webkit-box-orient: vertical;
  46. position: absolute;
  47. top: 90px;
  48. bottom:0px;
  49. left: 0px;
  50. right: 0px;
  51. padding: 5px 16px;
  52. background-color: #ffffff;
  53. overflow: auto;
  54. }
  55. .result-list-item{
  56. display: -webkit-box;
  57. -webkit-box-orient: vertical;
  58. padding: 8px 0px;
  59. border-bottom: 1px solid #E7E7E7;
  60. }
  61. .item-title-box{
  62. display: -webkit-box;
  63. line-height: 25px;
  64. padding: 0px 5px;
  65. }
  66. .item-kind-box{
  67. display: -webkit-box;
  68. margin-top: 5px;
  69. padding: 0px 20px;
  70. -webkit-box-pack: justify;
  71. line-height: 28px;
  72. }
  73. .item-kind-box2{
  74. display: -webkit-box;
  75. margin-top: 5px;
  76. padding: 0px 8px;
  77. -webkit-box-pack: justify;
  78. line-height: 28px;
  79. }
  80. .green{
  81. color: #0BB745;
  82. }
  83. .red{
  84. color: #F53B3B;
  85. }
  86. .yellow{
  87. color: #FFC602;
  88. }
  89. .item-light{
  90. display: -webkit-box;
  91. width: 20px;
  92. }
  93. .item-title{
  94. display: -webkit-box;
  95. -webkit-box-flex: 1;
  96. font-size: 15px;
  97. text-indent: 5px;
  98. }
  99. .item-flow{
  100. color: #2F7DCD;
  101. }
  102. ::-webkit-scrollbar{ display: none}