app.main.less 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. /* 设置滚动条的样式 */::-webkit-scrollbar { width: 6px;}
  2. /* 滚动槽 */::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #FFFFFF; border-radius: 3px;}
  3. /* 滚动条滑块 */::-webkit-scrollbar-thumb { border-radius: 3px; background: #ccc; -webkit-box-shadow: inset 0 0 6px transparent;}::-webkit-scrollbar-thumb:window-inactive { background: transparent;}
  4. /*.fadeOutLeftBig {
  5. -webkit-animation-name: fadeOutLeftBig;
  6. animation-name: fadeOutLeftBig;
  7. }
  8. .fadeInRightBig {
  9. -webkit-animation-name: fadeInRightBig;
  10. animation-name: fadeInRightBig;
  11. }
  12. .fade-in-right-big.ng-enter {
  13. -webkit-animation: fadeInRightBig 0.5s;
  14. animation: fadeInRightBig 0.5s;
  15. }
  16. .fade-in-right-big.ng-leave {
  17. -webkit-animation: fadeOutLeftBig 1s;
  18. animation: fadeOutLeftBig 1s;
  19. }*/
  20. body{
  21. background-color: #FFF;
  22. font-family: "Arial","Microsoft YaHei","宋体",sans-serif;
  23. }
  24. content {
  25. flex: 1;
  26. }
  27. .header {
  28. position: fixed;
  29. top: 0%;
  30. z-index: 1000;
  31. width: 100%;
  32. height: 40px;
  33. padding-top: 9px;
  34. font-size: 15px;
  35. color: #FFF;
  36. text-align: center;
  37. background-color: #3FA1E6;
  38. .glyphicon-arrow-left {
  39. float: left;
  40. margin-left: 10px;
  41. margin-top: 2px;
  42. }
  43. .glyphicon-home {
  44. float: right;
  45. margin-right: 10px;
  46. margin-top: 2px;
  47. }
  48. }
  49. .webContent-1{
  50. margin: 40px auto 62px;
  51. .webImg-1{
  52. height: 180px;
  53. background-image:url('../img/仙宫湖.jpg');
  54. background-size: 100% 100%;
  55. background-repeat: no-repeat;
  56. }
  57. .circular{
  58. position:relative;
  59. width: 80px;
  60. height: 80px;
  61. color: white;
  62. background-color: #5995EB;
  63. border:3px solid white;
  64. border-radius: 80px;
  65. margin: -40px auto;
  66. padding-bottom: 50px;
  67. >span{
  68. position: absolute;
  69. >p{
  70. margin: 25px 0px 0px 8px ;
  71. font-size: 15px;
  72. font-family: "微软雅黑","Arial","Microsoft YaHei","宋体";
  73. font-weight: 600;
  74. display: inline-block;
  75. }
  76. }
  77. }
  78. .btn3-2{
  79. margin: 5px 0px 0px -26px !important ;
  80. }
  81. .web-button{
  82. // flex: 1; /* 1 代表盡可能最大,會自動填滿除了 header footer 以外的空間 */
  83. a {
  84. color: #333;
  85. text-decoration: none;
  86. }
  87. .btn{
  88. padding: 0px 12px;
  89. }
  90. .btn-block {
  91. margin:20px auto;
  92. border-radius: 20px;
  93. background-color: #fff;
  94. display: block;
  95. width: 80%;
  96. font-size: 17px;
  97. font-family: "微软雅黑","Arial","Microsoft YaHei","宋体";
  98. font-weight: 800;
  99. &:hover,&:focus {
  100. outline: none;
  101. }
  102. &:active, .open>.dropdown-toggle.btn-block {
  103. outline: none;
  104. background-color: #ddd;
  105. border-color: #ccc;
  106. }
  107. span{
  108. font-size: 24px;
  109. color: #5995EB;
  110. position: relative;
  111. margin: 5px 0px 0px -60px;
  112. display: inline-block;
  113. }
  114. p{
  115. vertical-align:middle;
  116. display: inline-block;
  117. margin: -10px 0px 0px 30px ;
  118. }
  119. }
  120. }
  121. #color2{
  122. background-color: #F34673;
  123. }
  124. #btn2 span{
  125. color: #F34673;
  126. }
  127. #color3{
  128. background-color: #A4D56A;
  129. }
  130. #btn3 span{
  131. color: #A4D56A;
  132. }
  133. }
  134. .webContent-2 {
  135. ::-webkit-scrollbar { width: 0px;}
  136. width: 100%;
  137. margin: 40px auto 0px;
  138. overflow-y: auto;
  139. font-family: "微软雅黑","Arial","Microsoft YaHei","宋体";
  140. .webimg-2 {
  141. height: 150px;
  142. width: 100%;
  143. position: fixed;
  144. top: 40px;
  145. z-index: -99;
  146. >img {
  147. height: 150px;
  148. width: 100%;
  149. }
  150. }
  151. .userInfo {
  152. background-color: #FFF;
  153. margin-top: -2px;
  154. >div {
  155. margin: 15px 10%;
  156. line-height: normal;
  157. white-space: nowrap; /* 自适应宽度,不换行*/
  158. overflow-x: hidden; /* overflow-x */
  159. font-family: "微软雅黑","Arial","Microsoft YaHei","宋体";
  160. font-size: 12px;
  161. }
  162. .font-14{
  163. font-size: 14px;
  164. }
  165. .font-13{
  166. font-size: 13px;
  167. height: 26px;
  168. }
  169. >div>span {
  170. float: left;
  171. margin-top: 3px;
  172. color: #333;
  173. font-weight: 600;
  174. }
  175. .certificate {
  176. float: right;
  177. margin: 5px -72% 0px 0px;
  178. font-weight: 600;
  179. color: #E35850;
  180. }
  181. .input-sm {
  182. width: 65%;
  183. float: right;
  184. margin-right: 10%;
  185. font-weight: 500;
  186. font-family: "微软雅黑","Arial","Microsoft YaHei","宋体";
  187. }
  188. .text-message {
  189. overflow-y: auto;
  190. white-space: normal;
  191. width: 65%;
  192. min-height: 70px !important;
  193. float: right;
  194. margin-right: 10%;
  195. margin-top: 3px;
  196. padding: 2px 5px;
  197. background-color: #FFF;
  198. color: #444;
  199. border: 1px solid #ccc;
  200. font-weight: 500;
  201. &:focus {
  202. outline: none;
  203. border: 1px solid #5bc0de;
  204. }
  205. }
  206. .text-map {
  207. z-index: -99;
  208. width: 100%;
  209. height: 185px;
  210. float: right;
  211. margin-top: 2px;
  212. padding: 2px 5px;
  213. background-color: #FFF;
  214. color: #444;
  215. border: 1px solid #ddd;
  216. font-weight: 500;
  217. &:focus {
  218. outline: none;
  219. border: 1px solid #5bc0de;
  220. }
  221. }
  222. #result {
  223. float: left;
  224. width: 102%;
  225. padding: 2px 0px;
  226. border: none;
  227. outline: none;
  228. box-shadow: none;
  229. border-radius: 0px;
  230. color: #000;
  231. }
  232. .cover-white {
  233. height:20px;
  234. width:20px;
  235. font-size: 14px;
  236. background-color: #FFF;
  237. color: #3FA1E6;
  238. float: right;
  239. padding: 3px 3px 0px 0px;
  240. margin-top: -22px;
  241. margin-right: -2%;
  242. }
  243. .image {
  244. #imgpreview {
  245. float: right;
  246. margin-right: 10%;
  247. padding: 0px;
  248. max-width: 65%;
  249. white-space: normal;
  250. .thumbnail {
  251. display: inline-block;
  252. margin: 2px 0px;
  253. padding: 3px;
  254. }
  255. .one {
  256. width: 100%;
  257. }
  258. .two {
  259. width: 50%;
  260. }
  261. .three {
  262. width: 33.3%;
  263. }
  264. }
  265. >input {
  266. opacity: 0;
  267. filter: alpha(opacity=0);
  268. color: #888;
  269. border: none;
  270. outline: none;
  271. float: right;
  272. margin-right: 10%;
  273. margin-top: -30px;
  274. width: 65%;
  275. height: 30px;
  276. padding: 2px 4px;
  277. }
  278. >button {
  279. float: right;
  280. margin-right: 10%;
  281. width: 65%;
  282. height: 30px;
  283. padding: 2px 4px;
  284. border-radius: 0px;
  285. background-color: #888;
  286. border: 1px solid #888;
  287. &:hover,&:focus {
  288. outline: none;
  289. }
  290. &:active, .open>.dropdown-toggle.btn-primary{
  291. outline: none;
  292. background-color: #666;
  293. border-color: #666;
  294. }
  295. .glyphicon-open {
  296. color: #ddd;
  297. font-size: 16px;
  298. }
  299. }
  300. }
  301. .viewModal {
  302. top: 0%;
  303. margin: 0px;
  304. padding: 0px 3px !important;
  305. background-color: #000;
  306. .thumbnail {
  307. padding: 0px;
  308. margin-bottom: 10px;
  309. text-align: center;
  310. width: 100%;
  311. background-color: #000;
  312. border: none;
  313. border-radius: 0px;
  314. >img {
  315. width: 100%;
  316. }
  317. }
  318. .width-Img {
  319. margin-top: 30%;
  320. }
  321. .close {
  322. margin-top: 4%;
  323. margin-right: 2%;
  324. margin-bottom: 2%;
  325. font-size: 20px;
  326. font-weight: normal;
  327. color: #FFF;
  328. width: 36px;
  329. line-height: 30px;
  330. opacity: 1;
  331. text-shadow: none;
  332. &:hover,&:focus {
  333. outline: none;
  334. color: #aaa;
  335. }
  336. &:active, .open>.dropdown-toggle.btn-primary{
  337. outline: none;
  338. color: #999;
  339. }
  340. }
  341. >.sure {
  342. top: 180px;
  343. text-align: left;
  344. }
  345. }
  346. .information {
  347. top: 0%;
  348. margin: 0px;
  349. padding: 0px;
  350. background-color: transparent;
  351. >.submit {
  352. width: 100%;
  353. margin: 0%;
  354. padding: 25px 5%;
  355. border-radius: 0px;
  356. >p {
  357. font-size: 15px;
  358. }
  359. }
  360. }
  361. .modal-info {
  362. &.ng-hide {
  363. opacity: 0;
  364. }
  365. opacity: 1;
  366. transition: all linear 0.25s;
  367. -webkit-transition: all linear 0.25s;
  368. position: absolute;
  369. top: 220px;
  370. width: 80%;
  371. margin: 0px 10%;
  372. padding: 5%;
  373. text-align: center;
  374. font-family: "Arial","Microsoft YaHei","宋体",sans-serif;
  375. box-shadow: 0px 1px 1px #888;
  376. border-top: 1px solid #ddd;
  377. background-color: #FFF;
  378. border-radius: 4px;
  379. >p {
  380. font-size: 16px;
  381. color: #000;
  382. margin-bottom: 20px;
  383. }
  384. >a {
  385. float: right;
  386. font-size: 15px;
  387. margin: 10px 10px 0px 15px;
  388. color: #03AD46;
  389. &:hover,&:focus {
  390. text-decoration: none;
  391. }
  392. &:active, .open>.dropdown-toggle.btn-default{
  393. text-decoration: none;
  394. color: #999;
  395. }
  396. }
  397. }
  398. .button-bottom{
  399. margin: 0px 10% 15px;
  400. .btn-default{
  401. line-height: normal;
  402. height: 36px;
  403. width: 100%;
  404. padding: 2px 4px;
  405. font-size: 16px;
  406. font-weight: 600;
  407. border-radius: 20px;
  408. background-color: #3FA1E6;
  409. border: 1px solid #ccc;
  410. color: #FFF;
  411. &:hover,&:focus {
  412. outline: none;
  413. }
  414. &:active, .open>.dropdown-toggle.btn-default{
  415. outline: none;
  416. background-color: #ddd;
  417. border-color: #ccc;
  418. }
  419. }
  420. }
  421. }
  422. }
  423. .modal-backdrop {
  424. position: relative;
  425. }
  426. /*.foot {
  427. position: fixed;
  428. top: 90%;
  429. z-index: 1000;
  430. width: 100%;
  431. height: 10%;
  432. background-color: #FFF;
  433. box-shadow: 0px -1px 1px #ccc;
  434. line-height: normal;
  435. padding: 0px 10%;
  436. .footinfo{
  437. width: 335px;
  438. margin: 0px auto;
  439. >div {
  440. display: inline-block;
  441. margin: 9px 10px 0px 10px;
  442. color: #333;
  443. font-family: "微软雅黑";
  444. }
  445. a{
  446. color: #555;
  447. font-size: 12px;
  448. text-decoration: none;
  449. }
  450. .activeColor {
  451. color: #048FD2;
  452. }
  453. span {
  454. margin-left: 14px;
  455. font-size: 20px;
  456. text-align: center;
  457. }
  458. }
  459. }*/
  460. #container {
  461. height: 180px;
  462. }
  463. .amap-geolocation-con {
  464. z-index: 999 !important;
  465. }
  466. .amap-marker-label {
  467. border: 0px;
  468. color: #0bc00f;
  469. background: rgba(255, 255, 255, 0);
  470. }
  471. .amap-marker .marker-route {
  472. position: absolute;
  473. width: 40px;
  474. height: 44px;
  475. color: #e90000;
  476. background: url(http://webapi.amap.com/theme/v1.3/images/newpc/poi-1.png
  477. ) no-repeat;
  478. cursor: pointer;
  479. }
  480. .amap-marker .marker-marker-bus-from {
  481. background-position: -334px -18px;
  482. }
  483. .amap-logo {
  484. right: 0 !important;
  485. left: auto !important;
  486. display: none;
  487. }
  488. .amap-copyright {
  489. right: 70px !important;
  490. left: auto !important;
  491. }