Commit aceb6d74 by 陈玉桐

fix生成海报描述样式

parent e17a6f53
...@@ -485,17 +485,17 @@ export default { ...@@ -485,17 +485,17 @@ export default {
} }
} }
#posterOutText{ #posterOutText{
font-size: 30px; font-size: 24px;
color: #fff; color: #fff;
position: absolute; position: absolute;
right: 10px; right: 10px;
top: 38px; top: 30px;
display: flex; display: flex;
p{ p{
width: 30px; width: 24px;
line-height: 32px; line-height: 26px;
word-wrap: break-word;/*英文的时候需要加上这句,自动换行*/ word-wrap: break-word;/*英文的时候需要加上这句,自动换行*/
margin-right: 10px; margin-right: 10px;
text-align: center; text-align: center;
} }
p:nth-child(1){ p:nth-child(1){
......
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