ソースを参照

文案标题修改

喻文俊 3 年 前
コミット
5ff70a96ad

+ 2 - 2
src/main/resources/static/css/product/alliance-page.css

@@ -8,9 +8,9 @@ a{text-decoration:none}
 #zplm{position:relative}
 @media screen and (min-width:768px){body{padding-top:80px;-webkit-box-sizing:border-box;box-sizing:border-box}
 .container{width:1184px;margin:0 auto}
-.zp-header{position:fixed;top:0;width:100%;z-index:99;background:-webkit-gradient(linear,right top,left top,from(#191919),to(#464646));background:-o-linear-gradient(right,#191919 0%,#464646 100%);background:linear-gradient(270deg,#191919 0%,#464646 100%)}
+.zp-header{position:fixed;top:0;width:100%;z-index:99;background:-webkit-gradient(linear,right top,left top,from(#191919),to(#464646));background:-o-linear-gradient(right,#464646 0%,#191919 100%);background:linear-gradient(270deg,#464646 0%,#191919 100%)}
 .zp-header .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px}
-.zp-header h1 .name{font-size:0}
+.zp-header h1 .name{font-size:30px; color: #fff; line-height: 80px;}
 .zp-main{min-height:84vh;overflow:hidden}
 .zp-main .zp-row{margin:16px auto;padding:24px;background:#fff;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
 .zp-main .zp-row:nth-child(1){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}

+ 4 - 4
src/main/resources/templates/product/alliance-page.html

@@ -5,7 +5,7 @@
 		<meta charset="UTF-8" />
 		<meta http-equiv="X-UA-Compatible" content="IE=edge" />
 		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
-		<title>正品联盟</title>
+		<title>设备认证</title>
 		<link href="/lib/css/animate-4.1.1.min.css" rel="stylesheet" />
 		<link th:href="@{/css/product/alliance-page.css(v=${version})}" rel="stylesheet" type="text/css">
 	</head>
@@ -18,8 +18,8 @@
 					<div class="container">
 						<a href="#">
 							<h1>
-								<img src="/img/alliance-page/zp-pc-logo.png" alt="正品联盟" />
-								<span class="name">正品联盟</span>
+								<!-- <img src="/img/alliance-page/zp-pc-logo.png" alt="正品联盟" /> -->
+								<span class="name">设备认证</span>
 							</h1>
 						</a>
 					</div>
@@ -101,7 +101,7 @@
 				</main>
 				<!-- 底部 -->
 				<footer class="zp-footer">
-					<p><a href="#" @click.prevent="handleShowStatement">采美声明</a>&nbsp;|&nbsp;由采美信息技术提供技术支持</p>
+					<p><a href="#" @click.prevent="handleShowStatement">采美声明</a>&nbsp;|&nbsp;由采美提供技术支持</p>
 				</footer>
 
 				<!-- 遮罩层 -->

+ 4 - 2
src/main/resources/templates/product/qualityauthorize.html

@@ -1,7 +1,8 @@
 <!DOCTYPE html>
 <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="https://www.thymeleaf.org ">
-<head><title>正品联盟</title>
+<head>
+    <title>设备认证</title>
     <template th:replace="components/head-link"></template>
     <link th:href="@{/css/product/qualityauthorize.css(v=${version})}" rel="stylesheet" type="text/css">
     <template th:replace="components/analysis"></template>
@@ -14,7 +15,8 @@
     <div class="container-header clear">
         <div class="header-top">
             <div class="inner">
-                <div class="logo"><img src="/img/quality/icon-logo.png" alt=""></div>
+                <!-- <div class="logo"><img src="/img/quality/icon-logo.png" alt=""></div> -->
+                <div class="logo">设备认证</div>
             </div>
         </div>
     </div>