main.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. ::-webkit-scrollbar{
  2. display: block;
  3. }
  4. .amap-marker-label {
  5. line-height: normal;
  6. }
  7. .videoBg {
  8. width: 74%;
  9. height: 100%;
  10. background-image: url(../img/novideo.png);
  11. background-size: 100% 100%;
  12. }
  13. .shipName {
  14. position: absolute;
  15. top: 50%;
  16. left: 50%;
  17. cursor: pointer;
  18. transform: translate(-50%, -58%);
  19. }
  20. .tltleBg {
  21. font-weight: bold;
  22. background-image: url(../img/tabbg.png);
  23. background-size: auto 100%;
  24. background-repeat: no-repeat;
  25. }
  26. .shipCount{
  27. display: flex;
  28. justify-content: space-between;
  29. }
  30. .shipCount>div {
  31. width: 32.8%;
  32. display: flex;
  33. align-items: center;
  34. text-align: center;
  35. background-image: url(../img/shipnumbg.png);
  36. background-size: 100% 100%;
  37. background-repeat: no-repeat;
  38. }
  39. .shipPeople>div {
  40. position: relative;
  41. background-image: url(../img/minscreen.png);
  42. background-size: 100% 100%;
  43. background-repeat: no-repeat;
  44. }
  45. .shipPeople .spTit {
  46. position: absolute;
  47. top: 50%;
  48. left: 45%;
  49. font-weight: bold;
  50. transform: translate(-50%, -50%);
  51. }
  52. .videoli{
  53. color: #fff;
  54. background-color: #002458;
  55. }
  56. .videoli>div{
  57. cursor: pointer;
  58. }
  59. .showimg{
  60. position: absolute;
  61. top: 50%;
  62. cursor: pointer;
  63. transform: translateY(-50%);
  64. }
  65. .el-slider__runway.disabled .el-slider__bar {
  66. background-color: #9299f3;
  67. }
  68. .el-slider__button-wrapper {
  69. display: none;
  70. }
  71. .el-slider__runway,
  72. .el-slider__bar {
  73. border-radius: 0;
  74. }
  75. .el-slider__runway {
  76. background-color: rgba(255, 255, 255, 0.3);
  77. }
  78. .demtion {
  79. position: absolute;
  80. top: 0;
  81. left: 0;
  82. }
  83. .nowShip {
  84. position: absolute;
  85. left: 3%;
  86. top: 3%;
  87. color: #000;
  88. z-index: 444;
  89. overflow: hidden;
  90. background-color: #fff;
  91. box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  92. }
  93. .mapTitle {
  94. font-weight: bold;
  95. color: #fff;
  96. background-color: #0068ff;
  97. }
  98. .mapInfo>div {
  99. display: flex;
  100. align-items: flex-start;
  101. color: #474747;
  102. }
  103. .mapInfo>div>div:first-child {
  104. color: #0068ff;
  105. }
  106. .shipAis {
  107. display: flex;
  108. flex-direction: column;
  109. justify-content: space-around;
  110. }
  111. .shipAis span {
  112. color: #fbbd08;
  113. font-weight: bold;
  114. }
  115. .tabBg {
  116. cursor: pointer;
  117. opacity: 0.5;
  118. text-align: center;
  119. background-image: url(../img/tabright.png);
  120. background-size: 100% 100%;
  121. background-repeat: no-repeat;
  122. }
  123. .tabBg.act {
  124. opacity: 1;
  125. }
  126. .tabBg.tabCen {
  127. background-image: url(../img/tabcenter.png);
  128. }
  129. .tabBg.tabLef {
  130. text-align: left;
  131. background-image: url(../img/tableft.png);
  132. }
  133. .aisNum {
  134. font-weight: bold;
  135. color: #fbbd08;
  136. }
  137. .temBox {
  138. background-color: #0084ff;
  139. border: 1px solid #fff;
  140. background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, #103151 1%);
  141. }
  142. .Range {
  143. display: flex;
  144. flex-direction: column;
  145. justify-content: space-between;
  146. align-items: flex-end;
  147. }
  148. .Battery {
  149. position: relative;
  150. }
  151. .Battery>div {
  152. position: absolute;
  153. height: 0%;
  154. background-color: #45c5ff;
  155. }
  156. .shipSel {
  157. position: absolute;
  158. right: 3%;
  159. top: 3%;
  160. z-index: 444;
  161. }
  162. .shipSel .inpu{
  163. display: flex;
  164. align-items: center;
  165. justify-content: space-between;
  166. color: #fff;
  167. background-color:rgba(95, 95, 95, 0.8);
  168. }
  169. .select-item{
  170. cursor: pointer;
  171. }
  172. .inpu .el-icon-arrow-right{
  173. transition: transform 300ms linear;
  174. }
  175. .inpu .el-icon-arrow-right.act{
  176. transform: rotate(90deg);
  177. }
  178. .select-dropdown{
  179. position: absolute;
  180. overflow-y: auto;
  181. color: #000;
  182. background-color: #fff;
  183. }
  184. .select-dropdown .select-item.act{
  185. color: #fff;
  186. background-color: #0068ff;
  187. }
  188. #app .elCol{
  189. width: 28.125%;
  190. height: 100%;
  191. }
  192. #app .elColc{
  193. width: 43.75%;
  194. height: 100%;
  195. }
  196. /* @media only screen and (max-width:767px) {
  197. #app .elCol{
  198. width: 100%;
  199. }
  200. #app .elColc{
  201. width: 100%;
  202. }
  203. }
  204. @media only screen and (min-width:768px) {
  205. #app .elCol{
  206. width: 100%;
  207. }
  208. #app .elColc{
  209. width: 100%;
  210. }
  211. }
  212. @media only screen and (min-width:992px) {
  213. #app .elCol{
  214. width: 50%;
  215. }
  216. #app .elColc{
  217. width: 50%;
  218. }
  219. }
  220. @media only screen and (min-width:1200px) {
  221. #app .elCol{
  222. width: 30%;
  223. }
  224. #app .elColc{
  225. width: 40%;
  226. }
  227. }
  228. @media only screen and (min-width:1920px) {
  229. #app .elCol{
  230. width: 30%;
  231. }
  232. #app .elColc{
  233. width: 40%;
  234. }
  235. } */