sunjuan 2 년 전
부모
커밋
9599928500
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      nngkxxdp/src/main/resources/static/school/schoolMobile.html

+ 2 - 2
nngkxxdp/src/main/resources/static/school/schoolMobile.html

@@ -112,7 +112,7 @@
                 margin-top: 0.625rem !important;
             }
 
-            .page .btn {
+            .page .bottomBtn {
                 width: 64% !important;
                 margin-top: 0.625rem !important;
                 justify-content: space-between !important;
@@ -227,7 +227,7 @@
         <div style="width: 100%;display: flex;height: 3.75rem;" class="page">
             <div id="pageMessage" style="width: 50%;display: flex;align-items: center;justify-content: flex-start">
             </div>
-            <div style="width: 50%;display: flex;align-items: center;justify-content: flex-end" class="btn">
+            <div style="width: 50%;display: flex;align-items: center;justify-content: flex-end" class="bottomBtn">
                 <button class="hand btn" id="page1" style="font-size: 1.25rem">上一页</button>
                 <button class="hand btn" id="page2" style="font-size: 1.25rem;margin-left: 0.3125rem">下一页</button>
             </div>