Commit a6292bcb by 姜雷

Merge branch 'develop' into test

parents bb2c94dd 2df8c7ad
......@@ -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;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment