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
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
6 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 @@
...
@@ -184,3 +184,7 @@
184
.
container
:
:-
webkit-scrollbar
{
184
.
container
:
:-
webkit-scrollbar
{
185
display
:
none
;
185
display
:
none
;
186
}
186
}
187
188
.container
{
189
-ms-overflow-style
:
none
;
190
}
...
...
src/pages/customer-auth/customer-auth.scss
View file @
3820613
...
@@ -285,7 +285,7 @@
...
@@ -285,7 +285,7 @@
285
}
285
}
286
286
287
&
-protocol
{
287
&
-protocol
{
288
margin
:
$marginSmall-M
auto
0
;
288
//
margin: $marginSmall-M auto 0;
289
}
289
}
290
290
291
&
-submit
{
291
&
-submit
{
...
...
src/pages/infomation-improve/infomation-improve.scss
View file @
3820613
...
@@ -293,7 +293,7 @@
...
@@ -293,7 +293,7 @@
293
}
293
}
294
294
295
&
-protocol
{
295
&
-protocol
{
296
margin
:
$marginSmall-M
auto
0
;
296
//
margin: $marginSmall-M auto 0;
297
}
297
}
298
298
299
&
-submit
{
299
&
-submit
{
...
...
src/pages/login/login.scss
View file @
3820613
...
@@ -276,7 +276,7 @@
...
@@ -276,7 +276,7 @@
276
}
276
}
277
277
278
&
-protocol
{
278
&
-protocol
{
279
margin
:
$marginSmall-M
auto
0
;
279
//
margin: $marginSmall-M auto 0;
280
}
280
}
281
281
282
&
-submit
{
282
&
-submit
{
...
...
src/pages/password-find/password-find.scss
View file @
3820613
...
@@ -279,7 +279,7 @@
...
@@ -279,7 +279,7 @@
279
}
279
}
280
280
281
&
-protocol
{
281
&
-protocol
{
282
margin
:
$marginSmall-M
auto
0
;
282
//
margin: $marginSmall-M auto 0;
283
}
283
}
284
284
285
&
-submit
{
285
&
-submit
{
...
...
src/pages/password-reset/password-reset.scss
View file @
3820613
...
@@ -279,7 +279,7 @@
...
@@ -279,7 +279,7 @@
279
}
279
}
280
280
281
&
-protocol
{
281
&
-protocol
{
282
margin
:
$marginSmall-M
auto
0
;
282
//
margin: $marginSmall-M auto 0;
283
}
283
}
284
284
285
&
-submit
{
285
&
-submit
{
...
...
src/pages/register/register.scss
View file @
3820613
...
@@ -287,7 +287,7 @@
...
@@ -287,7 +287,7 @@
287
}
287
}
288
288
289
&
-protocol
{
289
&
-protocol
{
290
margin
:
$marginSmall-M
auto
0
;
290
//
margin: $marginSmall-M auto 0;
291
}
291
}
292
292
293
&
-submit
{
293
&
-submit
{
...
...
Please
register
or
sign in
to post a comment