insight.styl 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. font-weight: 200
  37. background: white
  38. line-height: 20px
  39. box-sizing: border-box
  40. padding: 12px 28px 12px 20px
  41. border-bottom: 1px solid ins-border-grey
  42. font-family: "Microsoft Yahei Light", "Microsoft Yahei", Helvetica, Arial, sans-serif
  43. .ins-close
  44. top: 50%
  45. right: 6px
  46. width: 20px
  47. height: 20px
  48. font-size: 16px
  49. margin-top: -11px
  50. position: absolute
  51. text-align: center
  52. display: inline-block
  53. &:hover
  54. color: ins-background-blue
  55. .ins-search-container
  56. left: 50%
  57. top: 100px
  58. z-index: 101
  59. bottom: 100px
  60. box-sizing: border-box
  61. width: ins-container-width
  62. margin-left: -(ins-container-width/2)
  63. @media screen and (max-width: 559px), screen and (max-height: 479px)
  64. top: 0
  65. left: 0
  66. margin: 0
  67. width: 100%
  68. height: 100%
  69. background: ins-background-grey
  70. .ins-section-wrapper
  71. left: 0
  72. right: 0
  73. top: 45px
  74. bottom: 0
  75. overflow-y: auto
  76. position: absolute
  77. .ins-section-container
  78. background: ins-background-grey
  79. .ins-section
  80. font-size: 14px
  81. line-height: 16px
  82. .ins-section-header,
  83. .ins-search-item
  84. padding: 8px 15px
  85. .ins-section-header
  86. color: ins-text-grey
  87. border-bottom: 1px solid ins-border-grey
  88. .ins-slug
  89. margin-left: 5px
  90. color: ins-text-grey
  91. &:before
  92. content: '('
  93. &:after
  94. content: ')'
  95. .ins-search-item
  96. header,
  97. .ins-search-preview
  98. overflow: hidden
  99. white-space: nowrap
  100. text-overflow: ellipsis
  101. header
  102. .fa
  103. margin-right: 8px
  104. .ins-search-preview
  105. height: 15px
  106. font-size: 12px
  107. color: ins-text-grey
  108. margin: 5px 0 0 20px
  109. &:hover
  110. color: white
  111. background: ins-background-blue
  112. .ins-slug,
  113. .ins-search-preview
  114. color: white