From 8d993bc67d491d143159b6963b24b8fd579fe694 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Thu, 25 Apr 2019 17:26:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/Demo/Demo/OnvifPage.xaml.cs | 6 +-- projects/Demo/Demo/wwwroot/css/app.css | 8 +--- projects/Demo/Demo/wwwroot/index.html | 50 ++++++++++++++---------- projects/IoT/IoTNode/wwwroot/css/app.css | 8 +--- projects/IoT/IoTNode/wwwroot/index.html | 50 ++++++++++++++---------- projects/IoTCenter/wwwroot/css/app.css | 8 +--- projects/IoTCenter/wwwroot/index.html | 50 ++++++++++++++---------- 7 files changed, 93 insertions(+), 87 deletions(-) diff --git a/projects/Demo/Demo/OnvifPage.xaml.cs b/projects/Demo/Demo/OnvifPage.xaml.cs index d3af7bc4..ecd637ed 100644 --- a/projects/Demo/Demo/OnvifPage.xaml.cs +++ b/projects/Demo/Demo/OnvifPage.xaml.cs @@ -50,9 +50,9 @@ namespace Demo if (Device.RuntimePlatform == Device.Android) { media.AddOption(new MediaConfiguration().EnableHardwareDecoding()); - media.AddOption(":network-caching=0"); - media.AddOption(":clock-jitter=0"); - media.AddOption(":clock-synchro=0"); + media.AddOption(":network-caching=100"); + //media.AddOption(":clock-jitter=0"); + //media.AddOption(":clock-synchro=0"); } var player = new MediaPlayer(_libvlc); player.Volume = 0; diff --git a/projects/Demo/Demo/wwwroot/css/app.css b/projects/Demo/Demo/wwwroot/css/app.css index c6ccafb1..c714381d 100644 --- a/projects/Demo/Demo/wwwroot/css/app.css +++ b/projects/Demo/Demo/wwwroot/css/app.css @@ -28,6 +28,7 @@ img.shot { max-width: 100%; max-height: 100%; width:100%; + height:auto; } img.shot.zoom { width:auto; @@ -62,11 +63,4 @@ img.shot.zoom { } .device-desktop.with-modal-dialog .page-content { overflow: auto; -} -* { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; } \ No newline at end of file diff --git a/projects/Demo/Demo/wwwroot/index.html b/projects/Demo/Demo/wwwroot/index.html index 29b3d819..c533110c 100644 --- a/projects/Demo/Demo/wwwroot/index.html +++ b/projects/Demo/Demo/wwwroot/index.html @@ -26,21 +26,27 @@
-
+
    -
  • +
  • +
    + link +
    -
    服务器
    +
    服务器
    - +
  • -
  • +
  • +
    + person +
    -
    用户名
    +
    用户名
    @@ -48,9 +54,12 @@
  • -
  • +
  • +
    + lock +
    -
    密码
    +
    密码
    @@ -58,24 +67,23 @@
  • -
  • -
    -
    -
    记住我
    -
    - -
    -
    +
  • +
    + tag +
    +
    + 记住我 + +
    -
  • - +
  • diff --git a/projects/IoT/IoTNode/wwwroot/css/app.css b/projects/IoT/IoTNode/wwwroot/css/app.css index c6ccafb1..c714381d 100644 --- a/projects/IoT/IoTNode/wwwroot/css/app.css +++ b/projects/IoT/IoTNode/wwwroot/css/app.css @@ -28,6 +28,7 @@ img.shot { max-width: 100%; max-height: 100%; width:100%; + height:auto; } img.shot.zoom { width:auto; @@ -62,11 +63,4 @@ img.shot.zoom { } .device-desktop.with-modal-dialog .page-content { overflow: auto; -} -* { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; } \ No newline at end of file diff --git a/projects/IoT/IoTNode/wwwroot/index.html b/projects/IoT/IoTNode/wwwroot/index.html index 29b3d819..c533110c 100644 --- a/projects/IoT/IoTNode/wwwroot/index.html +++ b/projects/IoT/IoTNode/wwwroot/index.html @@ -26,21 +26,27 @@ -
    +
      -
    • +
    • +
      + link +
      -
      服务器
      +
      服务器
      - +
    • -
    • +
    • +
      + person +
      -
      用户名
      +
      用户名
      @@ -48,9 +54,12 @@
    • -
    • +
    • +
      + lock +
      -
      密码
      +
      密码
      @@ -58,24 +67,23 @@
    • -
    • -
      -
      -
      记住我
      -
      - -
      -
      +
    • +
      + tag +
      +
      + 记住我 + +
      -
    • - +
    • diff --git a/projects/IoTCenter/wwwroot/css/app.css b/projects/IoTCenter/wwwroot/css/app.css index c6ccafb1..c714381d 100644 --- a/projects/IoTCenter/wwwroot/css/app.css +++ b/projects/IoTCenter/wwwroot/css/app.css @@ -28,6 +28,7 @@ img.shot { max-width: 100%; max-height: 100%; width:100%; + height:auto; } img.shot.zoom { width:auto; @@ -62,11 +63,4 @@ img.shot.zoom { } .device-desktop.with-modal-dialog .page-content { overflow: auto; -} -* { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; } \ No newline at end of file diff --git a/projects/IoTCenter/wwwroot/index.html b/projects/IoTCenter/wwwroot/index.html index 29b3d819..c533110c 100644 --- a/projects/IoTCenter/wwwroot/index.html +++ b/projects/IoTCenter/wwwroot/index.html @@ -26,21 +26,27 @@ -
      +
        -
      • +
      • +
        + link +
        -
        服务器
        +
        服务器
        - +
      • -
      • +
      • +
        + person +
        -
        用户名
        +
        用户名
        @@ -48,9 +54,12 @@
      • -
      • +
      • +
        + lock +
        -
        密码
        +
        密码
        @@ -58,24 +67,23 @@
      • -
      • -
        -
        -
        记住我
        -
        - -
        -
        +
      • +
        + tag +
        +
        + 记住我 + +
        -
      • - +