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
9831d58b
authored
2020-04-28 14:36:54 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
3bddc295
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
12 deletions
src/components/vhis-modal/vhis-modal.scss
src/components/vhis-modal/vhis-modal.vue
src/components/vhis-modal/vhis-modal.scss
View file @
9831d58
...
...
@@ -46,7 +46,7 @@ $borderRadius:6px;
overflow-y
:
auto
;
color
:
$cFontGray2
;
.content
{
.
modal-
content
{
max-width
:
800px
;
margin
:
0
auto
;
}
...
...
@@ -59,7 +59,7 @@ $borderRadius:6px;
.form
{
@extend
.bb
;
padding
-left
:
92px
;
padding
:
0
92px
0
92px
;
margin
:
50px
auto
0
;
&
-item
{
...
...
@@ -77,16 +77,18 @@ $borderRadius:6px;
font-size
:
22px
;
display
:
flex
;
.check
{
.check
{
cursor
:
pointer
;
margin-top
:
10
px
;
margin-top
:
7
px
;
margin-right
:
12px
;
}
.desc
{
img
{
height
:
24px
;
}
}
.desc
{}
span
{
font-size
:
22px
;
}
...
...
@@ -288,6 +290,7 @@ $borderRadius:6px;
width
:
90%
;
.modal
{
width
:
auto
;
padding
:
80px
20px
;
}
}
...
...
@@ -302,7 +305,6 @@ $borderRadius:6px;
padding
:
80px
20px
;
.statement
{
// padding-left: 0;
padding
:
0
;
}
...
...
@@ -336,6 +338,12 @@ $borderRadius:6px;
.form
{
margin
:
24px
auto
0
;
padding
:
0
;
&
-item
{
display
:
block
;
margin-bottom
:
8px
;
}
.value
{
span
{
...
...
@@ -346,8 +354,16 @@ $borderRadius:6px;
.bottom-wrap
{
margin
:
24px
auto
0
;
padding-bottom
:
12px
;
.notice
{
font-size
:
18px
;
.check
{
img
{
height
:
18px
;
}
}
span
{
font-size
:
18px
;
...
...
@@ -380,13 +396,17 @@ $borderRadius:6px;
height
:
52px
;
line-height
:
52px
;
.cont
{
padding
:
0
;
font-size
:
$fontSize-M2
;
}
.icon
{
height
:
32px
;
margin-right
:
24px
;
margin-left
:
48px
;
}
}
}
.line1
{
...
...
src/components/vhis-modal/vhis-modal.vue
View file @
9831d58
...
...
@@ -6,7 +6,7 @@
<div
class=
"border"
>
<!--
<div
class=
"close"
@
click=
"onOverLayHandler()"
><img
src=
"@/assets/images/vhis/close.png"
></div>
-->
<div
class=
"modal"
>
<div
class=
"content"
>
<div
class=
"
modal-
content"
>
<div
class=
"title"
>
{{
$t
(
'vhis.title'
)
}}{{
$t
(
'vhis.titleAft'
)
}}
</div>
<div
class=
"statement"
>
<div
class=
"desc orange"
:class=
"
{'ltr-zero':locale == 'en'}">
{{
$t
(
'vhis.desc1'
)
}}
</div>
...
...
@@ -102,7 +102,7 @@
</div> -->
<div
class=
"notice"
>
<div
class=
"check"
@
click=
"onCheckHandler"
>
<img
class=
"notice-item-icon"
:src=
"require('@/assets/images/
login/'+(checked?'check
':'uncheck')+'.png')"
>
<img
class=
"notice-item-icon"
:src=
"require('@/assets/images/
clarms/'+(checked?'checked
':'uncheck')+'.png')"
>
</div>
<div
class=
"desc"
>
{{$t('vhis.notice')}}
</div>
</div>
...
...
Please
register
or
sign in
to post a comment