|
@@ -42,7 +42,7 @@
|
|
|
|
|
|
|
|
|
.content .search input {
|
|
|
- width: 59% !important;
|
|
|
+ width: 49% !important;
|
|
|
font-size: 0.75rem !important;
|
|
|
}
|
|
|
|
|
@@ -51,10 +51,10 @@
|
|
|
}
|
|
|
|
|
|
.content .search button {
|
|
|
- width: 15% !important;
|
|
|
+ width: 19% !important;
|
|
|
margin-left: 0.625rem !important;
|
|
|
font-size: 0.75rem !important;
|
|
|
- height: 3rem !important;
|
|
|
+ height: 2.5rem !important;
|
|
|
}
|
|
|
|
|
|
.content .search button span {
|
|
@@ -158,8 +158,8 @@
|
|
|
<body>
|
|
|
<div class="content">
|
|
|
<div class="search">
|
|
|
- <span style="font-size: 1.25rem;font-weight: bold;color: #333333;width: 8.3125rem;">学校名称:</span>
|
|
|
- <input id="schoolName" style="height: 3.125rem;size: 3.125rem" type="text" placeholder="请输入学校名称">
|
|
|
+ <span style="margin-left: 1rem; font-size: 1.25rem;font-weight: bold;color: #333333;width: 8.3125rem;">学校名称:</span>
|
|
|
+ <input id="schoolName" style="height: 2.5rem;size: 3.125rem" type="text" placeholder="请输入学校名称">
|
|
|
<button class="hand" id="searchBtn"><img src="images/search.png" alt=""><span
|
|
|
style="margin-left: 0.875rem;">搜索</span></button>
|
|
|
</div>
|