From b98f23556b4646472df326b1b355776c6f8d2550 Mon Sep 17 00:00:00 2001 From: 15239580502 <15239580502@qq.com> Date: Sat, 29 Apr 2023 21:00:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=BF=E8=88=8D=E7=AE=A1=E7=90=86=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/css/pg_btn.css | 54 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 web/css/pg_btn.css diff --git a/web/css/pg_btn.css b/web/css/pg_btn.css new file mode 100644 index 0000000..a267f8f --- /dev/null +++ b/web/css/pg_btn.css @@ -0,0 +1,54 @@ +/*分页按钮样式*/ +.page-go-form{ + float: right; + margin-right: 40px; + width: 200px; +} + +.page-bar{ + width: 600px; + height: 30px; + float: right; +} +.page-num-ul{ + width: 250px; + height: 30px; + padding-left: 100px; + float: left; + font-size: 14px; +} +.pg_a{ + margin: 0 5px; +} +.pg_a:hover{ + color: #00a4ac; + margin: 0 5px; +} +#inputPage{ + width: 50px; +} +.page-btn{ + margin: 0 3px; + width: 50px; + cursor: pointer; + color: #ffffff; + background-color: #009688; +} +.page-btn:hover{ + opacity: 0.7; + cursor: pointer; + background-color: #009688; +} + +#f_auto{ + margin: 0 auto; + margin-top: 40px; + width: 400px; +} +#btn_on{ + width: 260px; + margin-left: 45px; +} +.f_sp{ + letter-spacing: 16px; +}