Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-school-app
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜雷
wx-school-app
Commits
a6292bcb
Commit
a6292bcb
authored
Jun 27, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into test
parents
bb2c94dd
2df8c7ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Account.scss
src/pages/Account/Account.scss
+6
-2
No files found.
src/pages/Account/Account.scss
View file @
a6292bcb
...
...
@@ -48,7 +48,7 @@
.Account-Money
{
padding
:
60px
32px
20px
;
display
:
flex
;
justify-content
:
space-between
;
//
justify-content: space-between;
flex-wrap
:
wrap
;
.Account-Money-Item
{
box-sizing
:
border-box
;
...
...
@@ -59,6 +59,10 @@
border
:
4px
solid
#e6ebfd
;
border-radius
:
24px
;
margin-bottom
:
20px
;
margin-right
:
15px
;
&
:nth-child
(
3n
+
3
)
{
margin-right
:
0
;
}
&
.selected
{
background-color
:
#6180f4
;
border-color
:
#6180f4
;
...
...
@@ -87,6 +91,6 @@
}
}
.Account-Paybtn
{
margin
:
60px
32px
0
;
margin
:
60px
32px
40px
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment