From 07050ff8e55b4674a7384088d3eeec847cd0d8dc Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期四, 03 十月 2024 14:13:57 +0800
Subject: [PATCH] 复选框颜色
---
WebTM/views/user/login_pda.html | 6 ++++++
WebTM/layuiadmin/Scripts/webConfig.js | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js
index 32f02dd..9fd3d0a 100644
--- a/WebTM/layuiadmin/Scripts/webConfig.js
+++ b/WebTM/layuiadmin/Scripts/webConfig.js
@@ -10,7 +10,7 @@
var WEBURL = "http://localhost:8082/API/"; //寮犵憺骞挎湰鍦伴厤缃�
var WEBURL = "http://localhost:81/API/"; //缈佹稕娑涙湰鍦伴厤缃�
//var WEBURL = "http://47.96.97.237/API/"; //鏅轰簯鏈嶅姟鍣�
- var WEBURL = "http://localhost:8082/LuBaoAPI/"; //浣欐�濇澃鏈湴閰嶇疆
+ /*var WEBURL = "http://localhost:8082/LuBaoAPI/";*/ //浣欐�濇澃鏈湴閰嶇疆
//var WEBURL = "http://localhost:8088/ARAPI/"; //浣欐�濇澃鏈湴閰嶇疆(瀹夌憺)
//var WEBURL = "http://localhost/API/"; //娼樻禉娓告湰鍦伴厤缃�
//var WEBURL = "http://61.164.86.218:8099/ABAPI/"; //濂ラ偊
diff --git a/WebTM/views/user/login_pda.html b/WebTM/views/user/login_pda.html
index 7b86f00..05e7763 100644
--- a/WebTM/views/user/login_pda.html
+++ b/WebTM/views/user/login_pda.html
@@ -15,6 +15,12 @@
.layadmin-user-login-body .layui-form-item .layui-input {
color: blue;
}
+ .layui-form-checked i, .layui-form-checked:hover i {
+ color: #009688 !important;
+ }
+ .layui-form-checked span, .layui-form-checked:hover span {
+ background-color: #009688 !important;
+ }
</style>
</head>
<body>
--
Gitblit v1.9.1