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
f224871b
authored
2019-12-25 13:56:16 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
372effb7
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
6 deletions
src/pages/custom-service/components/policy-head-list.js
src/pages/custom-service/components/policy-head-list.scss
src/pages/custom-service/components/policy-head-list.vue
src/pages/password-find/password-find.js
src/pages/password-find/password-find.scss
src/pages/custom-service/components/policy-head-list.js
View file @
f224871
...
...
@@ -27,6 +27,7 @@ export default {
maxShow
:
2
,
selectPolicyCode
:
""
,
selectPolicyCodes
:
{},
hide
:
false
}
},
computed
:
{
...
...
src/pages/custom-service/components/policy-head-list.scss
View file @
f224871
...
...
@@ -3,6 +3,27 @@
overflow-x
:
scroll
;
padding-bottom
:
2rem
;
}
.table-contaner
{
position
:
relative
;
}
.guide
{
position
:
absolute
;
transition
:
all
0
.5s
;
cursor
:
pointer
;
width
:
1rem
;
height
:
.666667rem
;
background
:
url("~@/assets/images/insurance-query/triangle-down.png")
no-repeat
center
center
;
background-size
:
100%
100%
;
}
.rotate180
{
transform
:
rotate
(
180deg
);
transition
:
all
0
.5s
;
}
.cell-group
{
margin-bottom
:
1rem
;
...
...
src/pages/custom-service/components/policy-head-list.vue
View file @
f224871
<
template
>
<div
class=
"list-container"
>
<div
class=
"cell-group"
>
<div
class=
"table-contaner"
>
<div
class=
"table-header orange"
>
<div
class=
"normal-header"
>
<div
class=
"td w1"
>
{{
$t
(
'customService.insuranceQuery.InsurantNumber'
)
}}
</div>
...
...
@@ -11,6 +12,8 @@
<div
class=
"td w2"
>
{{
$t
(
'customService.insuranceQuery.period'
)
}}
</div>
</div>
</div>
<div
class=
"guide"
:class=
"
{rotate180 : hide}" @click="hide = !hide">
</div>
</div>
<div
class=
"table-content"
>
<template
v-if=
"myPolicyList"
>
<div
v-for=
"(item,index) in myPolicyList"
:key=
"index"
>
...
...
src/pages/password-find/password-find.js
View file @
f224871
...
...
@@ -18,7 +18,7 @@ export default {
return
{
loading
:
false
,
key
:
'value'
,
type
:
1
,
// 1:输入用户信息 2:
找回密码 3:核对信息
4.重置密码
type
:
1
,
// 1:输入用户信息 2:
核对信息 3:找回密码
4.重置密码
values
:
{
cid
:
""
,
},
...
...
src/pages/password-find/password-find.scss
View file @
f224871
...
...
@@ -33,9 +33,9 @@
.login
{
@extend
.bb
;
padding
:
2rem
6
.25rem
4
.5
rem
;
padding
:
2rem
6
.25rem
2
rem
;
border-bottom
:
solid
0
.9rem
$cGreen
;
height
:
38rem
;
//
height: 38rem;
margin
:
auto
;
max-width
:
51rem
;
...
...
@@ -106,10 +106,10 @@
@include
btc2
(
17
.25rem
,
5
.25rem
,
16px
);
margin
:
4
.166667rem
auto
0
;
letter-spacing
:
1
.6px
;
position
:
absolute
;
//
position: absolute;
left
:
0
;
right
:
0
;
margin
:
0
auto
;
margin
:
2rem
auto
0
;
bottom
:
3rem
;
}
...
...
@@ -283,7 +283,7 @@
}
&
-submit
{
margin
:
0
auto
0
;
margin
:
3
.25rem
auto
0
;
width
:
17
.25rem
;
height
:
3
.25rem
;
line-height
:
3
.25rem
;
...
...
Please
register
or
sign in
to post a comment