mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
增加多图传图片盒子 help-images
This commit is contained in:
parent
50252dc271
commit
b7563c2c34
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
<div class="layui-form-item margin-bottom-5">
|
<div class="layui-form-item margin-bottom-5">
|
||||||
<div class="help-label"><b>登录背景图片</b>Background Image</div>
|
<div class="help-label"><b>登录背景图片</b>Background Image</div>
|
||||||
<div class="layui-textarea think-bg-gray" style="min-height:unset;padding:10px 10px 3px 10px">
|
<div class="layui-textarea help-images">
|
||||||
<input type="hidden" value="{:sysconf('login_image')}" name="login_image">
|
<input type="hidden" value="{:sysconf('login_image')}" name="login_image">
|
||||||
<script>$('[name=login_image]').uploadMultipleImage();</script>
|
<script>$('[name=login_image]').uploadMultipleImage();</script>
|
||||||
</div>
|
</div>
|
||||||
|
@ -143,15 +143,38 @@ fieldset {
|
|||||||
.layui-select {
|
.layui-select {
|
||||||
line-height: 38px;
|
line-height: 38px;
|
||||||
border-color: @InputBorderNormalColor;
|
border-color: @InputBorderNormalColor;
|
||||||
appearance: revert;
|
|
||||||
-moz-appearance: revert;
|
|
||||||
-webkit-appearance: revert;
|
|
||||||
|
|
||||||
&:hover, &:active, &:focus {
|
&:hover, &:active, &:focus {
|
||||||
border-color: @InputBorderActiveColor;
|
border-color: @InputBorderActiveColor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layui-select {
|
||||||
|
appearance: revert;
|
||||||
|
-moz-appearance: revert;
|
||||||
|
-webkit-appearance: revert;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.layui-textarea.help-images {
|
||||||
|
min-height: unset;
|
||||||
|
color: #333;
|
||||||
|
padding: 12px 0 1px 12px;
|
||||||
|
background: linear-gradient(-113deg, #EEEEEE, #EEEEEE) !important;
|
||||||
|
|
||||||
|
&:after {
|
||||||
|
clear: both;
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
> * {
|
||||||
|
float: left;
|
||||||
|
width: 78px;
|
||||||
|
height: 78px;
|
||||||
|
margin: 0 10px 10px 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.layui-disabled,
|
.layui-disabled,
|
||||||
.layui-disabled:hover {
|
.layui-disabled:hover {
|
||||||
color: #333 !important;
|
color: #333 !important;
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user