index.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. html, body{height: 100%;}
  2. a {
  3. outline: 0;
  4. cursor: pointer;
  5. }
  6. a:hover{
  7. text-decoration:none;
  8. }
  9. ul{
  10. padding: 0;
  11. margin: 0;
  12. }
  13. li {
  14. list-style: none;
  15. }
  16. p{
  17. margin: 0;
  18. }
  19. .overflow{
  20. overflow: hidden;
  21. }
  22. .pr-10{
  23. padding-right: 10px;
  24. }
  25. .mb-7{
  26. margin-bottom: 7px;
  27. }
  28. .mb-10{
  29. margin-bottom: 10px;
  30. }
  31. .mb-16{
  32. margin-bottom: 16px;
  33. }
  34. .f-fs12{
  35. font-size: 12px;
  36. }
  37. .f-fs14{
  38. font-size: 14px;
  39. }
  40. .f-fs16{
  41. font-size: 16px;
  42. }
  43. .main-color{
  44. color:#1FA2FF;
  45. }
  46. .color1{
  47. color: #333;
  48. }
  49. .color2{
  50. color: #00CF92;
  51. }
  52. .color3{
  53. color: #F54336;
  54. }
  55. .color4{
  56. color: #999;
  57. }
  58. .bg-color1{
  59. background-color: #F6F6F6;
  60. }
  61. .items {
  62. display: -webkit-box;
  63. display: -webkit-flex;
  64. display: flex;
  65. align-items: center
  66. }
  67. .item{
  68. -webkit-box-flex: 1;
  69. -webkit-flex: 1;
  70. flex: 1;
  71. }
  72. .map-content {
  73. background: #fff;
  74. overflow-y: auto;
  75. overflow-x: auto;
  76. height: 100%;
  77. position: relative;
  78. overflow: hidden;
  79. }
  80. .left{
  81. float: left;
  82. width: 426px;
  83. overflow: hidden;
  84. height: 100%;
  85. position: relative;
  86. border-right: 1px solid #ddd;
  87. box-sizing: border-box;
  88. }
  89. .car{
  90. padding: 10px 20px;
  91. position: relative;
  92. overflow: hidden;
  93. }
  94. li.car{
  95. border-bottom: 1px solid #ddd;
  96. }
  97. .car-img{
  98. float: left;
  99. padding-right: 20px;
  100. }
  101. .item-left{
  102. display: inline-block;
  103. width: 100px;
  104. color: #999;
  105. }
  106. .dingwei{
  107. background: url(../images/weizhidingwei_btn.png) no-repeat 0;
  108. display: inline-block;
  109. width: 65px;
  110. text-align: right;
  111. }
  112. .weizhi{
  113. background: url(../images/weizhi_icon.png) no-repeat 0;
  114. width: 15px;
  115. height: 14px;
  116. display: inline-block;
  117. }
  118. .weizhi-bg{
  119. background-color: #1FA2FF;
  120. color: #fff;
  121. height: 60px;
  122. overflow: hidden;
  123. }
  124. .nav-tabs {
  125. text-align: center;
  126. padding: 10px;
  127. font-size: 0;
  128. position: absolute;
  129. top: 0;
  130. width: 100%;
  131. }
  132. .nav>li{
  133. display: inline-block;
  134. }
  135. .nav-tabs>li {
  136. float: none;
  137. }
  138. .nav-tabs>li:first-child a{
  139. border-radius: 5px 0 0 5px;
  140. }
  141. .nav-tabs>li:last-child a{
  142. border-radius: 0 5px 5px 0;
  143. }
  144. .nav-tabs>li>a{
  145. color:#1FA2FF;
  146. padding: 9px 37px;
  147. margin-right: 0;
  148. border: 1px solid #1FA2FF;
  149. background-color: transparent;
  150. font-size: 16px;
  151. }
  152. .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  153. color: #fff;
  154. cursor: default;
  155. background-color: #1FA2FF;
  156. border: 1px solid #1FA2FF;
  157. }
  158. .nav-tabs>li>a:focus, .nav-tabs>li>a:hover{
  159. border: 1px solid #1FA2FF;
  160. background-color: #fff;
  161. }
  162. .tab-content{
  163. margin-top: 60px;
  164. overflow: auto;
  165. height: 100%;
  166. }
  167. .dislpay-arrow a {
  168. background: url(../images/shouhui_btn_pre.png) no-repeat;
  169. }
  170. .dislpay-arrow a.zhankai {
  171. background: url(../images/zhankai_btn_pre.png) no-repeat;
  172. }
  173. .dislpay-arrow a:hover{
  174. background: url(../images/shouhui_btn.png) no-repeat;
  175. }
  176. .dislpay-arrow a.zhankai:hover{
  177. background: url(../images/zhankai_btn.png) no-repeat;
  178. }
  179. .dislpay-arrow a {
  180. position: absolute;
  181. display: block;
  182. width: 26px;
  183. height: 124px;
  184. top: 50%;
  185. margin-top: -62px;
  186. outline: none;
  187. }
  188. #left-panel {
  189. position: absolute;
  190. left: 40px;
  191. top: 20px;
  192. pointer-events: none;
  193. overflow: hidden;
  194. }
  195. #searchbox {
  196. width: 483px;
  197. position: relative;
  198. z-index: 5;
  199. border-radius: 2px;
  200. }
  201. .clearfix {
  202. zoom: 1;
  203. }
  204. .clearfix::before, .clearfix::after {
  205. display: table;
  206. content: "";
  207. }
  208. #searchbox #searchbox-container {
  209. position: relative;
  210. z-index: 2;
  211. pointer-events: auto;
  212. width: 426px;
  213. float: left;
  214. box-sizing: border-box;
  215. box-shadow: rgba(0, 0, 0, 0.15) 1px 2px 1px;
  216. }
  217. #sole-searchbox-content {
  218. position: relative;
  219. }
  220. .searchbox-content {
  221. width: 426px;
  222. border-radius: 2px 0 0 2px;
  223. background: #fff;
  224. }
  225. #sole-searchbox-content #sole-input {
  226. box-sizing: border-box;
  227. border-top-style: initial;
  228. border-bottom-style: initial;
  229. border-top-color: initial;
  230. border-bottom-color: initial;
  231. line-height: 20px;
  232. font-size: 14px;
  233. height: 38px;
  234. color: rgb(51, 51, 51);
  235. position: relative;
  236. border-width: 0px 27px 0px 10px;
  237. border-image: initial;
  238. padding: 9px 0px;
  239. border-left: 10px solid transparent;
  240. border-right: 27px solid transparent;
  241. border-radius: 2px 0px 0px 2px;
  242. }
  243. input:focus{
  244. outline: 0;
  245. -webkit-box-shadow: none;
  246. box-shadow: none;
  247. }
  248. .searchbox-content .searchbox-content-common {
  249. box-sizing: border-box;
  250. float: left;
  251. width: 426px;
  252. height: 38px;
  253. }
  254. #search-button {
  255. pointer-events: auto;
  256. width: 57px;
  257. height: 38px;
  258. float: left;
  259. cursor: pointer;
  260. box-shadow: rgba(0, 0, 0, 0.15) 1px 2px 1px;
  261. border-width: 0px;
  262. border-style: initial;
  263. border-color: initial;
  264. border-image: initial;
  265. padding: 0px;
  266. border-radius: 0px 2px 2px 0px;
  267. background: url(../images/sousuo_icon.png) no-repeat center #1FA2FF;
  268. color: #fff;
  269. }
  270. .searchbox-content .input-clear {
  271. cursor: pointer;
  272. position: absolute;
  273. width: 27px;
  274. height: 38px;
  275. right: 0;
  276. top: 0;
  277. background: url(../images/searchbox.png) no-repeat 0 -114px #fff;
  278. display: none;
  279. }
  280. .ui3-suggest-wrap {
  281. position: absolute;
  282. background-color: #fff;
  283. display: none;
  284. box-shadow: 1px 2px 1px rgba(0,0,0,.15);
  285. border-radius: 0 0 2px 2px;
  286. top: 58px;
  287. left: 40px;
  288. z-index: 1000;
  289. width: 426px;
  290. }
  291. .list-scroll {
  292. width: 100%;
  293. overflow-y: auto;
  294. overflow-x: hidden;
  295. width: 426px;
  296. height: 350px;
  297. }
  298. .ui3-suggest-wrap .ui3-suggest-item a {
  299. display: block;
  300. height: 35px;
  301. line-height: 35px;
  302. padding-right: 10px;
  303. text-decoration: none;
  304. overflow: hidden;
  305. text-overflow: ellipsis;
  306. white-space: nowrap;
  307. }
  308. .ui3-suggest-wrap .ui3-suggest-item a:hover{
  309. background-color: #ddd;
  310. }
  311. .ui3-suggest-wrap .ui3-suggest-item i.default {
  312. background: url(../images/p.png) no-repeat 12px;
  313. background-size: contain;
  314. }
  315. .ui3-suggest-wrap .ui3-suggest-item i {
  316. padding-left: 39px;
  317. font-style: normal;
  318. color: #666;
  319. position: relative;
  320. z-index: 1;
  321. padding-top: 1px;
  322. }
  323. .ui3-suggest-wrap .ui3-suggest-item em {
  324. margin-left: 10px;
  325. margin-right: 20px;
  326. font-style: normal;
  327. color: #999;
  328. }
  329. #addr-list{
  330. border-top: 1px solid #E4E6E7;
  331. }
  332. #car-list{
  333. top:128px;
  334. }
  335. #car-back{
  336. top: 78px;
  337. padding: 10px 20px;
  338. }
  339. .btn-primary {
  340. color: #fff;
  341. background-color: #1fa2ff;
  342. border-color: #1fa2ff;
  343. }
  344. .btn-primary:hover {
  345. color: #fff;
  346. background-color: #1c8ddd;
  347. border-color: #1c8ddd;
  348. }
  349. .btn-primary:focus {
  350. color: #fff;
  351. background-color: #1c8ddd;
  352. border-color: #1c8ddd;
  353. }
  354. .btn-primary:active,
  355. .btn-primary.active,
  356. .open > .dropdown-toggle.btn-primary {
  357. color: #fff;
  358. background-color: #1c8ddd;
  359. border-color: #1c8ddd;
  360. }
  361. .btn-primary:active:hover,
  362. .btn-primary.active:hover,
  363. .open > .dropdown-toggle.btn-primary:hover,
  364. .btn-primary:active:focus,
  365. .btn-primary.active:focus,
  366. .open > .dropdown-toggle.btn-primary:focus,
  367. .btn-primary:active.focus,
  368. .btn-primary.active.focus,
  369. .open > .dropdown-toggle.btn-primary.focus {
  370. color: #fff;
  371. background-color: #1c8ddd;
  372. border-color: #1c8ddd;
  373. }
  374. .query-attendance{
  375. position: fixed;
  376. top: 20px;
  377. right: 20px;
  378. width: 100px;
  379. height: 100px;
  380. background-color: #fff;
  381. text-align: center;
  382. padding: 20px;
  383. box-shadow: rgba(0, 0, 0, 0.15) 1px 2px 1px;
  384. cursor: pointer;
  385. }