Commit 2e4e1d65 authored by xd's avatar xd

修改优惠券样式

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