Commit e0e8bf12 by 陈玉桐

fix

parent 734c20fe
...@@ -681,22 +681,22 @@ export default { ...@@ -681,22 +681,22 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
#posterTime{ #posterTime{
padding: 25px 0 0 33px; padding: 20px 0 0 20px;
>div{ >div{
width: 100%; width: 100%;
height: 42px; height: 50px;
line-height: 42px; line-height: 50px;
color: #fff; color: #fff;
font-size: 30px; font-size: 40px;
input{ input{
color: #fff; color: #fff;
font-size: 30px; font-size: 40px;
font-weight: 600; font-weight: 600;
background: none; background: none;
border: none; border: none;
width: 40px; width: 52px;
height: 36px; height: 50px;
line-height: 36px; line-height: 50px;
text-align: right; text-align: right;
padding: 0; padding: 0;
} }
...@@ -717,16 +717,16 @@ export default { ...@@ -717,16 +717,16 @@ export default {
} }
} }
>p{ >p{
font-size: 6px; font-size: 8px;
margin-top: 4px; margin-top: 4px;
} }
} }
#posterQRcode{ #posterQRcode{
padding: 12px 50px 0 0; padding: 8px 40px 0 0;
>div{ >div{
padding: 3px; padding: 3px;
width: 49px; width: 60px;
height: 49px; height: 60px;
margin-bottom: 2px; margin-bottom: 2px;
img{ img{
display: block; display: block;
...@@ -735,10 +735,11 @@ export default { ...@@ -735,10 +735,11 @@ export default {
} }
} }
p{ p{
font-size: 8px; font-size: 10px;
color: #000000; color: #000000;
font-weight: 500; font-weight: 500;
text-align: center; text-align: center;
line-height: 11px;
} }
} }
} }
...@@ -945,30 +946,30 @@ export default { ...@@ -945,30 +946,30 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
#posterOutTime{ #posterOutTime{
padding: 25px 0 0 33px; padding: 20px 0 0 20px;
>div{ >div{
width: 100%; width: 100%;
height: 42px; height: 50px;
line-height: 42px; line-height: 50px;
color: #fff; color: #fff;
font-size: 30px; font-size: 40px;
text-align: center; text-align: center;
span{ span{
font-weight: 600; font-weight: 600;
} }
} }
>p{ >p{
font-size: 6px; font-size: 8px;
margin-top: 4px; margin-top: 4px;
} }
} }
#posterOutQRcode{ #posterOutQRcode{
padding: 12px 50px 0 0; padding: 8px 40px 0 0;
>div{ >div{
padding: 3px; padding: 3px;
width: 49px; width: 60px;
height: 49px; height: 60px;
margin-bottom: 2px; margin-bottom: 2px;
img{ img{
display: block; display: block;
...@@ -977,10 +978,11 @@ export default { ...@@ -977,10 +978,11 @@ export default {
} }
} }
p{ p{
font-size: 8px; font-size: 10px;
color: #000000; color: #000000;
font-weight: 500; font-weight: 500;
text-align: center; text-align: center;
line-height: 11px;
} }
} }
} }
......
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