123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304 |
- <style type="text/css">
- @media (max-width: 375px) {
- .edit-form tr td input {
- width: 100%;
- }
- .edit-form tr th:first-child,
- .edit-form tr td:first-child {
- width: 20%;
- }
- .edit-form tr th:last-child,
- .edit-form tr td:last-child {
- display: none;
- }
- }
- .cover_div {
- z-index: 19891015;
- background-color: rgb(0, 0, 0);
- opacity: 0.9;
- }
- .invite {
- width: 100%;
- height: 100%;
- color: #fff;
- position: relative;
- background-size: 100% auto;
- background-repeat: no-repeat;
- }
- .invite .poster-bg {
- width: 100%;
- height: 100%;
- }
- .invite .company {
- position: absolute;
- top: 55%;
- left: 50%;
- transform: translateX(-50%);
- width: 80%;
- text-align: center;
- font-size: 12px;
- }
- .invite .company span {
- font-size: 18px;
- }
- .invite .qrcode {
- position: absolute;
- top: 63%;
- left: 50%;
- transform: translateX(-50%);
- }
- .invite .qrcode .code {
- width: 120px;
- height: 120px;
- border-radius: 4px;
- }
- .invite .qrcode .user {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 30px;
- height: 30px;
- border: 1px solid #fff;
- border-radius: 2px;
- overflow: hidden;
- }
- .invite .msg {
- position: absolute;
- bottom: 5%;
- left: 50%;
- transform: translateX(-50%);
- width: 80%;
- text-align: center;
- font-size: 10px;
- }
- .cert-wrap {
- position: relative;
- width: 375px;
- height: 532px;
- min-width: 375px;
- }
- .bg {
- width: 100%;
- pointer-events: none;
- user-select: none;
- }
- .word {
- position: absolute;
- }
- .el-form-item__content {
- display: flex;
- align-items: center;
- }
- .el-form-item__content > div {
- margin-right: 10px;
- }
- .vdr {
- position: absolute;
- box-sizing: border-box;
- cursor: move;
- }
- .vdr.active:before {
- content: '';
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- box-sizing: border-box;
- outline: 1px dashed #d6d6d6;
- }
- .vdr-stick {
- box-sizing: border-box;
- position: absolute;
- font-size: 1px;
- background: #ffffff;
- border: 1px solid #6c6c6c;
- box-shadow: 0 0 2px #bbb;
- }
- .inactive .vdr-stick {
- display: none;
- }
- .vdr-stick-tl, .vdr-stick-br {
- cursor: nwse-resize;
- }
- .vdr-stick-tm, .vdr-stick-bm {
- left: 50%;
- cursor: ns-resize;
- }
- .vdr-stick-tr, .vdr-stick-bl {
- cursor: nesw-resize;
- }
- .vdr-stick-ml, .vdr-stick-mr {
- top: 50%;
- cursor: ew-resize;
- }
- .vdr-stick.not-resizable {
- display: none;
- }
- </style>
- <div class="panel panel-default panel-intro">
- <div class="panel-heading">
- {:build_heading(null, false)}
- <ul class="nav nav-tabs">
- <li class="active"><a href="#basic" data-toggle="tab">车类开关设置</a></li>
- </ul>
- </div>
- <div id="myTabContent" class="tab-content">
- <div class="tab-pane fade active in" id="basic">
- <div class="widget-body no-padding">
- <form id="basic-form" class="edit-form form-horizontal" role="form" data-toggle="validator"
- method="POST" action="{:url('market/handlingset')}">
- <table class="table table-striped" style="border-collapse:separate; border-spacing:0px 1px;">
- <tbody>
- <tr>
- <td width=25%>代驾开关</td>
- <td>
- <div class="row">
- <div class="col-sm-8 col-xs-12">
- <div class="radio">
- <label for="row[dj_status]-1"><input
- id="row[dj_status]-1"
- name="row[dj_status]" class="see_lower"
- type="radio" value="1" {if
- condition="($row.dj_status ?? 0) eq 1" }checked{/if} />
- 开启</label>
- <label for="row[dj_status]-0"><input
- id="row[dj_status]-0"
- name="row[dj_status]" class="see_lower"
- type="radio" value="0" {if
- condition="($row.dj_status ?? 0) neq 1" }checked{/if} />
- 关闭</label>
- </div>
- </div>
- <div class="col-sm-4"></div>
- </div>
- </td>
- </tr>
- <tr>
- <td width=25%>顺风车开关</td>
- <td>
- <div class="row">
- <div class="col-sm-8 col-xs-12">
- <div class="radio">
- <label for="row[sf_status]-1"><input
- id="row[sf_status]-1"
- name="row[sf_status]" class="see_lower"
- type="radio" value="1" {if
- condition="($row.sf_status ?? 0) eq 1" }checked{/if} />
- 开启</label>
- <label for="row[sf_status]-0"><input
- id="row[sf_status]-0"
- name="row[sf_status]" class="see_lower"
- type="radio" value="0" {if
- condition="($row.sf_status ?? 0) neq 1" }checked{/if} />
- 关闭</label>
- </div>
- </div>
- <div class="col-sm-4"></div>
- </div>
- </td>
- </tr>
- <tr>
- <td width=25%>货运开关</td>
- <td>
- <div class="row">
- <div class="col-sm-8 col-xs-12">
- <div class="radio">
- <label for="row[dc_status]-1"><input
- id="row[dc_status]-1"
- name="row[dc_status]" class="see_lower"
- type="radio" value="1" {if
- condition="($row.dc_status ?? 0) eq 1" }checked{/if} />
- 开启</label>
- <label for="row[dc_status]-0"><input
- id="row[dc_status]-0"
- name="row[dc_status]" class="see_lower"
- type="radio" value="0" {if
- condition="($row.dc_status ?? 0) neq 1" }checked{/if} />
- 关闭</label>
- </div>
- </div>
- <div class="col-sm-4"></div>
- </div>
- </td>
- </tr>
- <tr>
- <td width=25%>提现开关</td>
- <td>
- <div class="row">
- <div class="col-sm-8 col-xs-12">
- <div class="radio">
- <label for="row[ts_status]-1"><input
- id="row[ts_status]-1"
- name="row[ts_status]" class="see_lower"
- type="radio" value="1" {if
- condition="($row.ts_status ?? 0) eq 1" }checked{/if} />
- 开启</label>
- <label for="row[ts_status]-0"><input
- id="row[ts_status]-0"
- name="row[ts_status]" class="see_lower"
- type="radio" value="0" {if
- condition="($row.ts_status ?? 0) neq 1" }checked{/if} />
- 关闭</label>
- </div>
- </div>
- <div class="col-sm-4"></div>
- </div>
- </td>
- </tr>
- </tbody>
- <tfoot>
- <tr>
- <td></td>
- <td>
- <button type="submit" class="btn btn-success btn-embossed">确定</button>
- <button type="reset" class="btn btn-default btn-embossed">重置</button>
- </td>
- </tr>
- </tfoot>
- </table>
- </form>
- </div>
- </div>
- </div>
- </div>
- </div>
- <script>
- </script>
|