Commit 6a23f902 by 陈玉桐

fix

parent 943d665b
...@@ -316,7 +316,7 @@ export default { ...@@ -316,7 +316,7 @@ export default {
if(this.days==60){ if(this.days==60){
this.option.autoCropWidth = document.documentElement.clientWidth this.option.autoCropWidth = document.documentElement.clientWidth
this.option.autoCropHeight = document.documentElement.clientWidth/1.364 this.option.autoCropHeight = document.documentElement.clientWidth/1.4829
}else{ }else{
this.option.autoCropWidth = document.documentElement.clientWidth this.option.autoCropWidth = document.documentElement.clientWidth
this.option.autoCropHeight = document.documentElement.clientWidth/0.883 this.option.autoCropHeight = document.documentElement.clientWidth/0.883
...@@ -754,7 +754,7 @@ export default { ...@@ -754,7 +754,7 @@ export default {
} }
#addpicBox{ #addpicBox{
width: 100%; width: 100%;
height: 223px; height: 205px;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
...@@ -988,14 +988,15 @@ export default { ...@@ -988,14 +988,15 @@ export default {
#posterOut.posterOut_60{ #posterOut.posterOut_60{
background-color: #fff; background-color: #fff;
width: 100%; width: 304px;
height: auto; height: 440px;
position: fixed; position: fixed;
top: -2000px; top: -2000px;
// top: 0; // top: 10px;
z-index: 999999; z-index: 999999;
overflow: hidden;
>img{ >img{
height: 450px; height: 77.8%;
width: 100%; width: 100%;
display: block; display: block;
z-index: 1; z-index: 1;
...@@ -1003,7 +1004,7 @@ export default { ...@@ -1003,7 +1004,7 @@ export default {
} }
#posterOutAddpicBox{ #posterOutAddpicBox{
width: 100%; width: 100%;
height: 270px; height: 205px;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
...@@ -1016,8 +1017,8 @@ export default { ...@@ -1016,8 +1017,8 @@ export default {
#posterOutText{ #posterOutText{
color: #fff; color: #fff;
position: absolute; position: absolute;
right: 25px; right: 20px;
top: 290px; top: 230px;
display: flex; display: flex;
z-index: 2; z-index: 2;
font-weight: 500; font-weight: 500;
...@@ -1025,27 +1026,27 @@ export default { ...@@ -1025,27 +1026,27 @@ export default {
color: #000000; color: #000000;
display: flex; display: flex;
p{ p{
font-size: 14px; font-size: 9px;
width: 14px; width: 9px;
line-height: 14px; line-height: 10px;
word-wrap: break-word;/*英文的时候需要加上这句,自动换行*/ word-wrap: break-word;
text-align: center; text-align: center;
margin: 0 8px 0 0; margin: 0 4px 0 0;
} }
} }
div:nth-child(2){ div:nth-child(2){
font-size: 22px; font-size: 16px;
color: #fff; color: #fff;
width: 30px; width: 24px;
line-height: 22px; line-height: 16px;
word-wrap: break-word;/*英文的时候需要加上这句,自动换行*/ word-wrap: break-word;
text-align: center; text-align: center;
height: 100%; height: 100%;
padding: 4px; padding: 4px;
} }
} }
#posterOutBom{ #posterOutBom{
padding: 2px 23px 20px; padding: 2px 19px 20px;
background-color: #fff; background-color: #fff;
#posterOutWrap{ #posterOutWrap{
width: 100%; width: 100%;
...@@ -1053,31 +1054,30 @@ export default { ...@@ -1053,31 +1054,30 @@ export default {
border-bottom-right-radius: 15px; border-bottom-right-radius: 15px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding-bottom: 5px;
} }
#posterOutTime{ #posterOutTime{
padding: 20px 0 0 20px; padding: 0 0 0 15px;
>div{ >div{
width: 100%; width: 100%;
height: 70px; height: 60px;
line-height: 70px; line-height: 60px;
font-size: 70px; font-size: 50px;
span{ span{
font-weight: 600; font-weight: 600;
} }
} }
>p{ >p{
color: #fff; color: #fff;
font-size: 13px; font-size: 12px;
margin-top: 0; margin-top: -8px;
} }
} }
#posterOutQRcode{ #posterOutQRcode{
padding: 8px 15px 0 0; padding: 8px 15px 0 0;
>div{ >div{
padding: 0; padding: 0;
width: 88px; width: 56px;
height: 88px; height: 56px;
margin-bottom: 1px; margin-bottom: 1px;
img{ img{
display: block; display: block;
...@@ -1087,7 +1087,7 @@ export default { ...@@ -1087,7 +1087,7 @@ export default {
} }
p{ p{
color: #fff; color: #fff;
font-size: 11px; font-size: 7px;
font-weight: 500; font-weight: 500;
text-align: center; text-align: center;
} }
......
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