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
64295c86
authored
2020-02-19 14:39:55 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改border-radius角度
1 parent
1206cad3
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
20 additions
and
19 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.scss
src/components/vhis-modal/vhis-modal.scss
src/pages/clarms/clarms.scss
src/pages/vhis-detail/vhis-detail.scss
src/components/clarms/clarms-plugins-material.scss
View file @
64295c8
@import
'@/styles/_support'
;
$borderRadius
:
8
px
;
$borderRadius
:
6
px
;
.comp
{
font-size
:
22px
;
...
...
src/components/clarms/clarms-plugins-modal1.scss
View file @
64295c8
...
...
@@ -28,14 +28,14 @@
@extend
.fcc
;
padding
:
2px
;
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
border-radius
:
16
px
;
border-radius
:
20
px
;
}
.modal
{
position
:
relative
;
@extend
.bb
;
max-width
:
1000px
;
border-radius
:
16
px
;
border-radius
:
20
px
;
background-color
:
#ffffff
;
.content
{
...
...
src/components/clarms/clarms-plugins-modal2.scss
View file @
64295c8
...
...
@@ -27,14 +27,14 @@
@extend
.fcc
;
padding
:
2px
;
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
border-radius
:
16
px
;
border-radius
:
20
px
;
}
.modal
{
position
:
relative
;
@extend
.bb
;
max-width
:
1000px
;
border-radius
:
16
px
;
border-radius
:
20
px
;
background-color
:
#ffffff
;
.content
{
...
...
src/components/clarms/clarms-plugins-upload.scss
View file @
64295c8
@import
'@/styles/_support'
;
$borderSize
:
8
px
;
$borderSize
:
6
px
;
.comp
{
font-size
:
22px
;
...
...
src/components/clarms/clarms-plugins-verifyform.scss
View file @
64295c8
@import
'@/styles/_support'
;
$borderRadius
:
6px
;
.comp
{
font-size
:
22px
;
}
.orange
{
// color: $cOrange;
color
:
#ff6839
;
...
...
@@ -14,7 +15,6 @@
color
:
#747474
;
}
$borderRadius
:
8px
;
.submit-btn
{
background
:
url("~@assets/images/vhis/vhis-btn.png")
;
...
...
src/components/vhis-modal/vhis-modal.scss
View file @
64295c8
...
...
@@ -34,7 +34,7 @@
@extend
.fcc
;
padding
:
2px
;
background-image
:
linear-gradient
(
to
right
,
#ffb31d
,
#f15907
);
border-radius
:
16
px
;
border-radius
:
20
px
;
}
.modal
{
...
...
@@ -42,7 +42,7 @@
@extend
.bb
;
width
:
1200px
;
max-height
:
84vh
;
border-radius
:
16
px
;
border-radius
:
20
px
;
background-color
:
#ffffff
;
padding
:
88px
0
;
font-size
:
22px
;
...
...
src/pages/clarms/clarms.scss
View file @
64295c8
@import
'@/styles/_support'
;
$borderSize
:
8
px
;
$borderSize
:
6
px
;
.page
{
min-height
:
480px
;
...
...
@@ -18,14 +18,13 @@ $borderSize:8px;
@extend
.bb
;
@extend
.fcc
;
padding
:
2px
;
border-radius
:
16px
;
// min-height: 480px;
border-radius
:
20px
;
&
-cont
{
width
:
100%
;
height
:
100%
;
background-color
:
#ffffff
;
border-radius
:
16
px
;
border-radius
:
20
px
;
}
}
...
...
@@ -98,7 +97,7 @@ input {
// border: solid 2px $cOrange;
// padding: 2.666667rem 10rem 2.833333rem 10rem;
background-color
:
#ffffff
;
border-radius
:
16
px
;
border-radius
:
20
px
;
.title
{
font-size
:
1
.333333rem
;
...
...
@@ -143,7 +142,7 @@ input {
.reservation-container-2
{
@extend
.bb
;
background-color
:
#ffffff
;
border-radius
:
16
px
;
border-radius
:
20
px
;
.title
{
font-size
:
1
.333333rem
;
...
...
src/pages/vhis-detail/vhis-detail.scss
View file @
64295c8
@import
'@/styles/_support'
;
$borderSize
:
6px
;
.page
{
color
:
$cFontGray2
;
}
...
...
@@ -96,7 +98,7 @@
}
.banner-tips
{
$borderSize
:
8px
;
position
:
absolute
;
z-index
:
2
;
width
:
422px
;
...
...
@@ -418,7 +420,7 @@
height
:
67px
;
line-height
:
67px
;
padding
:
2px
;
border-radius
:
2px
;
border-radius
:
$borderSize
;
cursor
:
pointer
;
.cont
{
...
...
@@ -433,7 +435,7 @@
background-color
:
#ffffff
;
font-size
:
22px
;
font-weight
:
bold
;
border-radius
:
2px
;
border-radius
:
$borderSize
;
.icon
{
height
:
47px
;
...
...
Please
register
or
sign in
to post a comment