insight.styl 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. // Insight Search Styles
  2. ins-container-width = 540px
  3. ins-text-grey = #9a9a9a
  4. ins-border-grey = #e2e2e2
  5. ins-background-grey = #f7f7f7
  6. ins-background-blue = #006BDE
  7. $ins-full-screen
  8. top: 0
  9. left: 0
  10. margin: 0
  11. width: 100%
  12. height: 100%
  13. .ins-search
  14. display: none
  15. &.show
  16. display: block
  17. .ins-selectable
  18. cursor: pointer
  19. .ins-search-mask,
  20. .ins-search-container
  21. position: fixed
  22. .ins-search-mask
  23. top: 0
  24. left: 0
  25. width: 100%
  26. height: 100%
  27. z-index: 100
  28. background: rgba(0,0,0,0.5)
  29. .ins-input-wrapper
  30. position: relative
  31. .ins-search-input
  32. width: 100%
  33. border: none
  34. outline: none
  35. font-size: 16px
  36. box-shadow: none
  37. font-weight: 200
  38. border-radius: 0
  39. background: white
  40. line-height: 20px
  41. box-sizing: border-box
  42. padding: 12px 28px 12px 20px
  43. border-bottom: 1px solid ins-border-grey
  44. font-family: "Microsoft Yahei Light", "Microsoft Yahei", Helvetica, Arial, sans-serif
  45. .ins-close
  46. top: 50%
  47. right: 6px
  48. width: 20px
  49. height: 20px
  50. font-size: 16px
  51. margin-top: -11px
  52. position: absolute
  53. text-align: center
  54. display: inline-block
  55. &:hover
  56. color: ins-background-blue
  57. .ins-search-container
  58. left: 50%
  59. top: 100px
  60. z-index: 101
  61. bottom: 100px
  62. box-sizing: border-box
  63. width: ins-container-width
  64. margin-left: -(ins-container-width/2)
  65. @media screen and (max-width: 559px), screen and (max-height: 479px)
  66. top: 0
  67. left: 0
  68. margin: 0
  69. width: 100%
  70. height: 100%
  71. background: ins-background-grey
  72. .ins-section-wrapper
  73. left: 0
  74. right: 0
  75. top: 45px
  76. bottom: 0
  77. overflow-y: auto
  78. position: absolute
  79. .ins-section-container
  80. position: relative
  81. background: ins-background-grey
  82. .ins-section
  83. font-size: 14px
  84. line-height: 16px
  85. .ins-section-header,
  86. .ins-search-item
  87. padding: 8px 15px
  88. .ins-section-header
  89. color: ins-text-grey
  90. border-bottom: 1px solid ins-border-grey
  91. .ins-slug
  92. margin-left: 5px
  93. color: ins-text-grey
  94. &:before
  95. content: '('
  96. &:after
  97. content: ')'
  98. .ins-search-item
  99. header,
  100. .ins-search-preview
  101. overflow: hidden
  102. white-space: nowrap
  103. text-overflow: ellipsis
  104. header
  105. .fa
  106. margin-right: 8px
  107. .ins-search-preview
  108. height: 15px
  109. font-size: 12px
  110. color: ins-text-grey
  111. margin: 5px 0 0 20px
  112. &:hover,
  113. &.active
  114. color: white
  115. background: ins-background-blue
  116. .ins-slug,
  117. .ins-search-preview
  118. color: white