spjk.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. @import "https://cdn.bootcss.com/font-awesome/4.5.0/css/font-awesome.min.css";
  2. .video-content{
  3. color: #ffffff;
  4. padding: 23px 16px 16px;
  5. height: calc(100% - 80px);
  6. }
  7. .video-content .tab-list{
  8. width:100%;
  9. display:flex;
  10. justify-content:center;
  11. padding:30px 0;
  12. }
  13. .video-content .tab-list .build-tab{
  14. padding:10px 25px;
  15. border:1px solid #2196f3;
  16. margin-left:20px;
  17. border-radius:25px;
  18. cursor:pointer;
  19. font-size:1.8em;
  20. }
  21. .video-content .tab-list .build-tab.active{
  22. background-color:#2196f3
  23. }
  24. .video-content .tab-list .build-tab:nth-child(1){
  25. margin-left:0px;
  26. }
  27. .video-content .tab-list .build-tab:hover{
  28. background-color:#2196f3
  29. }
  30. .video-content .video-box{
  31. width:100%;
  32. }
  33. .video-box .video-wrapper{
  34. display:flex;
  35. flex-direction:column;
  36. align-items:center;
  37. }
  38. .video-box .video-wrapper .video-wrapper-head{
  39. padding:20px 40px;
  40. font-size:1.8em;
  41. position:relative;
  42. }
  43. .video-box .video-wrapper .video-wrapper-head:before{
  44. content: '';
  45. position: absolute;
  46. bottom: 0;
  47. left: 0;
  48. height: 2px;
  49. width: 100%;
  50. background: linear-gradient(to right, rgba(33,150,243,0), #2196f3, rgba(33,150,243,0));
  51. }
  52. .video-box .video-wrapper .video-windows{
  53. padding:20px;
  54. display:flex;
  55. flex-wrap:wrap;
  56. width:100%;
  57. position:relative;
  58. justify-content:center;
  59. }
  60. .video-windows .video-play1{
  61. width:50%;
  62. padding:10px;
  63. }
  64. .video-windows .video-play1 .video-play1-container{
  65. background-color:#0E1E51;
  66. }
  67. .video-windows .video-play1 .tab{
  68. height: 40px;
  69. line-height: 40px;
  70. padding-left: 68px;
  71. color:#fff;
  72. }
  73. .video-windows .video-play1 .tab .tab-title{
  74. font-size:1.2em;
  75. color:#69F8FE;
  76. }
  77. .video-windows .video-play1 .tab .clqk{
  78. font-size:1.2em;
  79. margin:0 30px;
  80. font-weight:bold;
  81. }
  82. .video-windows .video-play1 .tab .dutyman{
  83. font-size:1.2em;
  84. font-weight:bold;
  85. }
  86. .video-windows .video-play1 .tab .tab-time{
  87. font-size:1em;
  88. margin-left:10px
  89. }
  90. .video-windows .video-play1 .video{
  91. border:1px solid #53BAFD;
  92. padding:10px;
  93. position:relative;
  94. }
  95. .video-windows .video-play1 .video video{
  96. width:100%;
  97. }
  98. .wide-border-line1 {
  99. position: absolute;
  100. left: -1px;
  101. top: -24px;
  102. background-color: #0E1E51;
  103. }
  104. .wide-border-line2 {
  105. position: absolute;
  106. right: -1px;
  107. top: -24px;
  108. background-color: #0E1E51;
  109. }
  110. .select {
  111. position: relative;
  112. display: block;
  113. margin: 0 30px;
  114. width: 100%;
  115. max-width: 325px;
  116. color: #cccccc;
  117. vertical-align: middle;
  118. text-align: left;
  119. user-select: none;
  120. -webkit-touch-callout: none;
  121. }
  122. .select .placeholder {
  123. position: relative;
  124. display: block;
  125. background-color: #393d41;
  126. z-index: 1;
  127. padding: 1em;
  128. border-radius: 2px;
  129. cursor: pointer;
  130. }
  131. .select .placeholder:hover {
  132. background: #34383c;
  133. }
  134. .select .placeholder:after {
  135. position: absolute;
  136. right: 1em;
  137. top: 50%;
  138. transform: translateY(-50%);
  139. font-family: 'FontAwesome';
  140. content: '\f078';
  141. z-index: 10;
  142. }
  143. .select.is-open .placeholder:after {
  144. content: '\f077';
  145. }
  146. .select.is-open ul {
  147. display: block;
  148. }
  149. .select.select--white .placeholder {
  150. background: #fff;
  151. color: #999;
  152. }
  153. .select.select--white .placeholder:hover {
  154. background: #fafafa;
  155. }
  156. .select ul {
  157. display: none;
  158. position: absolute;
  159. overflow: hidden;
  160. width: 100%;
  161. background: #fff;
  162. border-radius: 2px;
  163. top: 100%;
  164. left: 0;
  165. list-style: none;
  166. margin: 5px 0 0 0;
  167. padding: 0;
  168. z-index: 100;
  169. }
  170. .select ul li {
  171. display: block;
  172. text-align: left;
  173. padding: 0.8em 1em 0.8em 1em;
  174. color: #999;
  175. cursor: pointer;
  176. }
  177. .select ul li:hover {
  178. background: #4ebbf0;
  179. color: #fff;
  180. }
  181. .playerbox{
  182. width:885px;
  183. height:498px;
  184. }
  185. .playerbox canvas{
  186. width:100%;
  187. height:100%;
  188. }
  189. #deviceList{
  190. max-height:500px;
  191. overflow-y:scroll;
  192. }
  193. #deviceList::-webkit-scrollbar {
  194. width: 8px;
  195. }
  196. #deviceList::-webkit-scrollbar-track {
  197. background-color:transparent;
  198. -webkit-border-radius: 2em;
  199. -moz-border-radius: 2em;
  200. border-radius:2em;
  201. }
  202. #deviceList::-webkit-scrollbar-thumb {
  203. background-color:#ccc;
  204. -webkit-border-radius: 2em;
  205. -moz-border-radius: 2em;
  206. border-radius:2em;
  207. }