syyang 2 سال پیش
والد
کامیت
4026d86f25

+ 18 - 3
mybusiness/src/main/resources/templates/dahua/css/on_off_switch.css

@@ -1,8 +1,8 @@
 .testswitch {
     position: relative;
-    float: left;
+    float: right;
     width: 90px;
-    margin: 0;
+    margin: 6px 17px 6px 0px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
@@ -44,7 +44,7 @@
 .testswitch-inner::after {
     content: attr(data-on);
     padding-left: 10px;
-    background-color: #00e500;
+    background-color: #32be32;
     color: #FFFFFF;
 }
 
@@ -78,3 +78,18 @@
 .testswitch-checkbox:checked + .testswitch-label .testswitch-switch {
     right: 0px;
 }
+
+
+.btn_p{
+    float: left;
+    width: 100px;
+    font-size: 16px;
+}
+.sp_bf{
+    background: #032935;
+    height: 45px;
+    line-height: 45px;
+    margin-bottom: 22px!important;
+    margin-top: 10px!important;
+    border: 1px solid #0b335b;
+}

+ 6 - 5
mybusiness/src/main/resources/templates/dahua/demo-dsd.html

@@ -53,18 +53,19 @@
         <!--<li id="jkd"><a>监控端</a></li>-->
         <!--<li id="gld"><a>管理端</a></li>-->
         <!--<li id="dsj"><a>大数据端</a></li>-->
-        <li>
+        <li class="sp_bf">
+            <p class="btn_p">视频轮播</p>
             <div class="testswitch">
                 <input class="testswitch-checkbox" id="onoffswitch" type="checkbox">
                 <label class="testswitch-label" for="onoffswitch">
-                    视频轮播:<span class="testswitch-inner" data-on="ON" data-off="OFF"></span>
+                    <span class="testswitch-inner" data-on="ON" data-off="OFF"></span>
                     <span class="testswitch-switch"></span>
                 </label>
             </div>
         </li>
-        <li>
-            <button onclick="clickLogin('111.26.114.144','2021','admin','Admin12345')">播放测试</button>
-        </li>
+        <!--<li>-->
+            <!--<button onclick="clickLogin('111.26.114.144','2021','admin','Admin12345')">播放测试</button>-->
+        <!--</li>-->
     </ul>
 
     <table class="ja_table2" cellpadding="0" cellspacing="0" border="0">