Commit fc5d6efb authored by 王炽's avatar 王炽

购买按钮居中

parent 786c256d
......@@ -137,12 +137,16 @@ export default {
bottom: 0;
height: 150rpx;
display: flex;
justify-content: space-between;
justify-content: center;
align-items: center;
gap: 20rpx;
padding: 0 20rpx;
box-sizing: border-box;
.btnbuy {
width: 350rpx;
height: 75rpx;
margin-left: 20rpx;
flex-shrink: 0;
}
button.btnshare::after {
......@@ -152,6 +156,7 @@ export default {
.btnshare {
width: 350rpx;
height: 75rpx;
flex-shrink: 0;
}
button.btnshare2::after {
border: none !important;
......@@ -160,6 +165,7 @@ export default {
.btnshare2 {
width: 718rpx;
height: 75rpx;
flex-shrink: 0;
}
}
}
......
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