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
247a13d3
authored
2019-12-06 15:57:14 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
9dc41fba
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
55 additions
and
28 deletions
src/App.vue
src/assets/images/improve-infomation/icon-improve-infomation-sex.png
src/common/lang/en.js
src/common/lang/tc.js
src/common/lang/zh.js
src/components/home/header/header.js
src/pages/custom-service/components/complaint-acceptance.scss
src/pages/custom-service/components/policy-change-contact.js
src/pages/custom-service/components/reservation.scss
src/pages/infomation-improve/infomation-improve.scss
src/pages/infomation-improve/infomation-improve.vue
src/pages/register/register.scss
src/styles/_utils.scss
src/App.vue
View file @
247a13d
...
...
@@ -303,8 +303,6 @@ textarea {
padding
:
0
;
}
.main-container
{
position
:
relative
;
margin
:
0
auto
;
...
...
@@ -346,12 +344,13 @@ textarea {
//
//
视频
.video-js
{
background-color
:
transparent
!important
;
border-radius
:
$
borderRadiusSmall
;
background-color
:
transparent
!important
;
border-radius
:
$
borderRadiusSmall
;
}
.video-js
.vjs-tech
,
.video-js
.vjs-poster
{
border-radius
:
$
borderRadiusSmall
;
.video-js
.vjs-tech
,
.video-js
.vjs-poster
{
border-radius
:
$
borderRadiusSmall
;
}
.video-js
.vjs-big-play-button
{
...
...
@@ -373,7 +372,7 @@ textarea {
//
vant
.v-header
{
.van-cell
{
padding
:
16px
16px
!important
;
padding
:
16px
16px
!important
;
}
.van-collapse-item__content
{
...
...
@@ -385,7 +384,6 @@ textarea {
}
}
@media
(
max-width
:
1200px
)
{
.page-index
{
.video-js
{
...
...
@@ -408,9 +406,9 @@ textarea {
@media
(
max-width
:
768px
)
{
$
fontSizeTitle
:
$
fontSizeTitle-M
;
$
fontSize
:
$
fontSize-M
;
$
fontSizeSmall
:
$
fontSizeSmall-M
;
.main-container
{
margin-bottom
:
$
marginMedium-M
;
}
$
fontSizeSmall
:
$
fontSizeSmall-M
;
.main-container
{
margin-bottom
:
$
marginMedium-M
;
}
}
</
style
>
...
...
src/assets/images/improve-infomation/icon-improve-infomation-sex.png
0 → 100644
View file @
247a13d
480 Bytes
src/common/lang/en.js
View file @
247a13d
...
...
@@ -278,6 +278,8 @@ module.exports = {
infomationImprove
:
{
title
:
"請完善您的信息"
,
t1
:
"姓名"
,
t1c1
:
"姓"
,
t1c2
:
"名"
,
t1Placeholder
:
""
,
t2
:
"性別"
,
t2Placeholder
:
""
,
...
...
src/common/lang/tc.js
View file @
247a13d
...
...
@@ -278,6 +278,8 @@ module.exports = {
infomationImprove
:
{
title
:
"請完善您的信息"
,
t1
:
"姓名"
,
t1c1
:
"姓"
,
t1c2
:
"名"
,
t1Placeholder
:
""
,
t2
:
"性別"
,
t2Placeholder
:
""
,
...
...
src/common/lang/zh.js
View file @
247a13d
...
...
@@ -277,6 +277,8 @@ module.exports = {
infomationImprove
:
{
title
:
"请完善您的信息"
,
t1
:
"姓名"
,
t1c1
:
"姓"
,
t1c2
:
"名"
,
t1Placeholder
:
""
,
t2
:
"性别"
,
t2Placeholder
:
""
,
...
...
src/components/home/header/header.js
View file @
247a13d
...
...
@@ -61,7 +61,6 @@ export default {
})
},
onShowDropdown
(
evtStr
)
{
console
.
log
(
"evtStr:"
,
evtStr
);
this
.
dropdownMVisible
=
false
;
this
.
loginMVisible
=
false
;
if
(
evtStr
==
'nav'
)
{
...
...
src/pages/custom-service/components/complaint-acceptance.scss
View file @
247a13d
...
...
@@ -230,12 +230,6 @@ input {
font-size
:
12px
;
}
.disabled
{
background-color
:
gray
!
important
;
background-image
:
none
!
important
;
}
@media
(
max-width
:
768px
)
{
.form
{
display
:
block
;
...
...
src/pages/custom-service/components/policy-change-contact.js
View file @
247a13d
...
...
@@ -24,6 +24,16 @@ export default {
e1
:
""
,
e2
:
""
,
e3
:
""
},
dataForm
:
{
},
insuranceForm
:
{
f1
:
true
,
f2
:
true
,
f3
:
true
,
f4
:
true
,
f5
:
true
,
}
}
},
...
...
src/pages/custom-service/components/reservation.scss
View file @
247a13d
...
...
@@ -203,11 +203,6 @@ input {
background-image
:
linear-gradient
(
to
top
,
#000000
,
#ffffff
)
,
linear-gradient
(
to
bottom
,
#ec6429
,
#ec6429
);
}
.disabled
{
background-color
:
gray
!
important
;
background-image
:
none
!
important
;
}
@media
(
max-width
:
768px
)
{
.form
{
&
-item2
{
...
...
src/pages/infomation-improve/infomation-improve.scss
View file @
247a13d
...
...
@@ -148,6 +148,7 @@
&
-item
{
position
:
relative
;
margin-bottom
:
1
.75rem
;
padding
:
0
$marginSmall
;
.label
{
color
:
$cOrange
;
...
...
src/pages/infomation-improve/infomation-improve.vue
View file @
247a13d
...
...
@@ -13,9 +13,21 @@
<div
class=
"login-tit-space-1"
></div>
<div
class=
"gird-g form"
>
<div
class=
"pure-u-1 form-item"
>
<div
class=
"pure-u-1 pure-u-md-1-2 form-item"
>
<div
class=
"label"
>
<img
src=
"@/assets/images/improve-infomation/icon-improve-infomation-user.png"
>
{{
$t
(
'infomationImprove.t1c1'
)
}}
</div>
<div
class=
"ipt-wrap"
>
<input
class=
"ipt"
:class=
"
{err : errorTips.e1.length > 0}" type="text" v-model="information.cnName">
</div>
<div
class=
"validator"
v-if=
"errorTips.e1.length > 0 "
>
<img
src=
"@/assets/images/common/icon-notice.png"
alt=
""
>
{{
errorTips
.
e1
}}
</div>
</div>
<div
class=
"pure-u-1 pure-u-md-1-2 form-item"
>
<div
class=
"label"
>
<img
src=
"@/assets/images/improve-infomation/icon-improve-infomation-user.png"
>
{{
$t
(
'infomationImprove.t1'
)
}}
<img
src=
"@/assets/images/improve-infomation/icon-improve-infomation-user.png"
>
{{
$t
(
'infomationImprove.t1
c2
'
)
}}
</div>
<div
class=
"ipt-wrap"
>
<input
class=
"ipt"
:class=
"
{err : errorTips.e1.length > 0}" type="text" v-model="information.cnName">
...
...
@@ -27,7 +39,7 @@
<div
class=
"pure-u-1 form-item"
>
<div
class=
"label"
>
<img
src=
"@/assets/images/improve-infomation/icon-improve-infomation-
user
.png"
>
{{
$t
(
'infomationImprove.t2'
)
}}
<img
src=
"@/assets/images/improve-infomation/icon-improve-infomation-
sex
.png"
>
{{
$t
(
'infomationImprove.t2'
)
}}
</div>
<div
class=
"ipt-wrap"
>
<div
class=
"down-arrow"
></div>
...
...
src/pages/register/register.scss
View file @
247a13d
...
...
@@ -217,6 +217,11 @@
justify-content
:
space-between
;
align-items
:
center
;
.ipt-tel
{
flex
:
1
;
padding-left
:
1
.75rem
;
}
.ipt-code
{
flex
:
1
;
padding-right
:
1
.75rem
;
...
...
@@ -265,7 +270,7 @@
height
:
0
;
}
.step
{
.step
{
margin-bottom
:
1rem
;
}
...
...
src/styles/_utils.scss
View file @
247a13d
...
...
@@ -65,3 +65,10 @@
.flex1
{
flex
:
1
;
}
.disabled
{
color
:
$cFontGray
!
important
;
background-color
:
#dcdddd
!
important
;
background-image
:
none
!
important
;
box-shadow
:
none
!
important
;
}
...
...
Please
register
or
sign in
to post a comment