forked from gxwebsoft/mp-10550
删除无用代码
This commit is contained in:
15
src/app.scss
15
src/app.scss
@@ -34,3 +34,18 @@ button[open-type="chooseAvatar"] {
|
||||
line-height: inherit !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
.buy-btn{
|
||||
height: 70px;
|
||||
background: linear-gradient(to bottom, #1cd98a, #24ca94);
|
||||
border-radius: 100px;
|
||||
color: #ffffff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
.cart-icon{
|
||||
background: linear-gradient(to bottom, #bbe094, #4ee265);
|
||||
border-radius: 100px 0 0 100px;
|
||||
height: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user