2a20b3a8 by simon

#63

样式优化
1 parent 44a5bc5d
......@@ -438,7 +438,7 @@ module.exports = {
},
contact: {
t1: "Contact us for more product information.",
t2: "Leave your contact or call us at 2983 8866.",
t2: "Leave your contact or call us at (852) 2983 8866.",
form: {
Title: "Title",
Name: "Name",
......
......@@ -450,7 +450,7 @@ module.exports = {
},
contact: {
t1: "如欲了解我們的產品,歡迎聯絡我們。",
t2: "想了解更多?致電2983 8866 聯絡我們。",
t2: "想了解更多?致電 (852)2983 8866 聯絡我們。",
form: {
Title: "稱呼",
Name: "姓名",
......
......@@ -453,7 +453,7 @@ module.exports = {
},
contact: {
t1: "如欲了解我们的产品,欢迎联系我们。",
t2: "想了解更多?致电2983 8866 联系我们。",
t2: "想了解更多?致电 (852)2983 8866 联系我们。",
form: {
Title: "称呼",
Name: "姓名",
......
......@@ -75,6 +75,7 @@
max-height: 500px;
transition: max-height ease-out 0.3s !important;
overflow: scroll;
overflow-x: hidden;
.cell {
position: relative;
......
......@@ -119,6 +119,6 @@
@media (max-width: 768px) {
.content {
@include content-percent();
margin: 0 auto;
margin: 0 auto 16px;
}
}
......
......@@ -279,7 +279,7 @@
<div class="ipt-wrap-linear">
<div class="down-arrow"></div>
<div class="cont">
<date-picker class="ipt-date" :placeholder="$t('index.contact.form.Time') + '*'" v-model="formData.contactTime" :filtModel="['history']" :cusStyle="{
<date-picker class="ipt-date" :placeholder="$t('index.contact.form.Time') + '*'" v-model="formData.contactTime" :filtModel="['history','weekend','holiday']" :cusStyle="{
border: 'none !important',
'background-color': 'transparent !important',
padding: '16px 24px',
......