bklLiudl
2024-10-17 265fa2b9f6816f62fffac3db611fcb1fc9dfe1a6
Pda/View/index.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>
   <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="user-scalable=0,width=device-width,initial-scale=1.0" />
@@ -19,12 +20,15 @@
         .layout-bill-info {
            height: 255px;
         }
         .layout-tbl-submit {
            margin-top: 10px;
         }
         .menu {
            height: 40px;
         }
         .sub-title-bg {
            background-image: url(../assets/subtitle_bg.png);
            /* margin:20px 10px 5px 10px; */
@@ -35,6 +39,7 @@
            margin-top: 20px;
            width: 96%;
         }
         .sub-title-bg span {
            font-size: 16px;
            color: #FFFFFF;
@@ -42,27 +47,33 @@
            /* background-color: #0000FF; */
            margin-top: 0px;
         }
         .layout-btn-container {
            width: 96%;
            /* margin:5px 10px 5px 10px; */
            margin: auto;
         }
         .layout-btn-container table {
            width: 100%; 
            border-collapse: separate;
            border-spacing: 0px 10px;
         }
         .layout-btn-container table td {
            width: 50%;
         }
         .btn{
            width: 95%; 
            height: 50px;
            font-size: 0.8rem;
         }
         .btn:active{
            opacity: 0.5;
         }
         .mybtn-primary {
            color: #fff;
            background-color: #007bff;
@@ -75,18 +86,22 @@
            height: 50px;
            width: 98%;
         }
         .mybtn-primary:active {
            opacity: 0.8;
         }
         .show{
            display: block;
         }
         .noshow{
            display: none;
         }
      </style>
      <link rel="stylesheet" href="../css/adapter.css" />
   </head>
   <body>
      <div id="" class="main-content">
         <div id="" class="layout-title" >
@@ -236,4 +251,5 @@
         })
      </script>
   </body>
</html>