修改代码

This commit is contained in:
Anyon 2020-09-22 11:51:19 +08:00
parent 1b9921a916
commit a3d9ef30ed
7 changed files with 45 additions and 33 deletions

View File

@ -14,7 +14,7 @@
{notempty name='isSuper'}
<div class="layui-card padding-20">
<div class="layui-card-header border-bottom-line notselect">
<div class="layui-card-header notselect">
<b>运行模式</b><span class="color-desc font-s12 padding-left-5">Run Mode</span>
</div>
<div class="layui-card-body">
@ -36,7 +36,7 @@
{/notempty}
<div class="layui-card padding-20">
<div class="layui-card-header border-bottom-line notselect">
<div class="layui-card-header notselect">
<b>存储引擎</b><span class="color-desc font-s12 padding-left-5">Storage Engine</span>
</div>
<div class="layui-card-body">
@ -56,7 +56,7 @@
</div>
<div class="layui-card padding-20">
<div class="layui-card-header border-bottom-line notselect">
<div class="layui-card-header notselect">
<b>系统参数</b><span class="color-desc font-s12 padding-left-5">System Parameter</span>
</div>
<div class="layui-card-body">
@ -112,7 +112,7 @@
</div>
<div class="layui-card padding-20">
<div class="layui-card-header border-bottom-line notselect">
<div class="layui-card-header notselect">
<b>系统信息</b><span class="color-desc font-s12 padding-left-5">System Information</span>
</div>
<div class="layui-card-body">

View File

@ -2,7 +2,7 @@
{block name="content"}
<div class="think-box-shadow">
<form onsubmit="return false;" id="DataForm" class='layui-form layui-card noshadow' autocomplete="off" style="width:850px">
<form onsubmit="return false;" id="DataForm" class='layui-form layui-card' autocomplete="off" style="width:850px">
<div class="layui-card-header text-center margin-20 font-w7 color-text layui-bg-gray border-radius-5">
{$title|default='图片数据管理'}<span class="color-desc font-s12"> ( 建议上传图片尺寸为 690px 250px )</span>
</div>

View File

@ -2,7 +2,7 @@
{block name="content"}
<div class="think-box-shadow">
<form class="layui-form layui-card noshadow" action="{:request()->url()}" data-auto="true" method="post" autocomplete="off" style="width:850px">
<form class="layui-form layui-card" action="{:request()->url()}" data-auto="true" method="post" autocomplete="off" style="width:850px">
<div class="layui-card-header text-center margin-20 font-w7 color-text layui-bg-gray border-radius-5">
{$title|default='小程序接口配置'}<span class="color-desc font-s12"> ( 微信公众号平台 微信商户平台获取 )</span>
</div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -954,42 +954,25 @@
padding-top: 5px;
padding-bottom: 5px;
> span {
span {
color: #666;
font-size: 9pt
}
> ul {
ul {
float: right;
height: 30px;
margin: 0;
padding: 0;
display: inline-block;
> li:last-child, > li:first-child {
> a, > span {
font-size: 16px;
line-height: 28px;
}
}
> li {
li {
z-index: 1;
height: 30px;
line-height: 30px;
display: inline-block;
&.active {
z-index: 2;
> span {
color: #fff;
border-color: #009688;
background: #009688 !important
}
}
> a, > span {
a, span {
color: #333;
width: 30px;
height: 30px;
@ -1005,15 +988,41 @@
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2) inset;
}
> span {
span {
cursor: default;
background: #DCDCDC;
}
> a:hover {
a:hover {
border-color: #009688;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .4) inset;
}
&.active {
z-index: 2;
span {
color: #fff;
border-color: #009688;
background: #009688 !important
}
}
&.disabled {
span {
font-size: 16px;
font-weight: 700;
line-height: 22px;
}
}
&:last-child, &:first-child {
a, span {
font-size: 16px;
font-weight: 700;
line-height: 28px;
}
}
}
}
}
@ -1054,7 +1063,6 @@
position: absolute;
background: #f5f5f5;
border-radius: 0 0 5px 5px;
// box-shadow: @minShadow;
iframe {
width: 100%;
@ -1067,9 +1075,9 @@
right: 0;
bottom: 0;
margin: 0;
border: 1px solid #ccc;
position: absolute;
padding-left: 43px;
border: 1px solid #ccc;
background: url(../img/wechat/mobile_foot.png) no-repeat 0 0;
list-style-type: none;
border-radius: 0 0 5px 5px;

View File

@ -181,6 +181,10 @@ fieldset {
background: #fff !important;
box-shadow: @maxShadow;
border-radius: @borderRadus;
> form.layui-card {
box-shadow: none;
}
}
/** checkbox & radio */