app.main.less 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  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. width: 100%;
  136. margin: 40px auto 0px;
  137. overflow-y: auto;
  138. font-family: "微软雅黑","Arial","Microsoft YaHei","宋体";
  139. .webimg-2 {
  140. height: 150px;
  141. width: 100%;
  142. position: fixed;
  143. top: 40px;
  144. z-index: -99;
  145. >img {
  146. height: 150px;
  147. width: 100%;
  148. }
  149. }
  150. .userInfo {
  151. background-color: #FFF;
  152. >div {
  153. margin: 15px 10%;
  154. line-height: normal;
  155. white-space: nowrap; /* 自适应宽度,不换行*/
  156. overflow-x: hidden; /* overflow-x */
  157. overflow-y: auto;
  158. font-family: "微软雅黑","Arial","Microsoft YaHei","宋体";
  159. font-size: 12px;
  160. }
  161. .font-14{
  162. font-size: 14px;
  163. }
  164. .font-13{
  165. font-size: 13px;
  166. height: 26px;
  167. }
  168. >div>span {
  169. float: left;
  170. margin-top: 3px;
  171. color: #333;
  172. font-weight: 600;
  173. }
  174. .certificate {
  175. float: right;
  176. margin: 5px -72% 0px 0px;
  177. font-weight: 600;
  178. color: #E35850;
  179. }
  180. .input-sm {
  181. width: 65%;
  182. float: right;
  183. margin-right: 10%;
  184. font-weight: 500;
  185. font-family: "微软雅黑","Arial","Microsoft YaHei","宋体";
  186. }
  187. .text-message {
  188. white-space: normal;
  189. width: 65%;
  190. min-height: 70px !important;
  191. float: right;
  192. margin-right: 10%;
  193. margin-top: 3px;
  194. padding: 2px 5px;
  195. background-color: #FFF;
  196. color: #444;
  197. border: 1px solid #ccc;
  198. font-weight: 500;
  199. &:focus {
  200. outline: none;
  201. border: 1px solid #5bc0de;
  202. }
  203. }
  204. .text-map {
  205. z-index: -99;
  206. width: 100%;
  207. height: 185px;
  208. float: right;
  209. margin-top: 5px;
  210. padding: 2px 5px;
  211. background-color: #FFF;
  212. color: #444;
  213. border: 1px solid #ddd;
  214. font-weight: 500;
  215. &:focus {
  216. outline: none;
  217. border: 1px solid #5bc0de;
  218. }
  219. }
  220. .image {
  221. #imgpreview {
  222. float: right;
  223. margin-right: 10%;
  224. padding: 0px;
  225. max-width: 65%;
  226. white-space: normal;
  227. .thumbnail {
  228. display: inline-block;
  229. margin: 2px 0px;
  230. padding: 3px;
  231. }
  232. .one {
  233. width: 100%;
  234. }
  235. .two {
  236. width: 50%;
  237. }
  238. .three {
  239. width: 33.3%;
  240. }
  241. }
  242. >input {
  243. opacity: 0;
  244. filter: alpha(opacity=0);
  245. color: #888;
  246. border: none;
  247. outline: none;
  248. float: right;
  249. margin-right: 10%;
  250. margin-top: -30px;
  251. width: 65%;
  252. height: 30px;
  253. padding: 2px 4px;
  254. }
  255. >button {
  256. float: right;
  257. margin-right: 10%;
  258. width: 65%;
  259. height: 30px;
  260. padding: 2px 4px;
  261. border-radius: 0px;
  262. background-color: #888;
  263. border: 1px solid #888;
  264. &:hover,&:focus {
  265. outline: none;
  266. }
  267. &:active, .open>.dropdown-toggle.btn-primary{
  268. outline: none;
  269. background-color: #666;
  270. border-color: #666;
  271. }
  272. .glyphicon-open {
  273. color: #ddd;
  274. font-size: 16px;
  275. }
  276. }
  277. }
  278. .viewModal {
  279. top: 0%;
  280. margin: 0px;
  281. padding: 0px 3px !important;
  282. background-color: #000;
  283. .thumbnail {
  284. padding: 0px;
  285. margin-bottom: 10px;
  286. text-align: center;
  287. width: 100%;
  288. background-color: #000;
  289. border: none;
  290. border-radius: 0px;
  291. >img {
  292. width: 100%;
  293. }
  294. }
  295. &.height-Img {
  296. margin-right: -6px;
  297. }
  298. .width-Img {
  299. margin-top: 30%;
  300. }
  301. .close {
  302. margin-top: 4%;
  303. margin-right: 2%;
  304. margin-bottom: 2%;
  305. font-size: 20px;
  306. font-weight: normal;
  307. color: #FFF;
  308. width: 36px;
  309. line-height: 30px;
  310. opacity: 1;
  311. text-shadow: none;
  312. &:hover,&:focus {
  313. outline: none;
  314. color: #aaa;
  315. }
  316. &:active, .open>.dropdown-toggle.btn-primary{
  317. outline: none;
  318. color: #999;
  319. }
  320. }
  321. >.modal-info {
  322. position: absolute;
  323. top: 180px;
  324. width: 80%;
  325. margin: 0px 10%;
  326. padding: 5%;
  327. text-align: left;
  328. font-family: "Arial","Microsoft YaHei","宋体",sans-serif;
  329. box-shadow: 0px 1px 1px #888;
  330. background-color: #FFF;
  331. border-radius: 4px;
  332. >p {
  333. font-size: 16px;
  334. color: #000;
  335. margin-bottom: 20px;
  336. }
  337. >a {
  338. float: right;
  339. font-size: 15px;
  340. margin: 10px 10px 0px 15px;
  341. color: #03AD46;
  342. &:hover,&:focus {
  343. text-decoration: none;
  344. }
  345. &:active, .open>.dropdown-toggle.btn-default{
  346. text-decoration: none;
  347. color: #999;
  348. }
  349. }
  350. }
  351. }
  352. .button-bottom{
  353. margin: 0px 10% 20px;
  354. .btn-default{
  355. line-height: normal;
  356. height: 36px;
  357. width: 100%;
  358. padding: 2px 4px;
  359. font-size: 16px;
  360. font-weight: 600;
  361. border-radius: 20px;
  362. background-color: #3FA1E6;
  363. border: 1px solid #ccc;
  364. color: #FFF;
  365. &:hover,&:focus {
  366. outline: none;
  367. }
  368. &:active, .open>.dropdown-toggle.btn-default{
  369. outline: none;
  370. background-color: #ddd;
  371. border-color: #ccc;
  372. }
  373. }
  374. }
  375. }
  376. }
  377. .modal-backdrop {
  378. position: relative;
  379. }
  380. /*.foot {
  381. position: fixed;
  382. top: 90%;
  383. z-index: 1000;
  384. width: 100%;
  385. height: 10%;
  386. background-color: #FFF;
  387. box-shadow: 0px -1px 1px #ccc;
  388. line-height: normal;
  389. padding: 0px 10%;
  390. .footinfo{
  391. width: 335px;
  392. margin: 0px auto;
  393. >div {
  394. display: inline-block;
  395. margin: 9px 10px 0px 10px;
  396. color: #333;
  397. font-family: "微软雅黑";
  398. }
  399. a{
  400. color: #555;
  401. font-size: 12px;
  402. text-decoration: none;
  403. }
  404. .activeColor {
  405. color: #048FD2;
  406. }
  407. span {
  408. margin-left: 14px;
  409. font-size: 20px;
  410. text-align: center;
  411. }
  412. }
  413. }*/
  414. #container {
  415. height: 180px;
  416. }
  417. .amap-geolocation-con {
  418. z-index: 999 !important;
  419. }
  420. .amap-marker-label {
  421. border: 0px;
  422. color: #0bc00f;
  423. background: rgba(255, 255, 255, 0);
  424. }
  425. .amap-marker .marker-route {
  426. position: absolute;
  427. width: 40px;
  428. height: 44px;
  429. color: #e90000;
  430. background: url(http://webapi.amap.com/theme/v1.3/images/newpc/poi-1.png
  431. ) no-repeat;
  432. cursor: pointer;
  433. }
  434. .amap-marker .marker-marker-bus-from {
  435. background-position: -334px -18px;
  436. }
  437. .amap-logo {
  438. right: 0 !important;
  439. left: auto !important;
  440. display: none;
  441. }
  442. .amap-copyright {
  443. right: 70px !important;
  444. left: auto !important;
  445. }