|
|
@@ -52,9 +52,10 @@
|
|
52
|
52
|
background-color: #fb9703;
|
|
53
|
53
|
}
|
|
54
|
54
|
|
|
55
|
|
- .title {
|
|
|
55
|
+ .title p{
|
|
56
|
56
|
text-align: center;
|
|
57
|
|
- width: 260px;
|
|
|
57
|
+ color: #000000;
|
|
|
58
|
+ width: 100%;
|
|
58
|
59
|
font-size: 24px;
|
|
59
|
60
|
margin: 0 auto;
|
|
60
|
61
|
line-height: 35px;
|
|
|
@@ -128,7 +129,7 @@
|
|
128
|
129
|
<body>
|
|
129
|
130
|
<div class="mui-content">
|
|
130
|
131
|
<img src="../img/logo.png" alt="" class="logo">
|
|
131
|
|
- <div class="title">安阳12345政务服务热线为您服务</div>
|
|
|
132
|
+ <div class="title"><p>安阳12345政务服务热线</p><p>为您服务</p></div>
|
|
132
|
133
|
<button type="button" class="btn topBtn">咨询、建议、投诉</button>
|
|
133
|
134
|
<button type="button" class="btn bottomBtn">问题结果查询</button>
|
|
134
|
135
|
</div>
|