[更新]修改ThinkAdmin自带checkbox样式

This commit is contained in:
Anyon 2018-05-23 14:14:49 +08:00
parent 63b67d634c
commit 005a388fe0
15 changed files with 42 additions and 40 deletions

View File

@ -19,7 +19,7 @@
<table class="layui-table" lay-skin="line">
<thead>
<tr>
<th class='list-table-check-td'>
<th class='list-table-check-td think-checkbox'>
<input data-auto-none="" data-check-target='.list-check-box' type='checkbox'>
</th>
<th class='list-table-sort-td'>
@ -35,7 +35,7 @@
<tbody>
<!--{foreach $list as $key=>$vo}-->
<tr>
<td class='list-table-check-td'>
<td class='list-table-check-td think-checkbox'>
<input class="list-check-box" value='{$vo.id}' type='checkbox'>
</td>
<td class='list-table-sort-td'>

View File

@ -67,7 +67,7 @@
<table class="layui-table" lay-skin="line">
<thead>
<tr>
<th class='list-table-check-td'>
<th class='list-table-check-td think-checkbox'>
<input data-auto-none="" data-check-target='.list-check-box' type='checkbox'>
</th>
<th class='text-left nowrap'>操作账号</th>
@ -81,7 +81,7 @@
<tbody>
<!--{foreach $list as $key=>$vo}-->
<tr>
<td class='list-table-check-td'>
<td class='list-table-check-td think-checkbox'>
<input class="list-check-box" value='{$vo.id}' type='checkbox'>
</td>
<td class='text-left nowrap'>{$vo.username}</td>

View File

@ -18,7 +18,7 @@
<table id="test" class="layui-table" lay-skin="line">
<thead>
<tr>
<th class='list-table-check-td'>
<th class='list-table-check-td think-checkbox'>
<input data-auto-none="" data-check-target='.list-check-box' type='checkbox'>
</th>
<th class='list-table-sort-td'>
@ -34,7 +34,7 @@
<tbody>
<!--{foreach $list as $key=>$vo}-->
<tr>
<td class='list-table-check-td'>
<td class='list-table-check-td think-checkbox'>
<input class="list-check-box" value='{$vo.ids}' type='checkbox'>
</td>
<td class='list-table-sort-td'>

View File

@ -61,7 +61,7 @@
<table class="layui-table" lay-skin="line">
<thead>
<tr>
<th class='list-table-check-td'>
<th class='list-table-check-td think-checkbox'>
<input data-auto-none="" data-check-target='.list-check-box' type='checkbox'>
</th>
<th class='text-left nowrap'>用户名</th>
@ -76,7 +76,7 @@
<tbody>
<!--{foreach $list as $key=>$vo}-->
<tr>
<td class='list-table-check-td'>
<td class='list-table-check-td think-checkbox'>
<input class="list-check-box" value='{$vo.id}' type='checkbox'>
</td>
<td class='text-left nowrap'>

View File

@ -58,7 +58,7 @@
<table class="layui-table" lay-skin="line" lay-size="sm">
<thead>
<tr>
<th class='list-table-check-td'>
<th class='list-table-check-td think-checkbox'>
<input data-auto-none="none" data-check-target='.list-check-box' type='checkbox'/>
</th>
<th class='list-table-sort-td'>
@ -75,7 +75,7 @@
{foreach $list as $key=>$vo}
<tr>
<td class='list-table-check-td'>
<input class="list-check-box" value='{$vo.id}' type='checkbox'/>
<input class="list-check-box think-checkbox" value='{$vo.id}' type='checkbox'/>
</td>
<td class='list-table-sort-td'>
<input name="_{$vo.id}" value="{$vo.sort}" class="list-sort-input"/>

View File

@ -90,7 +90,7 @@
<table class="layui-table notevent" lay-skin="line">
<thead>
<tr>
<th class='list-table-check-td'>
<th class='list-table-check-td think-checkbox'>
<input data-auto-none="none" data-check-target='.list-check-box' type='checkbox'>
</th>
<th class='list-table-sort-td'>
@ -114,7 +114,7 @@
<tbody>
{foreach $list as $key=>$vo}
<tr>
<td class='list-table-check-td text-top'>
<td class='list-table-check-td text-top think-checkbox'>
<input class="list-check-box" value='{$vo.id}' type='checkbox'>
</td>
<td class='list-table-sort-td text-top'>

View File

@ -51,7 +51,7 @@
<table class="layui-table" lay-skin="line">
<thead>
<tr>
<th class='list-table-check-td'>
<th class='list-table-check-td think-checkbox'>
<input data-auto-none="none" data-check-target='.list-check-box' type='checkbox'/>
</th>
<th class='list-table-sort-td'>
@ -66,7 +66,7 @@
<tbody>
{foreach $list as $key=>$vo}
<tr>
<td class='list-table-check-td'>
<td class='list-table-check-td think-checkbox'>
<input class="list-check-box" value='{$vo.id}' type='checkbox'/>
</td>
<td class='list-table-sort-td'>

View File

@ -18,7 +18,7 @@
<table class="layui-table" lay-skin="line">
<thead>
<tr>
<th class='list-table-check-td'>
<th class='list-table-check-td think-checkbox'>
<input data-auto-none="none" data-check-target='.list-check-box' type='checkbox'>
</th>
<th class='list-table-sort-td'>
@ -34,7 +34,7 @@
<tbody>
{foreach $list as $key=>$vo}
<tr>
<td class='list-table-check-td'>
<td class='list-table-check-td think-checkbox'>
<input class="list-check-box" value='{$vo.ids}' type='checkbox'>
</td>
<td class='list-table-sort-td'>

View File

@ -51,7 +51,7 @@
<table class="layui-table" lay-skin="line" lay-size="sm">
<thead>
<tr>
<th class='list-table-check-td'>
<th class='list-table-check-td think-checkbox'>
<input data-auto-none="none" data-check-target='.list-check-box' type='checkbox'/>
</th>
<th class='list-table-sort-td'>
@ -67,7 +67,7 @@
<tbody>
{foreach $list as $key=>$vo}
<tr>
<td class='list-table-check-td text-top'>
<td class='list-table-check-td text-top think-checkbox'>
<input class="list-check-box" value='{$vo.id}' type='checkbox'/>
</td>
<td class='list-table-sort-td text-top'>

View File

@ -182,7 +182,7 @@
<table class="layui-table" lay-size="sm">
<thead>
<tr>
<th class='list-table-check-td'>
<th class='list-table-check-td think-checkbox'>
<input data-auto-none="none" data-check-target='.list-check-box' type='checkbox'/>
</th>
<th class="text-left">会员信息</th>
@ -206,7 +206,7 @@
<tbody>
{foreach $list as $key=>$vo}
<tr>
<td class='list-table-check-td text-top'>
<td class='list-table-check-td text-top think-checkbox'>
<input class="list-check-box" value='{$vo.id}' type='checkbox'/>
</td>
<td class="text-left text-top nowrap">

View File

@ -22,7 +22,7 @@
<table class="layui-table" lay-skin="line">
<thead>
<tr>
<th class='list-table-check-td'>
<th class='list-table-check-td think-checkbox'>
<input data-auto-none="none" data-check-target='.list-check-box' type='checkbox'/>
</th>
<th class='text-left'>用户昵称</th>
@ -36,7 +36,7 @@
<tbody>
{foreach $list as $key=>$vo}
<tr>
<td class='list-table-check-td'>
<td class='list-table-check-td think-checkbox'>
<input class="list-check-box" value='{$vo.id}' type='checkbox'/>
</td>
<td class='text-left nowrap'>

View File

@ -22,7 +22,7 @@
<table class="layui-table" lay-skin="line">
<thead>
<tr>
<th class='list-table-check-td'>
<th class='list-table-check-td think-checkbox'>
<input data-auto-none="" data-check-target='.list-check-box' type='checkbox'>
</th>
<th class='text-left'>用户昵称</th>
@ -36,7 +36,7 @@
<tbody>
{foreach $list as $key=>$vo}
<tr>
<td class='list-table-check-td'>
<td class='list-table-check-td think-checkbox'>
<input class="list-check-box" value='{$vo.id}' type='checkbox'>
</td>
<td class='text-left nowrap'>

View File

@ -21,7 +21,7 @@
<table class="layui-table" lay-skin="line">
<thead>
<tr>
<th class='list-table-check-td'>
<th class='list-table-check-td think-checkbox'>
<input data-auto-none="" data-check-target='.list-check-box' type='checkbox'/>
</th>
<th class='list-table-sort-td'>
@ -38,7 +38,7 @@
<tbody>
{foreach $list as $key=>$vo}
<tr>
<td class='list-table-check-td'>
<td class='list-table-check-td think-checkbox'>
<input class="list-check-box" value='{$vo.id}' type='checkbox'/>
</td>
<td class='list-table-sort-td'>

View File

@ -39,7 +39,7 @@
<table class="layui-table" lay-skin="line">
<thead>
<tr>
<th class='list-table-check-td'>
<th class='list-table-check-td think-checkbox'>
<input data-auto-none="" data-check-target='.list-check-box' type='checkbox'/>
</th>
<th class='text-center'>ID</th>
@ -52,7 +52,7 @@
<tbody>
{foreach $list as $key=>$vo}
<tr>
<td class='list-table-check-td'>
<td class='list-table-check-td think-checkbox'>
<input class="list-check-box" value='{$vo.id}' type='checkbox'>
</td>
<td class='text-center'>{$vo.id|default='0'}</td>

View File

@ -47,9 +47,9 @@ a{color:#06C;cursor:pointer}a:hover{color:#039}input::-ms-clear{display:none}but
.modal-form-box{padding:30px 60px 15px 0}
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.pace .pace-progress{background:#22df80;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px}
.uploadimage{display:inline-block;width:80px;height:80px;background: url('../img/image.png') no-repeat center center;background-size:cover;cursor:pointer}
.uploadimage{display:inline-block;width:80px;height:80px;background:url('../img/image.png') no-repeat center center;background-size:cover;cursor:pointer}
.uploadimagemtl{margin-right:8px;}
.uploadimagemtl a{color:#fff;width:20px;height:20px;float:right;display:none;line-height:22px;text-align:center;background:rgba(0, 0, 0, 0.5)}
.uploadimagemtl a{color:#fff;width:20px;height:20px;float:right;display:none;line-height:22px;text-align:center;background:rgba(0,0,0,0.5)}
.uploadimagemtl:hover a{display:inline-block;cursor:pointer}
.uploadimagemtl:hover a:hover{color:#fff;text-decoration:none}
.hr-line-dashed{border-top:1px dashed #e7eaec;color:#fff;background-color:#fff;height:1px;margin:20px 0}
@ -68,7 +68,7 @@ a{color:#06C;cursor:pointer}a:hover{color:#039}input::-ms-clear{display:none}but
legend{width:auto!important;border-bottom:none!important}
.layui-form-label{padding:9px 15px 9px 0;width:95px}
.layui-input,.layui-select{line-height:38px}
.layui-table.notevent tbody tr:hover {background-color: inherit;}
.layui-table.notevent tbody tr:hover{background-color:inherit;}
.layui-table th,.layui-table td{font-size:12px}
.layui-table td .text-explode:first-child{opacity:0;display:none}
.layui-table td .text-explode{color:#ccc!important;font-weight:normal!important;margin:0px 4px!important}
@ -81,15 +81,17 @@ legend{width:auto!important;border-bottom:none!important}
/** checkbox 优化 */
label{font-size:100%;font-weight:500;margin-bottom:0}
label.think-radio,label.think-checkbox{cursor:pointer;margin-top:8px;line-height:18px;margin-right:10px}
input[type=checkbox],input[type=radio]{appearance:none;-webkit-appearance:none;display:inline-block!important;margin:0;width:18px;height:18px;cursor:pointer;background:#fff;border-radius:1px;position:relative;vertical-align:bottom;-moz-border-radius:1px;border:1px solid #dcdcdc;-webkit-border-radius:1px;box-sizing:border-box!important;-moz-box-sizing:border-box!important;-webkit-box-sizing:border-box!important}
input[type=checkbox]:active,input[type=radio]:active{background:#ebebeb;border-color:#c6c6c6}
input[type=checkbox]:hover{border-color:#c6c6c6;box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1)}
input[type=radio]{width:18px;height:18px;border-radius:1em;-moz-border-radius:1em;-webkit-border-radius:1em}
input[type=checkbox]:checked,input[type=radio]:checked{background:#fff}
input[type=radio]:checked::after{top:4px;left:4px;width:8px;height:8px;content:'';display:block;background:#666;position:relative;border-radius:1em;-moz-border-radius:1em;-webkit-border-radius:1em}
input[type=checkbox]:checked::after{top:-2px;left:-4px;display:block;position:absolute;content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAtklEQVQ4y2P4//8/A7Ux1Q0cxoaCADIbCUgCMTvVXAoE5kA8CYidyXYpGrAH4iVAHIXiCwoMDQTimUBcBsRMlBrKCsTpUANzkC0j11BuIK6EGlgKsoAkQ4FgChD7AzELVI8YEDdDDawDYk6YQaQY6gg1oAqILYC4D8oHGcyLbBAphoJAKtQgGO4EYiHk2CLHUJAXm6AG9gCxNHoSIMdQEJCFGqiALaGSayjMxQwUGzq0S6nhZygA2ojsbh6J67kAAAAASUVORK5CYII=')}
input[type=checkbox]:focus,input[type=radio]:focus{outline:none}
.think-radio,.think-checkbox{cursor:pointer;margin-top:8px;line-height:18px;margin-right:10px}
.think-checkbox input[type=checkbox],
.think-radio input[type=radio]{appearance:none;-webkit-appearance:none;display:inline-block!important;margin:0;width:18px;height:18px;cursor:pointer;background:#fff;border-radius:1px;position:relative;vertical-align:bottom;-moz-border-radius:1px;border:1px solid #dcdcdc;-webkit-border-radius:1px;box-sizing:border-box !important;-moz-box-sizing:border-box!important;-webkit-box-sizing:border-box!important}
.think-checkbox input[type=checkbox]:active,
.think-radio input[type=radio]:active{background:#ebebeb;border-color:#c6c6c6}
.think-checkbox input[type=checkbox]:hover{border-color:#c6c6c6;box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1)}
.think-radio input[type=radio]{width:18px;height:18px;border-radius:1em;-moz-border-radius:1em;-webkit-border-radius:1em}
.think-checkbox input[type=checkbox]:checked,.think-radio input[type=radio]:checked{background:#fff}
.think-radio input[type=radio]:checked::after{top:4px;left:4px;width:8px;height:8px;content:'';display:block;background:#666;position:relative;border-radius:1em;-moz-border-radius:1em;-webkit-border-radius:1em}
.think-checkbox input[type=checkbox]:checked::after{top:-2px;left:-4px;display:block;position:absolute;content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAtklEQVQ4y2P4//8/A7Ux1Q0cxoaCADIbCUgCMTvVXAoE5kA8CYidyXYpGrAH4iVAHIXiCwoMDQTimUBcBsRMlBrKCsTpUANzkC0j11BuIK6EGlgKsoAkQ4FgChD7AzELVI8YEDdDDawDYk6YQaQY6gg1oAqILYC4D8oHGcyLbBAphoJAKtQgGO4EYiHk2CLHUJAXm6AG9gCxNHoSIMdQEJCFGqiALaGSayjMxQwUGzq0S6nhZygA2ojsbh6J67kAAAAASUVORK5CYII=')}
.think-checkbox input[type=checkbox]:focus,.think-radio input[type=radio]:focus{outline:none}
/** 手机盒子及微信菜单 */
.mobile-preview{position:relative;width:317px;height:580px;background:url('../img/wechat/mobile_head.png') no-repeat 0 0}