|
@@ -20,6 +20,7 @@ class jiexi extends Base
|
|
<link rel="stylesheet" type="text/css" href="/static/index/css/bootstrap.min.css"/>
|
|
<link rel="stylesheet" type="text/css" href="/static/index/css/bootstrap.min.css"/>
|
|
<link rel="stylesheet" type="text/css" href="/static/index/css/base.css"/>
|
|
<link rel="stylesheet" type="text/css" href="/static/index/css/base.css"/>
|
|
<link rel="stylesheet" type="text/css" href="/static/index/css/main.css"/>
|
|
<link rel="stylesheet" type="text/css" href="/static/index/css/main.css"/>
|
|
|
|
+ <link rel="stylesheet" type="text/css" href="/static/index/css/h5.css"/>
|
|
<link href="/jiexi/css/base.css" rel="stylesheet">
|
|
<link href="/jiexi/css/base.css" rel="stylesheet">
|
|
<link href="/jiexi/css/app.css" rel="stylesheet">
|
|
<link href="/jiexi/css/app.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="/styles/index.css" />
|
|
<link rel="stylesheet" href="/styles/index.css" />
|
|
@@ -35,7 +36,7 @@ class jiexi extends Base
|
|
<style>
|
|
<style>
|
|
.ms-badge12 {
|
|
.ms-badge12 {
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
- width: 50px;
|
|
|
|
|
|
+ /* width: 50px; */
|
|
height: 25px;
|
|
height: 25px;
|
|
line-height: 26px;
|
|
line-height: 26px;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -79,6 +80,18 @@ class jiexi extends Base
|
|
width: 200px;
|
|
width: 200px;
|
|
height: 200px;
|
|
height: 200px;
|
|
}
|
|
}
|
|
|
|
+footer {
|
|
|
|
+ position: fixed;
|
|
|
|
+ bottom: 0;
|
|
|
|
+}
|
|
|
|
+@media (max-width: 767px) {
|
|
|
|
+ footer {
|
|
|
|
+ position: static;
|
|
|
|
+ }
|
|
|
|
+ .container {
|
|
|
|
+ width: auto;
|
|
|
|
+ }
|
|
|
|
+}
|
|
</style>
|
|
</style>
|
|
<style>
|
|
<style>
|
|
#qrcode {
|
|
#qrcode {
|
|
@@ -104,8 +117,8 @@ class jiexi extends Base
|
|
?>
|
|
?>
|
|
|
|
|
|
|
|
|
|
- <div class="container generate_qrcode_box tab-content" style="height: 63rem;">
|
|
|
|
- <div class="row" id="decode_box">
|
|
|
|
|
|
+ <div class="generate_qrcode_box tab-content clearfix">
|
|
|
|
+ <div id="decode_box">
|
|
<div class="col-md-6 decode_upload_box clearfix">
|
|
<div class="col-md-6 decode_upload_box clearfix">
|
|
<div class="decode_upload_left">
|
|
<div class="decode_upload_left">
|
|
<lable class="decode_upload_btn_lable">上传二维码解码</lable>:
|
|
<lable class="decode_upload_btn_lable">上传二维码解码</lable>:
|