app.main.less 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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. body {
  5. height: 100%;
  6. width: 100%;
  7. }
  8. .pageView {
  9. ::-webkit-scrollbar { width: 6px;}
  10. margin: 15px 5% 50px;
  11. font-family: "微软雅黑","宋体";
  12. font-size: 12px;
  13. #title {
  14. margin-left: 10px;
  15. font-size: 15px;
  16. font-weight: bold;
  17. }
  18. #content {
  19. >p {
  20. font-weight: bold;
  21. }
  22. span {
  23. font-weight: normal;
  24. }
  25. .font-13 {
  26. font-size: 13px;
  27. }
  28. .font-14 {
  29. font-size: 14px;
  30. }
  31. #imgpreview {
  32. padding: 0px;
  33. max-width: 100%;
  34. white-space: normal;
  35. .thumbnail {
  36. display: inline-block;
  37. margin: 2px 0px;
  38. padding: 3px;
  39. &.img-pc {
  40. max-width: 250px;
  41. }
  42. }
  43. .one {
  44. width: 100%;
  45. }
  46. .two {
  47. width: 50%;
  48. }
  49. .three {
  50. width: 32.5%;
  51. }
  52. }
  53. .text-map {
  54. width: 100%;
  55. height: 205px;
  56. margin-top: 2px;
  57. padding: 2px 5px;
  58. background-color: #FFF;
  59. color: #444;
  60. border: 1px solid #ddd;
  61. font-weight: 500;
  62. &:focus {
  63. outline: none;
  64. border: 1px solid #5bc0de;
  65. }
  66. }
  67. #result {
  68. width: 100%;
  69. padding: 2px 0px;
  70. border: none;
  71. outline: none;
  72. box-shadow: none;
  73. border-radius: 0px;
  74. color: #000;
  75. }
  76. .cover-white {
  77. height:20px;
  78. width:20px;
  79. font-size: 14px;
  80. background-color: #FFF;
  81. color: #3FA1E6;
  82. float: right;
  83. padding: 3px 3px 0px 0px;
  84. margin-top: -22px;
  85. }
  86. }
  87. .viewModal {
  88. overflow: hidden;
  89. top: 0px;
  90. margin: 0px;
  91. padding: 0px 3px !important;
  92. width: 100%;
  93. height: 100%;
  94. .thumbnail {
  95. padding: 0px;
  96. padding-top: 20px;
  97. text-align: center;
  98. cursor: move;
  99. width: 100%;
  100. height: 100%;
  101. background-color: transparent;
  102. border: none;
  103. border-radius: 0px;
  104. >img {
  105. max-width: 70%;
  106. max-height: 97%;
  107. cursor: default;
  108. }
  109. }
  110. }
  111. .phone {
  112. background-color: #000;
  113. .thumbnail {
  114. background-color: #000;
  115. >img {
  116. max-width: 100%;
  117. max-height: 97%;
  118. }
  119. }
  120. .width-Img {
  121. margin-top: 30%;
  122. }
  123. }
  124. }
  125. #container {
  126. height: 200px;
  127. }
  128. .amap-geolocation-con {
  129. z-index: 999 !important;
  130. }
  131. .amap-logo {
  132. right: 0 !important;
  133. left: auto !important;
  134. display: none;
  135. }
  136. .amap-copyright {
  137. right: 70px !important;
  138. left: auto !important;
  139. }