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
38206135
authored
2019-12-23 11:30:49 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
e2b99f93
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
7 deletions
src/pages/custom-service/components/insurance-query.scss
src/pages/customer-auth/customer-auth.scss
src/pages/infomation-improve/infomation-improve.scss
src/pages/login/login.scss
src/pages/password-find/password-find.scss
src/pages/password-reset/password-reset.scss
src/pages/register/register.scss
src/pages/custom-service/components/insurance-query.scss
View file @
3820613
...
...
@@ -184,3 +184,7 @@
.
container
:
:-
webkit-scrollbar
{
display
:
none
;
}
.container
{
-ms-overflow-style
:
none
;
}
...
...
src/pages/customer-auth/customer-auth.scss
View file @
3820613
...
...
@@ -285,7 +285,7 @@
}
&
-protocol
{
margin
:
$marginSmall-M
auto
0
;
//
margin: $marginSmall-M auto 0;
}
&
-submit
{
...
...
src/pages/infomation-improve/infomation-improve.scss
View file @
3820613
...
...
@@ -293,7 +293,7 @@
}
&
-protocol
{
margin
:
$marginSmall-M
auto
0
;
//
margin: $marginSmall-M auto 0;
}
&
-submit
{
...
...
src/pages/login/login.scss
View file @
3820613
...
...
@@ -47,7 +47,7 @@
text-shadow
:
3px
5
.2px
9px
rgba
(
236
,
100
,
41
,
0
.27
);
margin-top
:
2rem
;
}
&
-tit
{
color
:
$cOrange
;
text-align
:
center
;
...
...
@@ -276,7 +276,7 @@
}
&
-protocol
{
margin
:
$marginSmall-M
auto
0
;
//
margin: $marginSmall-M auto 0;
}
&
-submit
{
...
...
src/pages/password-find/password-find.scss
View file @
3820613
...
...
@@ -279,7 +279,7 @@
}
&
-protocol
{
margin
:
$marginSmall-M
auto
0
;
//
margin: $marginSmall-M auto 0;
}
&
-submit
{
...
...
src/pages/password-reset/password-reset.scss
View file @
3820613
...
...
@@ -279,7 +279,7 @@
}
&
-protocol
{
margin
:
$marginSmall-M
auto
0
;
//
margin: $marginSmall-M auto 0;
}
&
-submit
{
...
...
src/pages/register/register.scss
View file @
3820613
...
...
@@ -287,7 +287,7 @@
}
&
-protocol
{
margin
:
$marginSmall-M
auto
0
;
//
margin: $marginSmall-M auto 0;
}
&
-submit
{
...
...
Please
register
or
sign in
to post a comment