app.home.less 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. .lszw-home {
  2. width: 100%;
  3. height: 100%;
  4. .bgImg {
  5. height: 100px;
  6. background: url(../img/webChatImg/flower.png) left top no-repeat;
  7. background-size:100% 100%;
  8. background-origin:content-box;
  9. }
  10. .guides {
  11. width: 90%;
  12. margin: 0% 5%;
  13. padding-top: 15%;
  14. .lab {
  15. display: inline-block;
  16. text-align: center;
  17. font-size: 13px;
  18. margin: 20px 4.5%;
  19. padding: 20px 10px;
  20. width: 40%;
  21. border: 1px solid #ddd;
  22. border-radius: 6px;
  23. >p {
  24. margin-bottom: 0px;
  25. }
  26. .glyphicon {
  27. vertical-align: top;//***
  28. margin-top: -3px;
  29. margin-right: 10px;
  30. font-size: 18px;
  31. }
  32. .glyphicon-phone-alt {
  33. color: #279BE5;
  34. }
  35. .glyphicon-th-list {
  36. color: #F29505;
  37. }
  38. .glyphicon-send {
  39. color: #279BE5;
  40. }
  41. .glyphicon-list-alt {
  42. color: #4DB983;
  43. }
  44. }
  45. }
  46. .hot-point {
  47. .input-search{
  48. width: 80%;
  49. height: 50px;
  50. margin: 5% 10% 3%;
  51. background-color: #FFF;
  52. #search {
  53. float: right;
  54. color: #279BE5;
  55. margin-top: 4px;
  56. font-size: 16px;
  57. }
  58. .glyphicon-search {
  59. float: left;
  60. margin-left: -77%;
  61. margin-top: 7px;
  62. color: #666;
  63. }
  64. >input {
  65. float: left;
  66. font-size: 14px;
  67. width: 80%;
  68. height: 30px;
  69. padding-left: 28px;
  70. background: #eee;
  71. &:focus {
  72. background: #FFF;
  73. }
  74. }
  75. }
  76. .hot {
  77. .hot-title {
  78. font-size: 16px;
  79. width: 90%;
  80. margin: 10px 5%;
  81. .addHot {
  82. float: right;
  83. color: #279BE5;
  84. margin-right: 5%;
  85. }
  86. }
  87. .line {
  88. width: 90%;
  89. margin: 3% 5%;
  90. .ico {
  91. display: inline-block;
  92. text-align: center;
  93. width: 20%;
  94. margin: 0 1.8%;
  95. }
  96. .glyphicon {
  97. margin: 15%;
  98. padding: 13px;
  99. font-size: 18px;
  100. border-radius: 100%;
  101. color: #FFF;
  102. background-color: #279BE5;
  103. }
  104. }
  105. }
  106. }
  107. .county {
  108. height: 50px;
  109. width: 100%;
  110. position: absolute;
  111. top: 0%;
  112. padding: 18px;
  113. font-size: 13px;
  114. background-color: #F5F5F5;
  115. .lf {
  116. float: right;
  117. color: #555;
  118. .glyphicon-map-marker {
  119. margin-right: 3px;
  120. }
  121. }
  122. }
  123. .menu {
  124. position: fixed;
  125. top: 0;
  126. width: 100%;
  127. height: 100%;
  128. overflow: hidden;
  129. pointer-events: none;
  130. z-index: 1000;
  131. .app-menu {
  132. position: relative;
  133. width: 50%;
  134. height: 100%;
  135. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  136. -webkit-transform: translateX(-103%);
  137. transform: translateX(-103%);
  138. will-change: transform;
  139. z-index: 160;
  140. pointer-events: auto;
  141. transition: all 0.2s ease-in;
  142. transition: all 0.2s ease-out;
  143. }
  144. }
  145. .menu--visible {
  146. pointer-events: auto;
  147. }
  148. .menu--visible .app-menu {
  149. -webkit-transform: none;
  150. transform: none;
  151. }
  152. .menu:after {
  153. content: '';
  154. display: block;
  155. position: absolute;
  156. left:0;
  157. top:0;
  158. width:100%;
  159. height:100%;
  160. background: rgba(0, 0, 0, 0.4);
  161. opacity:0;
  162. will-change:opacity;
  163. pointer-events: none;
  164. transition:opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
  165. }
  166. .menu--visible.menu:after {
  167. opacity:1;
  168. pointer-events: auto;
  169. }
  170. .sidenav {
  171. background: #FFF;
  172. width: 100%;
  173. height: 100%;
  174. position: absolute;
  175. left: 0;
  176. top: 0;
  177. bottom: 0;
  178. padding: 0 0;
  179. .title{
  180. font-size: 15px;
  181. color: #000;
  182. margin-left: 25px;
  183. margin-top: 10px;
  184. margin-bottom: 10px;
  185. }
  186. .actived {
  187. color: #279BE5;
  188. }
  189. }
  190. .sidenav li {
  191. padding: 10px 5px;
  192. height: 40px;
  193. list-style-type: none;
  194. text-decoration: none;
  195. border-bottom:1px solid #EEEEEE;
  196. }
  197. .sidenav a {
  198. margin-left:20px;
  199. font-size: 13px;
  200. color: #666;
  201. text-decoration: none !important;
  202. .right{
  203. color: #999 !important;
  204. float: right;
  205. margin-top: 3px;
  206. }
  207. }
  208. }