app.main.less 11 KB

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