vroom.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. #errmsg {
  2. color: #ff0000;
  3. display: none;
  4. }
  5. #left {
  6. float: left;
  7. background: #f4f4f4;
  8. border: 1px solid #ddd;
  9. color: #333;
  10. margin-top: 49px;
  11. padding: 22px;
  12. margin-right: 0;
  13. text-align: right;
  14. }
  15. #right {
  16. float: right;
  17. background: #333;
  18. color: #fff;
  19. }
  20. input {
  21. background: #333;
  22. border: 1px solid #292929;
  23. color: #fff;
  24. outline: none;
  25. }
  26. #gauge {
  27. float: left;
  28. width: 250px;
  29. position: relative;
  30. height: 300px;
  31. background: #00C6D7 url(../images/speed.png) no-repeat 10px 20px;
  32. margin-left: 10px;
  33. }
  34. #needle {
  35. height: 5px;
  36. width: 113px;
  37. background: #C31916;
  38. position: absolute;
  39. bottom: 157px;
  40. left: 16px;
  41. }
  42. #numbers {
  43. width: 140px;
  44. height: 30px;
  45. background: #0795A2;
  46. position: absolute;
  47. bottom: 64px;
  48. left: 57px;
  49. color: #fff;
  50. font-size: 1em;
  51. line-height: 1.6em;
  52. padding: 0px 10px 5px;
  53. border: 1px solid #02ADBB;
  54. }
  55. #circle {
  56. width: 55px;
  57. height: 55px;
  58. background: #0795A2;
  59. bottom: 133px;
  60. left: 96px;
  61. position: absolute;
  62. box-shadow: 0px 0px 10px #014449;
  63. border-radius: 50%;
  64. -webkit-border-radius: 50%;
  65. -o-border-radius: 50%;
  66. -moz-border-radius: 50%;
  67. }
  68. #mi-km {
  69. bottom: 22px;
  70. left: 60px;
  71. text-align: center;
  72. position: absolute;
  73. width: 140px;
  74. height: 30px;
  75. color: #078894;
  76. font-size: 1.2em;
  77. }
  78. /*--responsiv--*/
  79. @media (max-width: 1440px) {
  80. #left {
  81. float: left;
  82. margin-top: 49px;
  83. padding: 12px 12px;
  84. margin-right: 0;
  85. text-align: right;
  86. }
  87. #gauge {
  88. float: right;
  89. width: 200px;
  90. position: relative;
  91. height: 288px;
  92. background: #00C6D7 url(../images/speed.png) no-repeat 13px 20px;
  93. margin-left: 1px;
  94. background-size: 86%;
  95. }
  96. #circle {
  97. width: 50px;
  98. height: 50px;
  99. background: #0795A2;
  100. bottom: 147px;
  101. left: 77px;
  102. }
  103. #needle {
  104. height: 5px;
  105. width: 73px;
  106. background: #C31916;
  107. position: absolute;
  108. bottom: 166px;
  109. left: 30px;
  110. }
  111. #numbers {
  112. width: 121px;
  113. height: 30px;
  114. position: absolute;
  115. bottom: 89px;
  116. left: 46px;
  117. }
  118. #mi-km {
  119. bottom: 29px;
  120. left: 38px;
  121. position: absolute;
  122. width: 140px;
  123. height: 30px;
  124. font-size: 1.2em;
  125. }
  126. }
  127. @media (max-width: 1366px) {
  128. #left {
  129. float: none;
  130. margin-top: 49px;
  131. padding: 12px 12px;
  132. margin-right: 0;
  133. text-align: right;
  134. }
  135. #gauge {
  136. float: left;
  137. width: 300px;
  138. position: relative;
  139. height: 288px;
  140. background: #00C6D7 url(../images/speed.png) no-repeat 15px 20px;
  141. margin-left: 0;
  142. background-size: 89%;
  143. margin-top: 1em;
  144. }
  145. #circle {
  146. width: 50px;
  147. height: 50px;
  148. background: #0795A2;
  149. bottom: 89px;
  150. left: 125px;
  151. }
  152. #numbers {
  153. width: 121px;
  154. height: 30px;
  155. position: absolute;
  156. bottom: 42px;
  157. left: 88px;
  158. }
  159. #needle {
  160. height: 5px;
  161. width: 107px;
  162. background: #C31916;
  163. position: absolute;
  164. bottom: 112px;
  165. left: 44px;
  166. }
  167. #mi-km {
  168. bottom: 8px;
  169. left: 79px;
  170. position: absolute;
  171. width: 140px;
  172. height: 30px;
  173. font-size: 1.2em;
  174. }
  175. }
  176. @media (max-width: 1280px) {
  177. #left {
  178. float: none;
  179. margin-top: 49px;
  180. padding: 12px 12px;
  181. margin-right: 0;
  182. text-align: right;
  183. }
  184. }
  185. @media (max-width: 1024px) {
  186. }
  187. @media (max-width: 800px) {
  188. }
  189. @media (max-width: 768px) {
  190. }
  191. @media (max-width: 640px) {
  192. }
  193. @media (max-width: 480px) {
  194. }
  195. @media (max-width: 375px) {
  196. #gauge {
  197. float: left;
  198. width: 200px;
  199. position: relative;
  200. height: 288px;
  201. background: #00C6D7 url(../images/speed.png) no-repeat 15px 20px;
  202. margin-left: 0;
  203. background-size: 86%;
  204. margin-top: 1em;
  205. }
  206. #circle {
  207. width: 30px;
  208. height: 30px;
  209. background: #0795A2;
  210. bottom: 141px;
  211. left: 88px;
  212. }
  213. #needle {
  214. height: 5px;
  215. width: 73px;
  216. background: #C31916;
  217. position: absolute;
  218. bottom: 154px;
  219. left: 30px;
  220. }
  221. #numbers {
  222. width: 121px;
  223. height: 30px;
  224. position: absolute;
  225. bottom: 94px;
  226. left: 44px;
  227. }
  228. #mi-km {
  229. bottom: 48px;
  230. left: 37px;
  231. position: absolute;
  232. width: 140px;
  233. height: 30px;
  234. font-size: 1em;
  235. }
  236. }
  237. @media (max-width: 320px) {
  238. }
  239. /*--//responsive--*/