|
@@ -10,9 +10,9 @@
|
|
|
<link rel="stylesheet" href="css/school.css">
|
|
|
<style>
|
|
|
.btn {
|
|
|
- width: 7.5rem;
|
|
|
- height: 3.125rem;
|
|
|
- line-height: 3.125rem;
|
|
|
+ width: 6.5rem;
|
|
|
+ height: 3rem;
|
|
|
+ line-height: 3rem;
|
|
|
background: #004A93;
|
|
|
color: #fff;
|
|
|
border-radius: 0.625rem;
|
|
@@ -28,11 +28,12 @@
|
|
|
|
|
|
.content .search {
|
|
|
width: 100% !important;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
.content .search span {
|
|
|
font-size: 0.95rem !important;
|
|
|
- width: 16% !important;
|
|
|
+ width: 18% !important;
|
|
|
}
|
|
|
|
|
|
.content .search input {
|
|
@@ -70,8 +71,10 @@
|
|
|
|
|
|
.item .title {
|
|
|
margin-bottom: 0.625rem;
|
|
|
+ font-size: 1rem !important;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
.item .list {
|
|
|
width: 100% !important;
|
|
|
}
|
|
@@ -101,6 +104,9 @@
|
|
|
width: 1.875rem !important;
|
|
|
display: inline-block !important;
|
|
|
}
|
|
|
+ .schoolList .message .title{
|
|
|
+ font-size: 1.25rem !important;
|
|
|
+ }
|
|
|
|
|
|
.page {
|
|
|
flex-direction: column !important;
|
|
@@ -110,6 +116,7 @@
|
|
|
#pageMessage {
|
|
|
width: 64% !important;
|
|
|
margin-top: 0.625rem !important;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.page .bottomBtn {
|
|
@@ -225,11 +232,11 @@
|
|
|
</div>
|
|
|
<div id="school-lists"></div>
|
|
|
<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 id="pageMessage" style="width: 50%;display: flex;align-items: center;justify-content: flex-start;font-size: 1.125rem;">
|
|
|
</div>
|
|
|
<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>
|
|
|
+ <button class="hand btn" id="page1" style="font-size: 1rem">上一页</button>
|
|
|
+ <button class="hand btn" id="page2" style="font-size: 1rem;margin-left: 0.3125rem">下一页</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
|