COC 7版人物卡 车卡工具
-
+ (paperInFront = !paperInFront)"
@switch-cheating="switchCheating"
@reset-card="resetCard"
/>
@@ -96,30 +106,23 @@ function switchCheating() {
margin: 18px;
}
-.papers {
+.paper-container {
+ perspective: 900em;
+}
+.papers-animation-container.papers-editing {
width: 65.625em; // 210mm / 3.2mm
min-height: 92.8125em; // 297mm / 3.2mm
margin: auto;
- font-size: var(--base-size);
}
.papers-editing {
--base-size: 15px;
}
.papers-printing {
--base-size: 3.2mm;
+ display: none;
}
-.paper-title {
- font-size: 20px;
- text-align: center;
- margin: 64px auto 0;
- line-height: 1;
-
- & + & {
- margin-top: 16px;
- }
- &:last-of-type {
- margin-bottom: 64px;
- }
+.papers-printing-active {
+ display: block;
}
.sticky-footer {
@@ -132,7 +135,7 @@ function switchCheating() {
}
@media screen and (max-width: 1024px) {
- .papers-editing {
+ .papers-animation-container.papers-editing {
width: auto;
height: auto;
}
@@ -146,14 +149,14 @@ function switchCheating() {
display: block;
padding: 0;
}
- .papers-container {
+ .paper-container {
margin: auto;
}
- .papers {
- --base-size: 3.2mm;
- }
.web-only {
display: none;
}
+ .papers-printing {
+ display: block;
+ }
}
+
-
@@ -73,6 +82,7 @@ function switchCheating() {
+
+
+
+
+
+
+