优化 版本显示
This commit is contained in:
parent
30658fc2a2
commit
7e3751b8d3
|
@ -33,6 +33,7 @@ if (!empty($q)) {
|
|||
<meta name="browsermode" content="application"><!--UC应用模式-->
|
||||
<meta name="x5-fullscreen" content="true"><!--QQ强制全屏-->
|
||||
<meta name="x5-page-mode" content="app"><!--QQ应用模式-->
|
||||
<meta name="lsvn" content="<?php echo base64_encode($conf['version'])?>">
|
||||
<link href="<?php echo $cdnpublic ?>/template/5iux/css/style.css" rel="stylesheet">
|
||||
<link href="<?php echo $cdnpublic ?>/template/5iux/css/wea.css" rel="stylesheet">
|
||||
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-2-M/jquery/3.5.1/jquery.min.js"></script>
|
||||
|
|
|
@ -79,6 +79,7 @@ div#navbarsExample05{background:rgba(0,0,0,0.8);padding:10px 30px;border-radius:
|
|||
.mylist li.col-3{margin:5px 0 5px}
|
||||
.mylist li.col-3 svg{width:30px;height:30px;padding:5px;border-radius:5px}
|
||||
.mylist li.col-3 span{font-size:12px}
|
||||
.mylist li.col-3 img {display: block; width: 30px; height: 30px; padding: 5px; background: #fff; border: 1px solid #eee; border-radius: 10px; margin: 0 auto;}
|
||||
}.navbar-toggler svg{width:24px;height:24px}
|
||||
.navbar-toggler .bi-list-nested{display:none}
|
||||
.navbar-toggler.collapsed .bi-list-nested{display:block}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<meta name="browsermode" content="application">
|
||||
<meta name="x5-fullscreen" content="true">
|
||||
<meta name="x5-page-mode" content="app">
|
||||
<meta name="lsvn" content="MS4xLjM=">
|
||||
<meta name="lsvn" content="<?php echo base64_encode($conf['version'])?>">
|
||||
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-2-M/jquery/3.5.1/jquery.min.js" type="application/javascript"></script>
|
||||
<link href="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/4.5.3/css/bootstrap.min.css" type="text/css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="<?php echo $cdnpublic ?>/assets/css/fontawesome-free5.13.0.css" type="text/css">
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<meta name="browsermode" content="application">
|
||||
<meta name="x5-fullscreen" content="true">
|
||||
<meta name="x5-page-mode" content="app">
|
||||
<meta name="lsvn" content="Mi4w">
|
||||
<meta name="lsvn" content="<?php echo base64_encode($conf['version'])?>">
|
||||
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-2-M/jquery/3.5.1/jquery.min.js" type="application/javascript"></script>
|
||||
<link href="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/4.5.3/css/bootstrap.min.css" type="text/css" rel="stylesheet">
|
||||
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/4.5.3/js/bootstrap.min.js" type="application/javascript"></script>
|
||||
|
|
Loading…
Reference in New Issue