Commit 734c20fe by 陈玉桐

fix 21天海报生成

parent 6a23f902
...@@ -885,15 +885,15 @@ export default { ...@@ -885,15 +885,15 @@ export default {
#posterOut{ #posterOut{
background-color: #fff; background-color: #fff;
width: 300px; width: 304px;
height: 500px; height: 440px;
position: fixed; position: fixed;
top: -2000px; top: -2000px;
// position: relative; // position: relative;
// top: 0; // top: 10px;
z-index: 999999; z-index: 999999;
#posterOut21Box{ #posterOut21Box{
height: 72%; height: 77.8%;
width: 100%; width: 100%;
position: relative; position: relative;
img{ img{
...@@ -924,17 +924,17 @@ export default { ...@@ -924,17 +924,17 @@ export default {
} }
} }
#posterOutText{ #posterOutText{
font-size: 20px; font-size: 15px;
color: #fff; color: #fff;
position: absolute; position: absolute;
right: 10px; right: 15px;
top: 30px; top: 19px;
display: flex; display: flex;
p{ p{
width: 20px; width: 15px;
line-height: 22px; line-height: 15px;
word-wrap: break-word;/*英文的时候需要加上这句,自动换行*/ word-wrap: break-word;
margin-right: 8px; margin-right: 5px;
text-align: center; text-align: center;
} }
p:nth-child(1){ p:nth-child(1){
...@@ -945,30 +945,31 @@ export default { ...@@ -945,30 +945,31 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
#posterOutTime{ #posterOutTime{
padding: 22px 0 0 19px; padding: 25px 0 0 33px;
>div{ >div{
width: 140px; width: 100%;
height: 66px; height: 42px;
line-height: 66px; line-height: 42px;
text-align: center;
color: #fff; color: #fff;
font-size: 54px; font-size: 30px;
text-align: center;
span{ span{
font-weight: 600; font-weight: 600;
} }
} }
>p{ >p{
font-size: 10px; font-size: 6px;
margin-top: 4px; margin-top: 4px;
} }
} }
#posterOutQRcode{ #posterOutQRcode{
padding: 8px 19px 0 0; padding: 12px 50px 0 0;
>div{ >div{
padding: 6px; padding: 3px;
width: 80px; width: 49px;
height: 80px; height: 49px;
margin-bottom: 4px; margin-bottom: 2px;
img{ img{
display: block; display: block;
width: 100%; width: 100%;
...@@ -976,11 +977,10 @@ export default { ...@@ -976,11 +977,10 @@ export default {
} }
} }
p{ p{
font-size: 15px; font-size: 8px;
color: #000000; color: #000000;
font-weight: 500; font-weight: 500;
text-align: center; text-align: center;
line-height: 17px;
} }
} }
} }
......
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