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
dace31a0
authored
2019-11-04 17:06:05 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
注册页、登录页,客户服务页调整
1 parent
7b0bf45f
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
28 additions
and
17 deletions
src/App.vue
src/common/lang/en.js
src/common/lang/tc.js
src/common/lang/zh.js
src/components/home/header/header.scss
src/pages/custom-service/custom-service.scss
src/pages/index/index.scss
src/pages/login/login.scss
src/pages/register/register.scss
src/App.vue
View file @
dace31a
...
...
@@ -179,7 +179,7 @@ select {
input
,
select
,
button
{
font
:
100%
tahoma
,
"\5b8b\4f53"
,
arial
;
//
font
:
100%
tahoma
,
"\5b8b\4f53"
,
arial
;
vertical-align
:
baseline
;
border-radius
:
0
;
background-color
:
transparent
;
...
...
@@ -269,7 +269,7 @@ textarea {
-moz-appearance
:
none
;
overflow
:
auto
;
resize
:
none
;
font
:
100%
tahoma
,
"\5b8b\4f53"
,
arial
;
//
font
:
100%
tahoma
,
"\5b8b\4f53"
,
arial
;
}
.cOrange
{
...
...
src/common/lang/en.js
View file @
dace31a
...
...
@@ -133,7 +133,7 @@ module.exports = {
verifyCodeGet
:
"獲取驗證碼"
,
},
register
:
{
title
:
"
平安
一賬通"
,
title
:
"
歡迎註冊
一賬通"
,
title2
:
"請設置新的密碼"
,
mobilePlaceholder
:
"请输入8位手机号码"
,
verifyCodePlaceholder
:
"請輸入驗證碼"
,
...
...
src/common/lang/tc.js
View file @
dace31a
...
...
@@ -133,7 +133,7 @@ module.exports = {
verifyCodeGet
:
"獲取驗證碼"
,
},
register
:
{
title
:
"
平安
一賬通"
,
title
:
"
歡迎註冊
一賬通"
,
title2
:
"請設置新的密碼"
,
mobilePlaceholder
:
"請輸入8位手機號碼"
,
verifyCodePlaceholder
:
"請輸入驗證碼"
,
...
...
src/common/lang/zh.js
View file @
dace31a
...
...
@@ -14,7 +14,7 @@ module.exports = {
path
:
""
,
list
:
[{
name
:
"注册"
,
path
:
"/re
t
ister"
,
path
:
"/re
g
ister"
,
value
:
""
},{
name
:
"登陆"
,
...
...
@@ -133,7 +133,7 @@ module.exports = {
verifyCodeGet
:
"获取验证码"
,
},
register
:
{
title
:
"
平安
一账通"
,
title
:
"
欢迎注册
一账通"
,
title2
:
"请设置新的密码"
,
mobilePlaceholder
:
"请输入8位手机号码"
,
verifyCodePlaceholder
:
"请输入验证码"
,
...
...
src/components/home/header/header.scss
View file @
dace31a
...
...
@@ -7,8 +7,8 @@
z-index
:
11
;
.header-container
{
//
max-width: 950px;
max-width
:
1024px
;
max-width
:
950px
;
//
max-width: 1024px;
height
:
100%
;
margin
:
auto
;
display
:
flex
;
...
...
src/pages/custom-service/custom-service.scss
View file @
dace31a
...
...
@@ -23,12 +23,16 @@
color
:
#4c4948
;
text-align
:
center
;
cursor
:
pointer
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
i
{
display
:
inline-block
;
width
:
3
.416667rem
/*
41
/
12
*/
;
height
:
3
.416667rem
/*
41
/
12
*/
;
margin-right
:
1
.333333rem
;
// margin-right: 1.333333rem;
margin-right
:
.166667rem
/*
2
/
12
*/
;
vertical-align
:
middle
;
}
.m1
{
...
...
src/pages/index/index.scss
View file @
dace31a
...
...
@@ -49,7 +49,7 @@
// width: auto;
text-align
:
center
;
justify-content
:
space-between
;
max-width
:
85
.333333rem
/*
1024
/
12
*/
;
max-width
:
79
.166667rem
/*
950
/
12
*/
;
// max-width: 1200px;
...
...
@@ -117,7 +117,7 @@
position
:
relative
;
margin
:
0
auto
;
// @extend .fcc;
//
width: 85%;
width
:
85%
;
img
{
width
:
100%
;
...
...
@@ -157,11 +157,14 @@
max-width
:
100rem
;
.more
{
width
:
85%
;
text-align
:
right
;
margin-bottom
:
.5rem
;
}
.news-item
{
width
:
85%
;
margin
:
auto
;
height
:
4
.25rem
;
color
:
#4c4948
;
display
:
flex
;
...
...
@@ -182,13 +185,13 @@
}
.swiper-button-prev
{
//
background-image: url('~@/assets/images/common/button-prev.png');
display
:
none
;
background-image
:
url('~@/assets/images/common/button-prev.png')
;
//
display: none;
}
.swiper-button-next
{
//
background-image: url('~@/assets/images/common/button-next.png');
display
:
none
;
background-image
:
url('~@/assets/images/common/button-next.png')
;
//
display: none;
}
@media
(
max-width
:
950px
)
{
...
...
src/pages/login/login.scss
View file @
dace31a
...
...
@@ -78,6 +78,7 @@
margin
:
2
.5rem
auto
0
;
display
:
flex
;
align-items
:
center
;
padding-left
:
1rem
/*
12
/
12
*/
;
.check
{
height
:
1rem
;
...
...
@@ -116,7 +117,8 @@
&
-item
{
position
:
relative
;
margin-top
:
2
.75rem
;
// margin-top: 2.75rem;
margin-top
:
2
.5rem
/*
30
/
12
*/
;
.label
{
font-family
:
MicrosoftYaHei
;
...
...
src/pages/register/register.scss
View file @
dace31a
...
...
@@ -85,6 +85,7 @@
margin
:
2
.5rem
auto
0
;
display
:
flex
;
align-items
:
center
;
padding-left
:
1rem
/*
12
/
12
*/
;
.check
{
height
:
1rem
;
...
...
@@ -98,7 +99,8 @@
&
-submit
{
@include
btc2
(
13
.5rem
,
4rem
,
16px
);
margin
:
8
.25rem
auto
0
;
margin
:
4
.166667rem
/*
50
/
12
*/
auto
0
;
// margin: 8.25rem auto 0;
letter-spacing
:
1
.6px
;
}
...
...
Please
register
or
sign in
to post a comment