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
05a2d40e
authored
2020-02-21 15:14:16 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
2829bb5c
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
42 additions
and
90 deletions
src/components/clarms/clarms-plugins-material.scss
src/components/clarms/clarms-plugins-modal1.scss
src/components/clarms/clarms-plugins-modal2.scss
src/components/clarms/clarms-plugins-upload.scss
src/components/clarms/clarms-plugins-verifyform.js
src/components/clarms/clarms-plugins-verifyform.scss
src/components/modal2-comp/modal2-comp.scss
src/components/vhis-modal/vhis-modal.js
src/components/vhis-modal/vhis-modal.scss
src/components/vhis-modal/vhis-modal.vue
src/pages/clarms/clarms.scss
src/pages/vhis-detail/vhis-detail.js
src/pages/vhis-detail/vhis-detail.scss
src/pages/vhis-detail/vhis-detail.vue
src/styles/_mixins.scss
src/components/clarms/clarms-plugins-material.scss
View file @
05a2d40
...
...
@@ -63,12 +63,11 @@ input {
position
:
relative
;
@extend
.bb
;
@extend
.fcc
;
padding
:
2px
;
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
width
:
482px
;
height
:
62px
;
margin
:
0
24px
;
border-radius
:
$borderRadius
;
@include
border-tans
(
$borderRadius
);
.clarms-select
{
width
:
100%
;
...
...
@@ -271,10 +270,8 @@ input {
.cont
{
@extend
.bb
;
@extend
.fcc
;
padding
:
2px
;
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
height
:
62px
;
border-radius
:
$borderRadius
;
@include
border-tans
(
$borderRadius
)
;
}
.ipt-date
{
...
...
src/components/clarms/clarms-plugins-modal1.scss
View file @
05a2d40
...
...
@@ -24,19 +24,13 @@
.border
{
position
:
relative
;
@extend
.bb
;
@extend
.fcc
;
padding
:
2px
;
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
border-radius
:
20px
;
@include
border-tans
(
20px
);
}
.modal
{
position
:
relative
;
@extend
.bb
;
max-width
:
1000px
;
border-radius
:
20px
;
background-color
:
#ffffff
;
.content
{
display
:
flex
;
...
...
src/components/clarms/clarms-plugins-modal2.scss
View file @
05a2d40
...
...
@@ -23,19 +23,13 @@
.border
{
position
:
relative
;
@extend
.bb
;
@extend
.fcc
;
padding
:
2px
;
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
border-radius
:
20px
;
@include
border-tans
(
20px
);
}
.modal
{
position
:
relative
;
@extend
.bb
;
max-width
:
1000px
;
border-radius
:
20px
;
background-color
:
#ffffff
;
.content
{
display
:
flex
;
...
...
src/components/clarms/clarms-plugins-upload.scss
View file @
05a2d40
...
...
@@ -8,9 +8,7 @@ $borderSize: 6px;
.clarms-container
{
box-sizing
:
border-box
;
padding
:
2px
;
border-radius
:
$borderSize
;
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
@include
border-tans
(
$borderRadius
);
.clarms-box
{
@extend
.bb
;
...
...
@@ -27,19 +25,16 @@ $borderSize: 6px;
left
:
98px
;
position
:
absolute
;
z-index
:
11
;
border-radius
:
4px
;
padding
:
2px
;
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
max-width
:
400px
;
@include
border-tans
(
$borderRadius
);
.cont
{
@extend
.bb
;
padding
:
4px
;
width
:
100%
;
height
:
100%
;
background-color
:
#ffffff
;
font-size
:
18px
;
border-radius
:
4px
;
}
}
...
...
src/components/clarms/clarms-plugins-verifyform.js
View file @
05a2d40
...
...
@@ -18,8 +18,6 @@ Vue.use(Select);
Vue
.
use
(
Option
);
Vue
.
use
(
Loading
);
export
default
{
data
()
{
return
{
...
...
src/components/clarms/clarms-plugins-verifyform.scss
View file @
05a2d40
...
...
@@ -14,7 +14,6 @@ $borderRadius:6px;
color
:
$cFontGray2
;
}
.submit-btn
{
background
:
url("~@assets/images/vhis/vhis-btn.png")
;
background-size
:
100%
100%
;
...
...
@@ -42,9 +41,7 @@ $borderRadius:6px;
margin
:
1
.666667rem
auto
0
auto
;
letter-spacing
:
1
.1px
;
span
{
// margin: 0 .333333rem;
}
span
{}
}
.default-mt
{
...
...
@@ -116,13 +113,11 @@ $borderRadius:6px;
display
:
flex
;
justify-content
:
center
;
justify-content
:
space-between
;
// padding: 0 $marginSmall;
margin-bottom
:
32px
;
.label
{
display
:
flex
;
align-items
:
center
;
// width: 30%;
width
:
140px
;
justify-content
:
flex-start
;
padding-left
:
5px
;
...
...
@@ -136,21 +131,16 @@ $borderRadius:6px;
.cont
{
@extend
.bb
;
@extend
.fcc
;
padding
:
2px
;
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
height
:
52px
;
border-radius
:
$borderRadius
;
@include
border-tans
(
$borderRadius
);
}
// input和下拉
.ipt
{
// border: 1px solid $cOrange !important;
border
:
none
!
important
;
border-radius
:
.416667rem
;
height
:
3rem
;
// display: flex;
// align-items: center;
width
:
100%
;
background-color
:
#ffffff
;
...
...
src/components/modal2-comp/modal2-comp.scss
View file @
05a2d40
...
...
@@ -28,19 +28,12 @@
.border
{
position
:
relative
;
@extend
.bb
;
@extend
.fcc
;
padding
:
2px
;
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
border-radius
:
20px
;
@include
border-tans
(
20px
);
}
.modal
{
position
:
relative
;
@extend
.bb
;
width
:
1000px
;
border-radius
:
20px
;
background-color
:
#ffffff
;
.content
{
display
:
flex
;
...
...
src/components/vhis-modal/vhis-modal.js
View file @
05a2d40
...
...
@@ -16,7 +16,7 @@ export default {
hadLoadPolicy
:
false
,
ignorePolicyCodes
:
[],
// 显示
policyDetail
:
null
policyDetail
:
{}
}
},
components
:
{},
...
...
src/components/vhis-modal/vhis-modal.scss
View file @
05a2d40
@import
'@/styles/_support'
;
$borderRadius
:
6px
;
.comp
{
position
:
fixed
;
top
:
0
;
...
...
@@ -30,11 +32,7 @@
.border
{
position
:
relative
;
@extend
.bb
;
@extend
.fcc
;
padding
:
2px
;
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
border-radius
:
20px
;
@include
border-tans
(
20px
);
}
.modal
{
...
...
@@ -42,9 +40,7 @@
@extend
.bb
;
width
:
1200px
;
max-height
:
84vh
;
border-radius
:
20px
;
background-color
:
#ffffff
;
padding
:
88px
0
;
padding
:
88px
0
0
;
font-size
:
22px
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
...
...
@@ -74,6 +70,7 @@
.bottom-wrap
{
margin
:
50px
auto
0
;
padding-bottom
:
88px
;
.notice
{
letter-spacing
:
2
.2px
;
...
...
@@ -142,28 +139,22 @@
&
-item
{
@extend
.bb
;
@extend
.fcc
;
margin
:
0
auto
24px
;
max-width
:
602px
;
height
:
67px
;
line-height
:
67px
;
padding
:
2px
;
border-radius
:
8px
;
cursor
:
pointer
;
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
@include
border-tans
(
$borderRadius
);
.cont
{
@extend
.bb
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
100%
;
height
:
100%
;
background-color
:
#ffffff
;
letter-spacing
:
1
.4px
;
font-weight
:
bold
;
border-radius
:
8px
;
color
:
$cOrange2
;
.icon
{
...
...
@@ -364,3 +355,12 @@
}
}
.
comp
:
:-
webkit-scrollbar
{
display
:
none
;
}
.comp
{
-ms-overflow-style
:
none
;
}
...
...
src/components/vhis-modal/vhis-modal.vue
View file @
05a2d40
...
...
@@ -52,6 +52,7 @@
</div>
</div>
</div>
<div
class=
"download"
>
<div
class=
"border2 download-item"
@
click=
"downloadPolicy"
>
<div
class=
"cont"
>
...
...
@@ -60,7 +61,6 @@
</div>
</div>
</div>
</div>
<hr
class=
"line1"
>
<div
class=
"bottom-wrap "
>
<div
class=
"notice"
:class=
"
{'ltz':locale == 'en'}">
...
...
src/pages/clarms/clarms.scss
View file @
05a2d40
...
...
@@ -10,21 +10,16 @@ $borderSize:6px;
.content
{
margin
:
2
.333333rem
auto
;
position
:
relative
;
}
.clarms
{
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
@extend
.bb
;
@extend
.fcc
;
padding
:
2px
;
border-radius
:
20px
;
@include
border-tans
(
20px
);
&
-cont
{
width
:
100%
;
height
:
100%
;
background-color
:
#ffffff
;
border-radius
:
20px
;
}
}
...
...
@@ -34,7 +29,6 @@ input {
}
.orange
{
// color: $cOrange;
color
:
#ff6839
;
}
...
...
@@ -42,10 +36,6 @@ input {
color
:
#747474
;
}
.border2
{
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
}
.navigate
{
position
:
relative
;
margin
:
24px
auto
48px
;
...
...
@@ -54,7 +44,7 @@ input {
position
:
absolute
;
height
:
13px
;
width
:
100%
;
background-image
:
linear-gradient
(
to
right
,
#f
fb31d
,
#f15907
);
background-image
:
linear-gradient
(
to
right
,
#f
eab1b
,
#f15a08
);
top
:
32px
;
}
...
...
@@ -92,9 +82,6 @@ input {
.reservation-container
{
@extend
.bb
;
// border-radius: .666667rem;
// border: solid 2px $cOrange;
// padding: 2.666667rem 10rem 2.833333rem 10rem;
background-color
:
#ffffff
;
border-radius
:
20px
;
...
...
src/pages/vhis-detail/vhis-detail.js
View file @
05a2d40
...
...
@@ -35,7 +35,7 @@ export default {
bannerCandidateList
:
[],
// 视频
playerOptions
:
{},
bannerTipsVisible
:
tru
e
,
bannerTipsVisible
:
fals
e
,
productList
:
[],
// 全部的信息
sourceData
:
{},
...
...
src/pages/vhis-detail/vhis-detail.scss
View file @
05a2d40
...
...
@@ -219,20 +219,19 @@ $borderSize: 6px;
justify-content
:
space-between
;
flex-wrap
:
wrap
;
&
-item
{
@extend
.bb
;
@extend
.fcc
;
padding
:
2px
;
width
:
582px
;
min-height
:
250px
;
margin-bottom
:
25px
;
@include
border-tans
();
.cont
{
display
:
flex
;
text-align
:
left
;
width
:
100%
;
height
:
100%
;
background-color
:
#ffffff
;
.icon-wrap
{
@extend
.bb
;
...
...
@@ -357,7 +356,7 @@ $borderSize: 6px;
}
}
.tt2
{
.tt2
{
padding
:
50px
64px
26px
50px
;
padding
:
48px
;
}
...
...
@@ -461,9 +460,6 @@ $borderSize: 6px;
display
:
inline-block
;
}
.border2
{
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
}
// banner点点
.swiper-button-prev
{
...
...
src/pages/vhis-detail/vhis-detail.vue
View file @
05a2d40
...
...
@@ -60,7 +60,7 @@
<div
class=
"box product"
>
<div
class=
"tit"
>
產品特點
</div>
<div
class=
"prod"
>
<div
v-for=
"(item,index) in productList"
:key=
"item.id"
class=
"
border2
prod-item"
>
<div
v-for=
"(item,index) in productList"
:key=
"item.id"
class=
" prod-item"
>
<div
class=
"cont"
>
<div
class=
"icon-wrap"
>
<img
:src=
"require('@/assets/images/vhis/vhis-icon'+(index+1)+'.png')"
>
...
...
src/styles/_mixins.scss
View file @
05a2d40
...
...
@@ -156,3 +156,11 @@
box-sizing
:
border-box
;
padding
:
0
$percent
;
}
@mixin
border-tans
(
$borderRadius
:
1px
,
$borderSize
:
2px
)
{
border
:
$borderSize
solid
transparent
;
background-clip
:
padding-box
,
border-box
;
background-origin
:
padding-box
,
border-box
;
background-image
:
linear-gradient
(
90deg
,
#fff
,
#fff
)
,
linear-gradient
(
90deg
,
#feab1b
,
#f15a08
);
border-radius
:
$borderRadius
;
}
...
...
Please
register
or
sign in
to post a comment