liuzhihui 3 yıl önce
ebeveyn
işleme
1aa7c8e67c
1 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. 4 3
      WebChatNew/html/home.html

+ 4 - 3
WebChatNew/html/home.html

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