Commit 2e4e1d65 authored by xd's avatar xd

修改优惠券样式

parent b13e5e57
......@@ -70,9 +70,10 @@ export default {
<style scoped>
.contain {
background-color: rgb(237, 239, 243);
height: 100%;
height: auto;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.left,.right {
font-size: 16px;
......@@ -80,9 +81,9 @@ export default {
.box {
display: flex;
align-items: center;
width: 100%;
width: 90%;
padding: 20px;
height: 22%;
height: auto;
background-color: #fff;
border: 1px solid #777;
margin-top: 18px;
......
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