| | |
| | | <!DOCTYPE html> |
| | | <html> |
| | | |
| | | <head> |
| | | <meta charset="UTF-8" /> |
| | | <meta name="viewport" content="user-scalable=0,width=device-width,initial-scale=1.0" /> |
| | |
| | | .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; */ |
| | |
| | | margin-top: 20px; |
| | | width: 96%; |
| | | } |
| | | |
| | | .sub-title-bg span { |
| | | font-size: 16px; |
| | | color: #FFFFFF; |
| | |
| | | /* 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; |
| | |
| | | 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" > |
| | |
| | | }) |
| | | </script> |
| | | </body> |
| | | |
| | | </html> |