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
36fc24f2
authored
2019-10-30 15:56:05 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
9114bca7
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
53 additions
and
17 deletions
package.json
src/App.vue
src/common/lang/zh.js
src/components/home/footer/footer.scss
src/components/home/footer/footer.vue
src/pages/reservation/reservation.scss
src/pages/reservation/reservation.vue
src/styles/_var.scss
package.json
View file @
36fc24f
...
...
@@ -5,7 +5,7 @@
"scripts"
:
{
"serve"
:
"vue-cli-service serve"
,
"dev"
:
"vue-cli-service serve"
,
"build"
:
"vue-cli-service build
--no clean
"
,
"build"
:
"vue-cli-service build"
,
"sandbox"
:
"vue-cli-service build --mode sandbox"
,
"lint"
:
"vue-cli-service lint"
,
"oss"
:
"node build/oss-released.js"
...
...
src/App.vue
View file @
36fc24f
...
...
@@ -59,6 +59,11 @@ html {
box-sizing
:
border-box
;
}
html
,
body
{
-webkit-text-size-adjust
:
none
;
}
body
,
div
{
border
:
0
;
...
...
@@ -232,6 +237,31 @@ input::-webkit-search-cancel-button {
display
:
none
;
}
//
input
::-webkit-input-placeholder
{
//
color
:
$
cGray
!important
;
//
}
::-webkit-input-placeholder
{
/* WebKit, Blink, Edge */
color
:
$
cGray
;
opacity
:
1
;
}
:-moz-placeholder
{
/* Mozilla Firefox 4 to 18 */
color
:
$
cGray
;
opacity
:
1
;
}
::-moz-placeholder
{
/* Mozilla Firefox 19+ */
color
:
$
cGray
;
opacity
:
1
;
}
:-ms-input-placeholder
{
/* Internet Explorer 10-11 */
color
:
$
cGray
;
opacity
:
1
;
}
textarea
{
outline
:
none
;
border-radius
:
0
;
...
...
@@ -263,21 +293,18 @@ textarea {
}
.content
{
//
width
:
1024px
;
max-width
:
1024px
;
width
:
100%
;
margin
:
0
auto
;
}
.box-w
{
//
width
:
1024px
;
max-width
:
1024px
;
width
:
100%
;
margin
:
0
auto
;
}
.box
{
//
width
:
950px
;
max-width
:
950px
;
width
:
100%
;
margin
:
0
auto
;
...
...
src/common/lang/zh.js
View file @
36fc24f
...
...
@@ -64,19 +64,19 @@ module.exports = {
]
},
{
name
:
"新
聞資訊
"
,
name
:
"新
闻资讯
"
,
path
:
"/news/list"
,
list
:
[]
},
{
name
:
"
關於平安人壽
"
,
name
:
"
关于平安人寿
"
,
path
:
""
,
list
:
[{
name
:
"公司
簡
介"
,
name
:
"公司
简
介"
,
path
:
"/profile"
},
{
name
:
"
領導人概況
"
,
name
:
"
领导人概况
"
,
path
:
""
},
]
...
...
src/components/home/footer/footer.scss
View file @
36fc24f
...
...
@@ -8,7 +8,7 @@
.footer-containter
{
margin
:
0
auto
;
max-width
:
950px
;
//
max-width: 950px;
.cont
{
margin-left
:
3
.166667rem
;
...
...
@@ -35,7 +35,9 @@
// 热线
.hotline
{
margin-right
:
8rem
;
// margin-right: 8rem;
// min-width: 280px;
flex
:
1
;;
.contact
{
.n-item
{
...
...
@@ -67,7 +69,7 @@
.n-item
{
cursor
:
pointer
;
min-width
:
1
5
rem
;
min-width
:
1
4
rem
;
}
}
...
...
src/components/home/footer/footer.vue
View file @
36fc24f
<
template
>
<footer
class=
"v-footer"
>
<div
class=
"footer-containter"
>
<footer
class=
"v-footer
"
>
<div
class=
"footer-containter
box
"
>
<div
class=
"cont"
>
<div
class=
"logo-wrap"
>
<img
class=
"logo-img"
src=
"@/assets/images/home/footer-logo.png"
alt=
"中国平安人寿保险"
>
...
...
src/pages/reservation/reservation.scss
View file @
36fc24f
...
...
@@ -51,6 +51,8 @@
.textarea
{
min-height
:
8
.75rem
;
border-radius
:
1rem
;
@extend
.bb
;
padding
:
.75rem
;
}
.down-arrow
{
...
...
src/pages/reservation/reservation.vue
View file @
36fc24f
...
...
@@ -52,7 +52,7 @@
<img
src=
"@/assets/images/reservation/icon-re-arrow-reservation.png"
>
預約說明
</div>
<div
class=
"ipt-wrap"
>
<textarea
class=
"ipt textarea"
></textarea>
<textarea
placeholder=
"非必填,字数不超过500字,提示文字“请简单说明您想要咨询的险种或业务”"
class=
"ipt textarea"
></textarea>
</div>
</div>
...
...
@@ -61,8 +61,8 @@
<img
src=
"@/assets/images/reservation/icon-re-custom.png"
>
是否平安香港客戶
</div>
<div
class=
"cont"
>
<div
class=
"boo-btn active"
>
是
</div>
<div
class=
"boo-btn"
>
不是
</div>
<div
class=
"boo-btn
pointer
active"
>
是
</div>
<div
class=
"boo-btn
pointer
"
>
不是
</div>
</div>
</div>
...
...
src/styles/_var.scss
View file @
36fc24f
...
...
@@ -27,7 +27,6 @@ $colorGray: #475669;
$colorBlack
:
#000
;
$colorRed
:
#FF4949
;
$colorYellow
:
#F7BA2A
;
$color
:
#787878
;
$colorLink
:
#1D8CE0
;
...
...
@@ -39,3 +38,9 @@ $fontSizeSmall: 28px;
$fontSizeSmaller
:
24px
;
$fontSizeLarge
:
36px
;
$fontSizeLarger
:
44px
;
$cOrange
:
#f05a23
;
$cGreen
:
#006441
;
$cGray
:
#bfbfbf
;
$cDark
:
#dcdcdc
;
...
...
Please
register
or
sign in
to post a comment