Browse Source

早鳥方案-手機版面調整

Mike 3 years ago
parent
commit
27d2bc92df
4 changed files with 12 additions and 2 deletions
  1. 2 2
      html/pricing.html
  2. 6 0
      html/static/scss/style.css
  3. 0 0
      html/static/scss/style.css.map
  4. 4 0
      html/static/scss/style.scss

+ 2 - 2
html/pricing.html

@@ -70,12 +70,12 @@
     <!-- content -->
     <!-- 手機版 -->
     <div class="d-block d-md-none">
-        <div class="container text-center p-5">
+        <div class="container text-center">
             <div class="row">
                 <div class="col-md-4 col-sm-6">
                     <div class="pricingTable">
                         <div class="pricingTable-header">
-                            <h3 class="title">早鳥方案</h3>
+                            <h3 class="title" set-lan="html:launch_special">早鳥方案</h3>
                         </div>
                         <ul class="pricing-content">
                             <li set-lan="html:pricing_lan">語言選擇: 中文 | 英文</li>

+ 6 - 0
html/static/scss/style.css

@@ -1171,6 +1171,12 @@ body {
   margin: 0;
 }
 
+@media screen and (max-width: 767px) {
+  .pricingTable .title {
+    font-size: 30px;
+  }
+}
+
 .pricingTable .pricing-content {
   text-align: left;
   padding: 0;

File diff suppressed because it is too large
+ 0 - 0
html/static/scss/style.css.map


+ 4 - 0
html/static/scss/style.scss

@@ -1074,6 +1074,10 @@ body {
 	text-transform: uppercase;
 	letter-spacing: 1px;
 	margin: 0;
+
+	@media screen and(max-width:767px) {
+		font-size: 30px;
+	}
 }
 .pricingTable .pricing-content {
 	text-align: left;

Some files were not shown because too many files changed in this diff