inspectTheme.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. .BMap_noprint button[title="倾斜"] {
  2. display: none;
  3. }
  4. .BMap_noprint button[title="恢复"] {
  5. display: none;
  6. }
  7. /* .anchorBL{
  8. display:none;
  9. } */
  10. .BMap_cpyCtrl {
  11. display: none;
  12. }
  13. .inspect-event-item {
  14. padding-left: 12.5px;
  15. position: relative;
  16. border-left: 1px solid #d9d9d9;
  17. margin-left: 20.5px;
  18. padding-bottom: 16px;
  19. color: #595959;
  20. }
  21. .inspect-event-item:last-child {
  22. border-left: 1px solid transparent;
  23. }
  24. .inspect-event-item-header-wrap {
  25. margin-top: -4px;
  26. }
  27. .inspect-event-item:first-child .inspect-event-item-header-wrap{
  28. padding-top: 0;
  29. }
  30. .inspect-event-item-header {
  31. width: 240px;
  32. height: 32px;
  33. background: #F5F5F5;
  34. display: flex;
  35. align-items: center;
  36. justify-content: space-between;
  37. cursor: pointer;
  38. }
  39. .inspect-event-item-header-left {
  40. display: flex;
  41. align-items: center;
  42. padding-left: 9px;
  43. }
  44. .inspect-event-item-header-right, .inspect-event-item-body-info-opr {
  45. padding-right: 8px;
  46. }
  47. .inspect-event-item-body-info-opr-icon{
  48. color: #595959;
  49. cursor: pointer;
  50. }
  51. .inspect-event-item-body-info-opr-icon:hover{
  52. color: #407AFF;
  53. }
  54. .inspect-event-item-header-toggle {
  55. width: 16px;
  56. height: 32px;
  57. cursor: pointer;
  58. display: block;
  59. padding: 8px 0;
  60. box-sizing: border-box;
  61. }
  62. .inspect-event-item-time {
  63. padding-left: 9px;
  64. }
  65. .inspect-event-item-status-wrap {
  66. position: absolute;
  67. height: 28px;
  68. background: #fff;
  69. top: 4px;
  70. left: -5.5px;
  71. }
  72. .inspect-event-item:first-child .inspect-event-item-status-wrap {
  73. top: 0;
  74. padding-top: 5px;
  75. }
  76. .inspect-event-item-status {
  77. width: 10px;
  78. height: 10px;
  79. background: #407AFF;
  80. border-radius: 100%;
  81. display: inline-block;
  82. }
  83. .storage .inspect-event-item-status {
  84. background: #FAAD14;
  85. }
  86. .storage-error .inspect-event-item-status{
  87. background: #FF4D4F;
  88. }
  89. .storage-error .inspect-event-item-header-left,
  90. .storage-error .inspect-event-item-time {
  91. color: #FF4D4F;
  92. }
  93. .inspect-event-item-time {
  94. font-size: 12px;
  95. color: #262626;
  96. }
  97. .inspect-event-item-body {
  98. width: 240px;
  99. background: #FAFAFA;
  100. padding-top: 8px;
  101. }
  102. .inspect-event-item-img {
  103. width: 224px;
  104. height: 126px;
  105. margin: 0 8px;
  106. display: block;
  107. cursor: pointer;
  108. }
  109. .inspect-event-item-body-info {
  110. display: flex;
  111. align-items: center;
  112. justify-content: space-between;
  113. }
  114. .inspect-event-item-body-info-tag {
  115. max-width: 140px;
  116. background: #FFF1F0;
  117. border-radius: 2px;
  118. text-align: center;
  119. margin: 8px;
  120. height: 24px;
  121. line-height: 24px;
  122. padding: 0 8px;
  123. overflow: hidden;
  124. text-overflow: ellipsis;
  125. white-space: nowrap;
  126. }
  127. .inspect-event-item-body-info-tag-label{
  128. font-size: 12px;
  129. color: #FF4D4F;
  130. }
  131. .inspect-event-detail-wrap {
  132. width: 0;
  133. overflow: auto;
  134. padding: 0;
  135. box-sizing: border-box;
  136. position: absolute;
  137. top: 0;
  138. right: 0;
  139. z-index: 9;
  140. background: #ffffff;
  141. transition: width 0.15s ease 0s;
  142. }
  143. .inspect-event-detail-wrap.show {
  144. width: 290px;
  145. }
  146. .inspectEventDetail-header {
  147. display: flex;
  148. align-items: center;
  149. padding: 16px 16px;
  150. }
  151. .inspectEventDetail-back {
  152. fill: #595959;
  153. cursor: pointer;
  154. margin-right: 8px;
  155. display: flex;
  156. align-items: center;
  157. }
  158. .inspectEventDetail-type {
  159. height: 22px;
  160. font-size: 14px;
  161. color: #262626;
  162. line-height: 22px;
  163. font-weight: bold;
  164. }
  165. .inspectEventDetail-content {
  166. padding: 0 16px 24px;
  167. box-sizing: border-box;
  168. }
  169. .inspectEventDetail-content-info {
  170. font-size: 14px;
  171. color: #262626;
  172. line-height: 22px;
  173. overflow: hidden;
  174. }
  175. .inspectEventDetail-content-info-item-title {
  176. margin: 24px 0 4px;
  177. }
  178. .inspectEventDetail-content-info-item-value {
  179. color: #595959;
  180. }
  181. .inspectEventDetail-content-info-item-title-required:before {
  182. display: inline-block;
  183. margin-right: 4px;
  184. color: #ff4d4f;
  185. font-size: 14px;
  186. font-family: SimSun,sans-serif;
  187. line-height: 1;
  188. content: "*";
  189. }
  190. .inspectEventDetail-footer {
  191. position: absolute;
  192. bottom: 0;
  193. left: 0;
  194. background: #fff;
  195. padding: 16px 0;
  196. right: 0;
  197. text-align: center;
  198. }
  199. .inspectEventDetail-footer-btn {
  200. margin: 0 4px;
  201. }
  202. .inspectEventDetail-content-img-tips,
  203. .inspectEventDetail-content-video-tips {
  204. font-size: 14px;
  205. color: #407AFF;
  206. line-height: 22px;
  207. margin: 0 0 8px;
  208. }
  209. .inspectEventDetail-content-img-detail,
  210. .inspectEventDetail-content-video-detail {
  211. display: block;
  212. width: 224px;
  213. height: 126px;
  214. cursor: pointer;
  215. }
  216. .video-stroage-exceptional-status-tips-wrap {
  217. width: 100%;
  218. height: 100%;
  219. color: #fff;
  220. text-align: center;
  221. cursor: default;
  222. }
  223. .video-stroage-exceptional-status-icon {
  224. font-size: 16px;
  225. padding: 40px 0 0px;
  226. display: flex;
  227. justify-content: center;
  228. }
  229. .video-stroage-exceptional-status-tips-error .video-stroage-exceptional-status-icon{
  230. padding: 40px 0 8px;
  231. }
  232. .video-stroage-exceptional-status-tips {
  233. font-size: 14px;
  234. line-height: 22px;
  235. }
  236. .inspectEventDetail-content-video-timer {
  237. display: flex;
  238. align-items: center;
  239. }
  240. .video-recording-time-wrap {
  241. height: 24px;
  242. background: #FF5C5C;
  243. border-radius: 12px;
  244. padding: 0 24px;
  245. line-height: 24px;
  246. display: flex;
  247. align-items: center;
  248. color: #fff;
  249. }
  250. .video-recording-time {
  251. font-size: 14px;
  252. color: #FFFFFF;
  253. letter-spacing: 0;
  254. font-weight: 400;
  255. margin-left: 8px;
  256. }
  257. .inspectEventDetail-stop-btn {
  258. margin-left: 12px;
  259. }
  260. .inspectEventDetail-delete-confirm,
  261. .inspectEventDetail-back-confirm {
  262. width: 288px;
  263. padding: 12px 8px;
  264. box-sizing: border-box;
  265. }
  266. .inspectEventDetail-delete-confirm-title,
  267. .inspectEventDetail-back-confirm-title {
  268. display: flex;
  269. }
  270. .inspectEventDetail-delete-confirm-title-label,
  271. .inspectEventDetail-back-confirm-title-label {
  272. font-size: 16px;
  273. color: #262626;
  274. line-height: 24px;
  275. font-weight: bold;
  276. }
  277. .inspectEventDetail-delete-confirm-title svg,
  278. .inspectEventDetail-back-confirm-title svg {
  279. color: #FAAD14 ;
  280. margin-right: 16px;
  281. }
  282. .inspectEventDetail-delete-confirm-btns,
  283. .inspectEventDetail-back-confirm-btns {
  284. margin: 24px 0 0;
  285. text-align: right;
  286. }
  287. .inspectEventDetail-delete-confirm-btns .ezuikit-btn,
  288. .inspectEventDetail-back-confirm-btns .ezuikit-btn {
  289. margin: 0 4px;
  290. }
  291. /* .inspect-event-box及其子元素滚动条效果设置 */
  292. .inspect-event-box::-webkit-scrollbar,
  293. .inspect-event-box *::-webkit-scrollbar {
  294. width: 10px
  295. }
  296. .inspect-event-box::-webkit-scrollbar-thumb,
  297. .inspect-event-box *::-webkit-scrollbar-thumb {
  298. border-radius: 10px!important;
  299. -webkit-box-shadow: inset 0 0 5px #8C8C8C!important;
  300. background: #8C8C8C!important;
  301. border: 3px solid #fff!important
  302. }
  303. .inspect-event-box::-webkit-scrollbar-track,
  304. .inspect-event-box *::-webkit-scrollbar-track {
  305. border-radius: 0
  306. }