From 82d483406921aa92b6ce3a1af5d17d80ccb78256 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 04 七月 2025 09:39:57 +0800
Subject: [PATCH] 提交
---
web/assets/zxf_page.css | 70 +++++++++++++++++++++++++++++++++++
1 files changed, 70 insertions(+), 0 deletions(-)
diff --git a/web/assets/zxf_page.css b/web/assets/zxf_page.css
new file mode 100644
index 0000000..3211199
--- /dev/null
+++ b/web/assets/zxf_page.css
@@ -0,0 +1,70 @@
+div.zxf_pagediv{
+ width: 921px;
+ text-align: center;
+ color: #999999;
+ padding: 20px 20px 40px 0;
+}
+div.zxf_pagediv a{
+ text-decoration: none;
+
+}
+div.zxf_pagediv span,div.zxf_pagediv a{
+ display: inline-block;
+ box-sizing: border-box;
+}
+.current{
+ color: #ffffff;
+ background: #FF7900;
+ width: 40px;
+ height: 40px;
+ line-height: 40px;
+ border-radius: 3px;
+}
+.zxfPagenum{
+ color: #666;
+ background: #fff;
+ width: 40px;
+ height: 40px;
+ line-height: 40px;
+ margin: 0 5px;
+ border-radius: 3px;
+}
+.nextpage{
+
+ margin: 0 5px;
+}
+.nextbtn,.prebtn,span.disabled{
+ color: #666;
+ background: #fff;
+ width: 88px;
+ height: 42px;
+ line-height: 42px;
+ border-radius: 3px;
+}
+.zxfinput{
+ width: 50px;
+ height: 42px;
+ text-align: center;
+ box-sizing: border-box;
+ border: 1px solid #E6E6E6;
+ margin: 0 12px;
+ border-radius: 3px;
+ color: #666;
+}
+.zxfokbtn{
+ width: 48px;
+ height: 45px;
+ line-height: 45px;
+ border: 1px solid #E6E6E6;
+ margin-left: 10px;
+ cursor:pointer;
+ border-radius: 3px;
+ background: #fff;
+}
+input::-webkit-outer-spin-button,
+input::-webkit-inner-spin-button {
+ -webkit-appearance: none;
+}
+input[type="number"]{
+ -moz-appearance: textfield;
+}
--
Gitblit v1.9.3