From fead0090d5f3bf155e9693ac753b429405b9c905 Mon Sep 17 00:00:00 2001 From: yinxr <2273460044@qq.com> Date: Tue, 12 Feb 2019 09:12:06 +0800 Subject: [PATCH] =?UTF-8?q?Signed-off-by:=20yinxr=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=88=86=E7=BB=84=E4=BA=A4=E4=BA=92=E5=8F=8A=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manager/mweixin/menu/new-pic-form.ftl | 115 ++++++++++++------ .../static/mweixin/css/new-pic-form.css | 10 +- .../webapp/static/mweixin/new-pic-form.less | 2 +- 3 files changed, 83 insertions(+), 44 deletions(-) diff --git a/src/main/webapp/WEB-INF/manager/mweixin/menu/new-pic-form.ftl b/src/main/webapp/WEB-INF/manager/mweixin/menu/new-pic-form.ftl index e31b0198..b7b26c39 100644 --- a/src/main/webapp/WEB-INF/manager/mweixin/menu/new-pic-form.ftl +++ b/src/main/webapp/WEB-INF/manager/mweixin/menu/new-pic-form.ftl @@ -4,11 +4,7 @@ - 本地上传 @@ -16,12 +12,22 @@ 注意:1.图片上传仅支持bmp、png、jpeg、jpg、gif格式 2.同步至微信公众平台的图片最大2M,存在铭飞本地,最大支持5M的图片 - - + - 添加分组 + + + + + + + + 添加分组 + @@ -35,40 +41,73 @@ \ No newline at end of file diff --git a/src/main/webapp/static/mweixin/css/new-pic-form.css b/src/main/webapp/static/mweixin/css/new-pic-form.css index 0697f99b..67fc3727 100644 --- a/src/main/webapp/static/mweixin/css/new-pic-form.css +++ b/src/main/webapp/static/mweixin/css/new-pic-form.css @@ -50,7 +50,7 @@ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { font-weight: initial; font-size: 12px; - color: #aaa; + color: #999; resize: none; } *::-webkit-scrollbar { @@ -68,7 +68,7 @@ textarea::-webkit-input-placeholder { *::-webkit-scrollbar-thumb { border-radius: 10px; /*滚动条的圆角*/ - background-color: #ddd; + background-color: #e6e6e6; /*滚动条的背景颜色*/ } .ms-container { @@ -104,7 +104,7 @@ textarea::-webkit-input-placeholder { height: 55px; box-sizing: border-box; padding: 10px 10px 25px 10px; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #e6e6e6; } .ms-weixin-dialog .el-dialog__header .el-dialog__title { font-weight: bold; @@ -112,7 +112,7 @@ textarea::-webkit-input-placeholder { color: #333; } .ms-weixin-dialog .el-dialog__footer { - border-top: 1px solid #ddd; + border-top: 1px solid #e6e6e6; padding: 15px !important; } .ms-hover { @@ -131,7 +131,7 @@ textarea::-webkit-input-placeholder { line-height: 1; font-weight: initial; font-size: 12px; - color: #aaa; + color: #999; } .new-pic-form dt { display: inline-block; diff --git a/src/main/webapp/static/mweixin/new-pic-form.less b/src/main/webapp/static/mweixin/new-pic-form.less index 9e7db68a..16a0c6ed 100644 --- a/src/main/webapp/static/mweixin/new-pic-form.less +++ b/src/main/webapp/static/mweixin/new-pic-form.less @@ -11,5 +11,5 @@ dt{ display: inline-block; margin-bottom: 8px; - } + } } \ No newline at end of file