Browse Source

分页样式

limeng 4 months ago
parent
commit
02260d06f4
1 changed files with 18 additions and 0 deletions
  1. 18 0
      src/main/resources/templates/www/tuiyijunren/include/page.html

+ 18 - 0
src/main/resources/templates/www/tuiyijunren/include/page.html

@@ -17,3 +17,21 @@
     </#cms_pagination>
     </ul>
 </div>
+
+<style>
+    .page li{
+        display: inline-block;
+        font-size: 14px;
+        padding: 0px 4px;
+        border-radius: 3px;
+    }
+    .page li:hover{
+        color: #0f4c0f;
+    }
+    .current{
+        color: #0f4c0f;
+        background: rgba(0,136,53,0.29);
+    }
+</style>
+
+