Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2a20b3a8
authored
2020-05-29 15:57:57 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
#63
样式优化
1 parent
44a5bc5d
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
5 deletions
src/common/lang/en.js
src/common/lang/tc.js
src/common/lang/zh.js
src/pages/custom-service/components/insurance-query.scss
src/pages/custom-service/custom-service.scss
src/pages/index/index.vue
src/common/lang/en.js
View file @
2a20b3a
...
...
@@ -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"
,
...
...
src/common/lang/tc.js
View file @
2a20b3a
...
...
@@ -450,7 +450,7 @@ module.exports = {
},
contact
:
{
t1
:
"如欲了解我們的產品,歡迎聯絡我們。"
,
t2
:
"想了解更多?致電2983 8866 聯絡我們。"
,
t2
:
"想了解更多?致電
(852)
2983 8866 聯絡我們。"
,
form
:
{
Title
:
"稱呼"
,
Name
:
"姓名"
,
...
...
src/common/lang/zh.js
View file @
2a20b3a
...
...
@@ -453,7 +453,7 @@ module.exports = {
},
contact
:
{
t1
:
"如欲了解我们的产品,欢迎联系我们。"
,
t2
:
"想了解更多?致电2983 8866 联系我们。"
,
t2
:
"想了解更多?致电
(852)
2983 8866 联系我们。"
,
form
:
{
Title
:
"称呼"
,
Name
:
"姓名"
,
...
...
src/pages/custom-service/components/insurance-query.scss
View file @
2a20b3a
...
...
@@ -75,6 +75,7 @@
max-height
:
500px
;
transition
:
max-height
ease-out
0
.3s
!
important
;
overflow
:
scroll
;
overflow-x
:
hidden
;
.cell
{
position
:
relative
;
...
...
src/pages/custom-service/custom-service.scss
View file @
2a20b3a
...
...
@@ -119,6 +119,6 @@
@media
(
max-width
:
768px
)
{
.content
{
@include
content-percent
();
margin
:
0
auto
;
margin
:
0
auto
16px
;
}
}
...
...
src/pages/index/index.vue
View file @
2a20b3a
...
...
@@ -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',
...
...
Please
register
or
sign in
to post a comment