修复已知问题
This commit is contained in:
22
src/app.scss
22
src/app.scss
@@ -48,4 +48,26 @@ button[open-type="chooseAvatar"] {
|
||||
border-radius: 100px 0 0 100px;
|
||||
height: 70px;
|
||||
}
|
||||
.cart-add{
|
||||
background: #e9fff2;
|
||||
color: #333333;
|
||||
border-radius: 20px 0 0 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 80px;
|
||||
}
|
||||
.cart-buy{
|
||||
background: linear-gradient(-45deg, #1fbfa2, #94e0ce);
|
||||
color: #ffffff;
|
||||
border-radius: 0 20px 20px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
image {
|
||||
margin: 0; /* 全局设置图片的 margin */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user