58a235c3 by joe

部分修改

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

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 = {
name: "姓名",
namePlaceholder: "姓名",
contactType: "聯絡方式",
contact: "聯絡电话",
contact: "聯絡電話",
contactPlaceholder: "香港號碼/內地號碼",
reservationType: "預約類型",
reservationRemark: "預約說明",
......@@ -200,7 +200,7 @@ module.exports = {
iconProduct: "產品詳情"
},
customProduct: {
menu1: "聯我們",
menu1: "聯我們",
menu2: "繳付保費",
menu3: "保單查詢",
menu4: "保單變更",
......@@ -211,7 +211,7 @@ module.exports = {
},
customService: {
name: "客戶服務",
menu1: "聯我們",
menu1: "聯我們",
menu2: "繳付保費",
menu3: "保單查詢",
menu4: "保單變更",
......
......@@ -45,7 +45,7 @@
}
.phone {
font-family: Arial;
// font-family: Arial;
color: #ea5a26;
font-size: 1.666667rem;
font-weight: bold;
......
......@@ -165,7 +165,7 @@
.verify-btn {
@extend .fcc;
font-family: Arial;
// font-family: Arial;
font-size: 18px;
width: 8.5rem;
border: solid 1px #dcdddd;
......
......@@ -171,7 +171,7 @@
.verify-btn {
@extend .fcc;
font-family: Arial;
// font-family: Arial;
font-size: 18px;
width: 8.5rem;
border: solid 1px #dcdddd;
......
@import '@/styles/_support';
input {
padding: 0 2.083333rem /* 25/12 */;
}
.content {
padding-bottom: 6rem;
}
......@@ -44,7 +48,7 @@
border: solid 1px #dcdddd;
background-color: #ffffff;
border-radius: 3.5rem;
padding: 0 2.5rem;
padding: 0 2.083333rem /* 25/12 */;
}
// 长文本
......