|
@@ -7,8 +7,8 @@
|
|
|
|
|
|
|
|
:global {
|
|
:global {
|
|
|
.back {
|
|
.back {
|
|
|
- width: 60px;
|
|
|
|
|
- height: 30px;
|
|
|
|
|
|
|
+ width: 80px;
|
|
|
|
|
+ height: 40px;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 3%;
|
|
top: 3%;
|
|
|
left: 4%;
|
|
left: 4%;
|
|
@@ -16,7 +16,7 @@
|
|
|
|
|
|
|
|
&>img {
|
|
&>img {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
- object-fit: contain;
|
|
|
|
|
|
|
+ object-fit: fill !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -207,6 +207,7 @@
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
line-height: 28px;
|
|
line-height: 28px;
|
|
|
|
|
+ letter-spacing: 2px;
|
|
|
writing-mode: vertical-lr;
|
|
writing-mode: vertical-lr;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -221,7 +222,7 @@
|
|
|
color: rgba(93, 96, 96, 1);
|
|
color: rgba(93, 96, 96, 1);
|
|
|
text-align: justify;
|
|
text-align: justify;
|
|
|
letter-spacing: 2px;
|
|
letter-spacing: 2px;
|
|
|
- line-height: 24px;
|
|
|
|
|
|
|
+ line-height: 22px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.preview {
|
|
.preview {
|
|
@@ -260,7 +261,7 @@
|
|
|
line-height: 18px;
|
|
line-height: 18px;
|
|
|
color: rgba(175, 135, 100, 1);
|
|
color: rgba(175, 135, 100, 1);
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- writing-mode: vertical-rl;
|
|
|
|
|
|
|
+ writing-mode: vertical-lr;
|
|
|
height: auto;
|
|
height: auto;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
letter-spacing: 2px;
|
|
letter-spacing: 2px;
|
|
@@ -303,4 +304,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-//--------移动端
|
|
|
|
|
|
|
+//--------移动端
|