zhangdehua 9 месяцев назад
Родитель
Сommit
b1df273bdc

+ 2 - 2
app/index/view/index/aboutUs.html

@@ -6,7 +6,7 @@
 {block name="mainArea"}
 
 <header>
-    <h1>About Us</h1>
+    <h1 class="policySubTitle">About Us</h1>
 </header>
 <div class="container">
     <h2>Who We Are</h2>
@@ -54,4 +54,4 @@
         }
     })
 </script>
-{/block}
+{/block}

+ 2 - 2
app/index/view/index/privacyPolicy.html

@@ -5,7 +5,7 @@
 {/block}
 {block name="mainArea"}
 <header>
-    <h1>Privacy Policy</h1>
+    <h1 class="policySubTitle">Privacy Policy</h1>
 </header>
 <div class="container">
     <h2>What information do we collect?</h2>
@@ -132,4 +132,4 @@
         }
     })
 </script>
-{/block}
+{/block}

+ 2 - 2
app/index/view/index/returnWarranty.html

@@ -5,7 +5,7 @@
 {/block}
 {block name="mainArea"}
 <header>
-    <h1>Return and Warranty</h1>
+    <h1 class="policySubTitle">Return and Warranty</h1>
 </header>
 <div class="container">
     <h2>7 Day Unconditional Refund Guarantee for Unopened & Unused Items</h2>
@@ -154,4 +154,4 @@
         }
     })
 </script>
-{/block}
+{/block}

+ 2 - 2
app/index/view/index/salesTerms.html

@@ -5,7 +5,7 @@
 {/block}
 {block name="mainArea"}
 <header>
-    <h1>Sales Terms</h1>
+    <h1 class="policySubTitle">Sales Terms</h1>
 </header>
 <div class="container">
     <h2>About Terms</h2>
@@ -133,4 +133,4 @@
         }
     })
 </script>
-{/block}
+{/block}

+ 3 - 3
app/index/view/index/vapePoints.html

@@ -5,9 +5,9 @@
 {/block}
 {block name="mainArea"}
 
-<header>
-    <h1>Vape Points</h1>
-</header>
+<div class="titleP">
+    <h1 class="policySubTitle">Vape Points</h1>
+</div>
 <div class="container">
     <h2>What are Vape points?</h2>
     <p>1. Points can be used as cash on orders. 100 points=$1.00. Customers can earn points through various activities

+ 4 - 3
public/assets/index/css/aboutUs.css

@@ -21,8 +21,9 @@ h2 {
     color: #333;
 }
 
-h1 {
-    padding-top: 0.4rem;
+.policySubTitle {
+    padding-top: 0.2rem;
+    text-align: center;
 }
 
 p {
@@ -33,4 +34,4 @@ p {
 .aLink {
     text-decoration: underline;
     color: #00a0e9;
-}
+}

+ 1 - 1
public/assets/index/css/common.css

@@ -1178,4 +1178,4 @@ a:active, a:focus {
     .fLinkItem {
         font-size: .22rem;
     }
-}
+}