mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改样式
This commit is contained in:
parent
64fe65aad5
commit
c462dac613
@ -4,7 +4,7 @@
|
||||
|
||||
<div class="layui-form-item">
|
||||
<label class="relative block">
|
||||
<span class="color-green font-w700">开放平台服务 AppID</span>
|
||||
<span class="color-green font-w7">开放平台服务 AppID</span>
|
||||
<input name="component_appid" required pattern="^.{18}$" maxlength="18" placeholder="请输入18位开放平台服务AppID" value="{:sysconf('component_appid')}" class="layui-input">
|
||||
</label>
|
||||
<p class="help-block">开放平台服务 AppID,需要在微信开放平台获取</p>
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
<div class="layui-form-item">
|
||||
<label class="relative block">
|
||||
<span class="color-green font-w700">开放平台服务 AppSecret</span>
|
||||
<span class="color-green font-w7">开放平台服务 AppSecret</span>
|
||||
<input name="component_appsecret" required pattern="^.{32}$" maxlength="32" placeholder="请输入32位开放平台服务AppSecret" value="{:sysconf('component_appsecret')}" class="layui-input">
|
||||
</label>
|
||||
<p class="help-block">开放平台服务 AppSecret,需要在微信开放平台获取</p>
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
<div class="layui-form-item">
|
||||
<label class="relative block">
|
||||
<span class="color-green font-w700">开放平台消息校验 Token</span>
|
||||
<span class="color-green font-w7">开放平台消息校验 Token</span>
|
||||
<input name="component_token" required placeholder="请输入微信消息校验Token" value="{:sysconf('component_token')}" class="layui-input">
|
||||
</label>
|
||||
<p class="help-block">开发者在代替微信接收到消息时,用此 Token 来校验消息</p>
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
<div class="layui-form-item">
|
||||
<label class="relative block">
|
||||
<span class="color-green font-w700">开放平台消息加解密 AesKey</span>
|
||||
<span class="color-green font-w7">开放平台消息加解密 AesKey</span>
|
||||
<input name="component_encodingaeskey" required pattern="^.{43}$" maxlength="43" placeholder="请输入43位微信消息加解密Key" value="{:sysconf('component_encodingaeskey')}" class="layui-input">
|
||||
</label>
|
||||
<p class="help-block">在代替微信收发消息时使用,必须是长度为43位字母和数字组合的字符串</p>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<div class="layui-row layui-col-space18">
|
||||
<div class="layui-col-md6">
|
||||
<div class="layui-form-item">
|
||||
<p class="color-green">开放平台服务 AppID</p>
|
||||
<p class="color-green font-w7">开放平台服务 AppID</p>
|
||||
<label class="relative block">
|
||||
<input disabled class="layui-input layui-bg-gray" value="{:sysconf('component_appid')}">
|
||||
<a data-copy="{:sysconf('component_appid')}" class="fa fa-copy right-btn"></a>
|
||||
@ -27,7 +27,7 @@
|
||||
<p class="help-block">开放平台服务 AppID,需要在微信开放平台获取</p>
|
||||
</div>
|
||||
<div class="layui-form-item">
|
||||
<p class="color-green">开放平台服务 AppSecret</p>
|
||||
<p class="color-green font-w7">开放平台服务 AppSecret</p>
|
||||
<label class="relative block">
|
||||
<input disabled class="layui-input layui-bg-gray" value="{:sysconf('component_appsecret')}">
|
||||
<a data-copy="{:sysconf('component_appsecret')}" class="fa fa-copy right-btn"></a>
|
||||
@ -35,7 +35,7 @@
|
||||
<p class="help-block">开放平台服务 AppSecret,需要在微信开放平台获取</p>
|
||||
</div>
|
||||
<div class="layui-form-item">
|
||||
<p class="color-green">开放平台消息校验 Token</p>
|
||||
<p class="color-green font-w7">开放平台消息校验 Token</p>
|
||||
<label class="relative block">
|
||||
<input disabled class="layui-input layui-bg-gray" value="{:sysconf('component_token')}">
|
||||
<a data-copy="{:sysconf('component_token')}" class="fa fa-copy right-btn"></a>
|
||||
@ -43,7 +43,7 @@
|
||||
<p class="help-block">开发者在代替微信接收到消息时,用此 Token 来校验消息</p>
|
||||
</div>
|
||||
<div class="layui-form-item">
|
||||
<p class="color-green">开放平台消息加解密 AesKey</p>
|
||||
<p class="color-green font-w7">开放平台消息加解密 AesKey</p>
|
||||
<label class="relative block">
|
||||
<input disabled class="layui-input layui-bg-gray" value="{:sysconf('component_encodingaeskey')}">
|
||||
<a data-copy="{:sysconf('component_encodingaeskey')}" class="fa fa-copy right-btn"></a>
|
||||
@ -54,7 +54,7 @@
|
||||
|
||||
<div class="layui-col-md6">
|
||||
<div class="layui-form-item">
|
||||
<p class="color-green">授权发起页域名</p>
|
||||
<p class="color-green font-w7">授权发起页域名</p>
|
||||
<label class="relative block">
|
||||
<input disabled class="layui-input layui-bg-gray" value="{:request()->host()}">
|
||||
<a data-copy="{:request()->host()}" class="fa fa-copy right-btn"></a>
|
||||
@ -62,7 +62,7 @@
|
||||
<p class="help-block">从本域名跳转到登录授权页才可以完成登录授权,无需填写域名协议前缀</p>
|
||||
</div>
|
||||
<div class="layui-form-item">
|
||||
<p class="color-green">授权事件接收 URL</p>
|
||||
<p class="color-green font-w7">授权事件接收 URL</p>
|
||||
<label class="relative block">
|
||||
<input disabled class="layui-input layui-bg-gray" value="{:url('@service/api.push/ticket','',false,true)}">
|
||||
<a data-copy="{:url('@service/api.push/ticket','',false,true)}" class="fa fa-copy right-btn"></a>
|
||||
@ -70,7 +70,7 @@
|
||||
<p class="help-block">用于接收取消授权通知、授权成功通知、授权更新通知、接收 TICKET 凭据</p>
|
||||
</div>
|
||||
<div class="layui-form-item">
|
||||
<p class="color-green">微信消息与事件接收 URL</p>
|
||||
<p class="color-green font-w7">微信消息与事件接收 URL</p>
|
||||
<label class="relative block">
|
||||
<input disabled class="layui-input layui-bg-gray" value="{:url('@service/api.push/notify/\$APPID\$','',false,true)}">
|
||||
<a data-copy="{:url('@service/api.push/notify/\$APPID\$','',false,true)}" class="fa fa-copy right-btn"></a>
|
||||
@ -78,12 +78,12 @@
|
||||
<p class="help-block">通过该 URL 接收微信消息和事件推送,$APPID$ 将被替换为微信 AppId</p>
|
||||
</div>
|
||||
<div class="layui-form-item">
|
||||
<p class="color-green">客户端系统 Yar 模块接口</p>
|
||||
<p class="color-green font-w7">客户端系统 Yar 模块接口</p>
|
||||
<label class="relative block"><input disabled class="layui-input layui-bg-gray" value="{:url('@service/api.client/yar/PARAM','',false,true)}"></label>
|
||||
<p class="help-block">客户端 Yar 接口,PARAM 规则 AppName-AppId-AppKey-AppType</p>
|
||||
</div>
|
||||
<div class="layui-form-item">
|
||||
<p class="color-green">客户端系统 Soap 模块接口</p>
|
||||
<p class="color-green font-w7">客户端系统 Soap 模块接口</p>
|
||||
<label class="relative block"><input disabled class="layui-input layui-bg-gray" value="{:url('@service/api.client/soap/PARAM','',false,true)}"></label>
|
||||
<p class="help-block">客户端 Soap 接口,PARAM 规则 AppName-AppId-AppKey-AppType</p>
|
||||
</div>
|
||||
|
@ -846,12 +846,33 @@ label.think-radio {
|
||||
.font-s40 {
|
||||
font-size: 40px !important;
|
||||
}
|
||||
.font-w400 {
|
||||
.font-w1 {
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
.font-w2 {
|
||||
font-weight: 200 !important;
|
||||
}
|
||||
.font-w3 {
|
||||
font-weight: 300 !important;
|
||||
}
|
||||
.font-w4 {
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
.font-w700 {
|
||||
.font-w5 {
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
.font-w6 {
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
.font-w7 {
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
.font-w8 {
|
||||
font-weight: 800 !important;
|
||||
}
|
||||
.font-w9 {
|
||||
font-weight: 900 !important;
|
||||
}
|
||||
.padding-0 {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -228,13 +228,41 @@
|
||||
font-size: 40px !important
|
||||
}
|
||||
|
||||
&w400 {
|
||||
&w1 {
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
|
||||
&w2 {
|
||||
font-weight: 200 !important;
|
||||
}
|
||||
|
||||
&w3 {
|
||||
font-weight: 300 !important;
|
||||
}
|
||||
|
||||
&w4 {
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
&w700 {
|
||||
&w5 {
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
&w6 {
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
|
||||
&w7 {
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
&w8 {
|
||||
font-weight: 800 !important;
|
||||
}
|
||||
|
||||
&w9 {
|
||||
font-weight: 900 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.padding {
|
||||
|
Loading…
x
Reference in New Issue
Block a user