|
@@ -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>
|