Commit 546271fa by mushishixian

fix

parent 7cab9f5e
...@@ -57,13 +57,13 @@ return [ ...@@ -57,13 +57,13 @@ return [
//SKU 模式 //SKU 模式
'SkuMode' => [ 'SkuMode' => [
1 => '原厂直供', 1 => '国内现货',
2 => '国现货', 2 => '国现货',
3 => '国际现货', 3 => '猎芯期货',
4 => '猎芯期货', 4 => '海外代购',
5 => '海外代购', 5 => '线下现货',
6 => '线下现货', 6 => '猎芯自营',
7 => '猎芯自营', 7 => '原厂直供',
], ],
'SupplierAccountType' => [ 'SupplierAccountType' => [
......
...@@ -20,10 +20,6 @@ ...@@ -20,10 +20,6 @@
font-size: 12px !important; font-size: 12px !important;
} }
input:focus, textarea:focus {
outline: 1px solid #AFECAB;
}
.layui-input { .layui-input {
height: 30px; height: 30px;
} }
...@@ -32,6 +28,13 @@ ...@@ -32,6 +28,13 @@
margin-top: 5px; margin-top: 5px;
} }
input:focus, textarea:focus {
outline: 1px solid #AFECAB;
}
.require { .require {
color: red; color: red;
font-size: 16px; font-size: 16px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment