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
db92da32
authored
2020-02-20 19:38:34 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
66f7598b
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
39 deletions
src/components/clarms/clarms-plugins-material.scss
src/components/clarms/clarms-plugins-material.vue
src/components/clarms/clarms-plugins-verifyform.scss
src/pages/clarms/clarms.scss
src/pages/vhis-detail/vhis-detail.scss
src/components/clarms/clarms-plugins-material.scss
View file @
db92da3
...
...
@@ -13,12 +13,7 @@ input {
}
.orange
{
color
:
#ff6839
;
}
.gray
{
// color: #747474;
color
:
#666666
;
color
:
$cOrange2
;
}
.empty
{
...
...
@@ -50,7 +45,7 @@ input {
width
:
300px
;
height
:
50px
;
line-height
:
50px
;
color
:
white
;
color
:
#ffffff
;
font-weight
:
600
;
cursor
:
pointer
;
margin
:
2
.5rem
auto
;
...
...
@@ -95,7 +90,7 @@ input {
.title
{
color
:
#ff6839
;
color
:
$cOrange2
;
text-align
:
center
;
display
:
flex
;
align-items
:
center
;
...
...
@@ -221,7 +216,7 @@ input {
// font-size: 1rem;
// font-size: 18px;
margin-left
:
.833333rem
;
color
:
#ff6839
;
color
:
$cOrange2
;
}
}
...
...
@@ -232,7 +227,7 @@ input {
.contact
{
text-align
:
center
;
cursor
:
pointer
;
color
:
#ff6839
;
color
:
$cOrange2
;
font-weight
:
600
;
text-decoration
:
underline
;
}
...
...
@@ -253,7 +248,7 @@ input {
.btn
{
margin-left
:
0
;
color
:
#ff6839
;
color
:
$cOrange2
;
font-weight
:
600
;
font-size
:
1
.166667rem
;
}
...
...
@@ -270,7 +265,7 @@ input {
font-size
:
1
.333333rem
;
font-weight
:
600
;
text-align
:
left
;
color
:
#ff6839
;
color
:
$cOrange2
;
padding-left
:
15px
;
}
...
...
@@ -341,7 +336,7 @@ input {
}
.validator
{
color
:
#ff6839
;
color
:
$cOrange2
;
margin-top
:
0
.5rem
;
position
:
absolute
;
right
:
1rem
;
...
...
@@ -376,7 +371,7 @@ input {
.main-label
{
// font-size: 1.5rem;
font-size
:
22px
;
color
:
#ff6839
;
color
:
$cOrange2
;
}
}
...
...
src/components/clarms/clarms-plugins-material.vue
View file @
db92da3
...
...
@@ -141,11 +141,11 @@
<!--
<template
v-if=
"1>0"
>
-->
<hr
class=
"hr2"
v-if=
"data.amount > 0"
>
<div
class=
"bottom-tip orange mt20"
>
{{
$t
(
'clarms.step2.label17'
)
}}
</div>
<div
class=
"bottom-tip
gray
mt10"
>
{{
$t
(
'clarms.step2.tip1'
)
}}
</div>
<div
class=
"bottom-tip mt10"
>
{{
$t
(
'clarms.step2.tip1'
)
}}
</div>
<div
class=
"bottom-tip orange mt20"
>
{{
$t
(
'clarms.step2.label18'
)
}}
</div>
<div
class=
"bottom-tip
gray
mt10"
>
{{
$t
(
'clarms.step2.tip2'
)
}}
</div>
<div
class=
"bottom-tip
gray
mt10"
>
{{
$t
(
'clarms.step2.tip3'
)
}}
</div>
<div
class=
"bottom-tip mt10"
>
{{
$t
(
'clarms.step2.tip2'
)
}}
</div>
<div
class=
"bottom-tip mt10"
>
{{
$t
(
'clarms.step2.tip3'
)
}}
</div>
<div
class=
"bottom-tip orange mt10 pointer"
@
click=
"agress = !agress"
>
<img
v-if=
"agress"
src=
"@/assets/images/clarms/checked.png"
>
...
...
src/components/clarms/clarms-plugins-verifyform.scss
View file @
db92da3
...
...
@@ -7,12 +7,11 @@ $borderRadius:6px;
}
.orange
{
// color: $cOrange;
color
:
#ff6839
;
color
:
$cOrange2
;
}
.gray
{
color
:
#747474
;
color
:
$cFontGray2
;
}
...
...
@@ -23,7 +22,7 @@ $borderRadius:6px;
width
:
300px
;
height
:
50px
;
line-height
:
50px
;
color
:
white
;
color
:
#ffffff
;
font-weight
:
600
;
cursor
:
pointer
;
margin
:
100px
auto
32px
;
...
...
@@ -34,14 +33,11 @@ $borderRadius:6px;
.reservation-container
{
@extend
.bb
;
border-radius
:
$borderRadius
;
// border: solid 2px $cOrange;
background-color
:
#ffffff
;
// padding: 2.666667rem 10rem 2.833333rem 10rem;
padding
:
60px
82px
68px
;
.title
{
// font-size: 1.333333rem;
color
:
$cOrange
;
color
:
$cOrange2
;
text-align
:
center
;
margin
:
1
.666667rem
auto
0
auto
;
letter-spacing
:
1
.1px
;
...
...
@@ -88,7 +84,7 @@ $borderRadius:6px;
}
.btn
{
color
:
$cOrange
;
color
:
$cOrange
2
;
}
}
}
...
...
@@ -104,18 +100,11 @@ $borderRadius:6px;
&
-name
{
font-weight
:
600
;
text-align
:
left
;
color
:
$cOrange
;
// padding-left: 15px;
color
:
$cOrange2
;
}
.ipt-date
{
// width: 100%;
// border: 1px solid $cOrange !important;
// border-radius: .416667rem;
// height: 3rem;
// align-items: center;
padding
:
0
2rem
;
width
:
100%
;
background-color
:
#ffffff
;
height
:
48px
;
...
...
@@ -192,7 +181,7 @@ $borderRadius:6px;
}
.validator
{
color
:
$cOrange
;
color
:
$cOrange
2
;
margin-top
:
0
.5rem
;
position
:
absolute
;
right
:
1rem
;
...
...
@@ -222,7 +211,7 @@ $borderRadius:6px;
letter-spacing
:
.25rem
;
.main-label
{
color
:
$cOrange
;
color
:
$cOrange
2
;
}
}
...
...
src/pages/clarms/clarms.scss
View file @
db92da3
...
...
@@ -31,7 +31,6 @@ $borderSize:6px;
input
{
padding
:
0
2
.083333rem
;
color
:
#333333
;
}
.orange
{
...
...
src/pages/vhis-detail/vhis-detail.scss
View file @
db92da3
...
...
@@ -321,7 +321,7 @@ $borderSize: 6px;
width
:
50%
;
padding
:
18px
12px
18px
0
;
letter-spacing
:
1
.12px
;
color
:
#666666
;
//
color: #666666;
}
.label
{
...
...
@@ -350,7 +350,7 @@ $borderSize: 6px;
padding
:
50px
60px
26px
100px
;
letter-spacing
:
1
.12px
;
color
:
#666666
;
//
color: #666666;
.t1
{
color
:
$cOrange2
;
...
...
Please
register
or
sign in
to post a comment