videoMonitoring.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. .earlyWarning.data-v-b68d56f8 {
  2. height: 100%;
  3. display: flex;
  4. padding-bottom: 30rpx;
  5. box-sizing: border-box;
  6. }
  7. .earlyWarning .header.data-v-b68d56f8 {
  8. width: 750rpx;
  9. height: 100rpx;
  10. position: fixed;
  11. top: 0rpx;
  12. z-index: 100;
  13. background: #fff;
  14. }
  15. .earlyWarning .header .tabTitle_tow.data-v-b68d56f8 {
  16. height: 100rpx;
  17. white-space: nowrap;
  18. display: inline-flex;
  19. }
  20. .earlyWarning .header .tabTitle_tow .tabTitle_tow_li.data-v-b68d56f8 {
  21. position: relative;
  22. width: 210rpx;
  23. height: 100rpx;
  24. text-align: center;
  25. padding-top: 26rpx;
  26. box-sizing: border-box;
  27. }
  28. .earlyWarning .header .tabTitle_tow .tabTitle_tow_li .tabTitle_tow_text.data-v-b68d56f8 {
  29. display: inline-block;
  30. font-size: 30rpx;
  31. font-family: PingFang SC;
  32. font-weight: 500;
  33. color: #333;
  34. line-height: 46rpx;
  35. position: relative;
  36. }
  37. .earlyWarning .header .tabTitle_tow .tabTitle_tow_li .tabTitle_tow_text.on.data-v-b68d56f8 {
  38. color: #0183fa;
  39. }
  40. .earlyWarning .header .tabTitle_tow .tabTitle_tow_li .tabTitle_tow_across.data-v-b68d56f8 {
  41. width: 50rpx;
  42. height: 4rpx;
  43. background: #0183fa;
  44. border-radius: 2rpx;
  45. margin: 0 auto 0;
  46. display: none;
  47. }
  48. .earlyWarning .header .tabTitle_tow .tabTitle_tow_li .tabTitle_tow_across.on.data-v-b68d56f8 {
  49. display: block;
  50. }
  51. .earlyWarning .video-max-box.data-v-b68d56f8 {
  52. width: 690rpx;
  53. height: 420rpx;
  54. margin: 116rpx 30rpx 20rpx;
  55. }
  56. .earlyWarning .video-max-box video.data-v-b68d56f8 {
  57. width: 690rpx;
  58. height: 420rpx;
  59. }
  60. .earlyWarning .broadcast.data-v-b68d56f8 {
  61. width: 690rpx;
  62. background: #fff;
  63. border-radius: 20rpx;
  64. padding: 22rpx 30rpx 30rpx;
  65. box-sizing: border-box;
  66. margin: 20rpx 30rpx 0;
  67. /* 疏散按钮 */
  68. }
  69. .earlyWarning .broadcast .broadcast_t.data-v-b68d56f8 {
  70. font-size: 30rpx;
  71. font-family: PingFang SC;
  72. font-weight: 500;
  73. color: #333;
  74. line-height: 30rpx;
  75. }
  76. .earlyWarning .broadcast .broadcast_t >label.data-v-b68d56f8 {
  77. font-size: 24rpx;
  78. font-family: PingFang SC;
  79. font-weight: 500;
  80. color: #999;
  81. line-height: 30rpx;
  82. margin-left: 16rpx;
  83. }
  84. .earlyWarning .broadcast .trumpet-max-box.data-v-b68d56f8 {
  85. display: flex;
  86. justify-content: flex-start;
  87. margin-top: 22rpx;
  88. flex-wrap: wrap;
  89. }
  90. .earlyWarning .broadcast .trumpet-max-box .trumpet-for-box.data-v-b68d56f8 {
  91. display: inline-block;
  92. width: auto;
  93. height: 60rpx;
  94. line-height: 60rpx;
  95. font-size: 24rpx;
  96. text-align: center;
  97. cursor: pointer;
  98. overflow: hidden;
  99. border: 1rpx solid #e0e0e0;
  100. border-radius: 10rpx;
  101. color: #e0e0e0;
  102. display: flex;
  103. justify-content: center;
  104. margin-right: 20rpx;
  105. margin-bottom: 10rpx;
  106. padding: 0 12rpx;
  107. box-sizing: border-box;
  108. }
  109. .earlyWarning .broadcast .trumpet-max-box .trumpet-for-box >._img.data-v-b68d56f8 {
  110. width: 36rpx;
  111. height: 34rpx;
  112. margin: 12rpx 20rpx 0 25rpx;
  113. }
  114. .earlyWarning .broadcast .trumpet-max-box .trumpet-color-a.data-v-b68d56f8 {
  115. border: 1px solid #0183fa;
  116. color: #0183fa;
  117. }
  118. .earlyWarning .broadcast .trumpet-max-box .trumpet-color-b.data-v-b68d56f8 {
  119. border: 1px solid #ccc;
  120. color: #999;
  121. }
  122. .earlyWarning .broadcast .broadcast_m.data-v-b68d56f8 {
  123. width: 100%;
  124. }
  125. .earlyWarning .broadcast .broadcast_m .broadcast_m_t.data-v-b68d56f8 {
  126. width: 142rpx;
  127. height: 142rpx;
  128. margin: 30rpx 0 0 258rpx;
  129. position: relative;
  130. font-size: 24rpx;
  131. font-family: PingFang SC;
  132. font-weight: 500;
  133. line-height: 170rpx;
  134. text-align: center;
  135. /* 按下 */
  136. /* 松开 */
  137. }
  138. .earlyWarning .broadcast .broadcast_m .broadcast_m_t >._img.data-v-b68d56f8 {
  139. width: 142rpx;
  140. height: 142rpx;
  141. position: absolute;
  142. }
  143. .earlyWarning .broadcast .broadcast_m .broadcast_m_t >label.data-v-b68d56f8 {
  144. width: 100%;
  145. font-size: 24rpx;
  146. font-family: PingFang SC;
  147. font-weight: 500;
  148. color: #0183fa;
  149. line-height: 24rpx;
  150. display: inline-block;
  151. text-align: center;
  152. position: absolute;
  153. top: 76rpx;
  154. }
  155. .earlyWarning .broadcast .broadcast_m .broadcast_m_t .press_color.data-v-b68d56f8 {
  156. color: #fff;
  157. }
  158. .earlyWarning .broadcast .broadcast_m .broadcast_m_t .slip_color.data-v-b68d56f8 {
  159. color: #0183fa;
  160. }
  161. .earlyWarning .broadcast .broadcast_m .broadcast_m_b.data-v-b68d56f8 {
  162. font-size: 24rpx;
  163. font-family: PingFang SC;
  164. font-weight: 500;
  165. color: #999;
  166. line-height: 24rpx;
  167. text-align: center;
  168. margin-top: 14rpx;
  169. }
  170. .earlyWarning .broadcast .broadcast_m .broadcast_m_t_back_a.data-v-b68d56f8 {
  171. background: url("https://zj-wechat.oss-cn-beijing.aliyuncs.com/xcx_images/xcx_v3/commonality/icon_sskz_skfs.png") no-repeat center 0px;
  172. background-size: 100%;
  173. color: #fff;
  174. }
  175. .earlyWarning .broadcast .broadcast_m .broadcast_m_t_back_b.data-v-b68d56f8 {
  176. background: url("https://zj-wechat.oss-cn-beijing.aliyuncs.com/xcx_images/xcx_v3/commonality/icon_sskz_azsh.png") no-repeat center 0px;
  177. background-size: 100%;
  178. color: #0183fa;
  179. }
  180. .earlyWarning .broadcast .evacuation-button-box.data-v-b68d56f8 {
  181. width: 650rpx;
  182. height: 100rpx;
  183. background: #0183fa;
  184. color: #fff;
  185. text-align: center;
  186. line-height: 100rpx;
  187. font-size: 28rpx;
  188. margin: 88rpx auto 0;
  189. border-radius: 20rpx;
  190. }