58a235c3 by joe

部分修改

1 parent 8c72edfe
...@@ -186,6 +186,7 @@ button { ...@@ -186,6 +186,7 @@ button {
186 } 186 }
187 187
188 select { 188 select {
189 outline: none;
189 -webkit-appearance: none; 190 -webkit-appearance: none;
190 -moz-appearance: none; 191 -moz-appearance: none;
191 } 192 }
...@@ -227,7 +228,7 @@ input[type="text"], ...@@ -227,7 +228,7 @@ input[type="text"],
227 input { 228 input {
228 -webkit-appearance: none; /*去除系统默认的样式*/ 229 -webkit-appearance: none; /*去除系统默认的样式*/
229 -webkit-box-sizing: content-box; 230 -webkit-box-sizing: content-box;
230 font-family: inherit; 231 // font-family: inherit;
231 font-size: 100%; 232 font-size: 100%;
232 box-sizing: border-box; 233 box-sizing: border-box;
233 } 234 }
......

1.41 KB | W: | H:

1.26 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.41 KB | W: | H:

867 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.4 KB | W: | H:

948 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.42 KB | W: | H:

935 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.45 KB | W: | H:

1.03 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.43 KB | W: | H:

1.11 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
...@@ -173,7 +173,7 @@ module.exports = { ...@@ -173,7 +173,7 @@ module.exports = {
173 name: "姓名", 173 name: "姓名",
174 namePlaceholder: "姓名", 174 namePlaceholder: "姓名",
175 contactType: "聯絡方式", 175 contactType: "聯絡方式",
176 contact: "聯絡电话", 176 contact: "聯絡電話",
177 contactPlaceholder: "香港號碼/內地號碼", 177 contactPlaceholder: "香港號碼/內地號碼",
178 reservationType: "預約類型", 178 reservationType: "預約類型",
179 reservationRemark: "預約說明", 179 reservationRemark: "預約說明",
...@@ -200,7 +200,7 @@ module.exports = { ...@@ -200,7 +200,7 @@ module.exports = {
200 iconProduct: "產品詳情" 200 iconProduct: "產品詳情"
201 }, 201 },
202 customProduct: { 202 customProduct: {
203 menu1: "聯我們", 203 menu1: "聯我們",
204 menu2: "繳付保費", 204 menu2: "繳付保費",
205 menu3: "保單查詢", 205 menu3: "保單查詢",
206 menu4: "保單變更", 206 menu4: "保單變更",
...@@ -211,7 +211,7 @@ module.exports = { ...@@ -211,7 +211,7 @@ module.exports = {
211 }, 211 },
212 customService: { 212 customService: {
213 name: "客戶服務", 213 name: "客戶服務",
214 menu1: "聯我們", 214 menu1: "聯我們",
215 menu2: "繳付保費", 215 menu2: "繳付保費",
216 menu3: "保單查詢", 216 menu3: "保單查詢",
217 menu4: "保單變更", 217 menu4: "保單變更",
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
45 } 45 }
46 46
47 .phone { 47 .phone {
48 font-family: Arial; 48 // font-family: Arial;
49 color: #ea5a26; 49 color: #ea5a26;
50 font-size: 1.666667rem; 50 font-size: 1.666667rem;
51 font-weight: bold; 51 font-weight: bold;
......
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
165 165
166 .verify-btn { 166 .verify-btn {
167 @extend .fcc; 167 @extend .fcc;
168 font-family: Arial; 168 // font-family: Arial;
169 font-size: 18px; 169 font-size: 18px;
170 width: 8.5rem; 170 width: 8.5rem;
171 border: solid 1px #dcdddd; 171 border: solid 1px #dcdddd;
......
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
171 171
172 .verify-btn { 172 .verify-btn {
173 @extend .fcc; 173 @extend .fcc;
174 font-family: Arial; 174 // font-family: Arial;
175 font-size: 18px; 175 font-size: 18px;
176 width: 8.5rem; 176 width: 8.5rem;
177 border: solid 1px #dcdddd; 177 border: solid 1px #dcdddd;
......
1 @import '@/styles/_support'; 1 @import '@/styles/_support';
2 2
3 input {
4 padding: 0 2.083333rem /* 25/12 */;
5 }
6
3 .content { 7 .content {
4 padding-bottom: 6rem; 8 padding-bottom: 6rem;
5 } 9 }
...@@ -44,7 +48,7 @@ ...@@ -44,7 +48,7 @@
44 border: solid 1px #dcdddd; 48 border: solid 1px #dcdddd;
45 background-color: #ffffff; 49 background-color: #ffffff;
46 border-radius: 3.5rem; 50 border-radius: 3.5rem;
47 padding: 0 2.5rem; 51 padding: 0 2.083333rem /* 25/12 */;
48 } 52 }
49 53
50 // 长文本 54 // 长文本
......