Commit e0e8bf12 by 陈玉桐

fix

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