+
+
+ First Name:
+ {{ form.firstName || "Not filled in" }}
-
-
Last Name:{{ form.lastName }}
+
+ Last Name:
+ {{ form.lastName || "Not filled in" }}
-
-
Email:{{ form.email }}
+
+ Email:
+ {{ form.email || "Not filled in" }}
-
-
Company:{{ form.company }}
+
+ Company:
+ {{ form.company || "Not filled in" }}
-
- Phone:{{ form.phone || "Not filled in" }}
-
-
-
Alert Type:{{
- form.alertType === "all" ? "All Alerts" : "Customize Alerts"
- }}
+
+ Phone:
+ {{ form.phone || "Not filled in" }}
+
-
+
diff --git a/src/views/email-alerts/size1920/index.vue b/src/views/email-alerts/size1920/index.vue
index 49c5b4a..7bbf53a 100644
--- a/src/views/email-alerts/size1920/index.vue
+++ b/src/views/email-alerts/size1920/index.vue
@@ -40,7 +40,13 @@ async function handleSubmit(e) {
The information you submitted is as follows:
-
@@ -274,7 +275,7 @@
.hero-section {
text-align: center;
position: relative;
- background-image: url("@/assets/image/1920/product-introduction-img3.png");
+ background-image: url("@/assets/image/1440/product-introduction-img3.png");
background-repeat: no-repeat;
background-size: 100% auto;
background-position: top;
@@ -296,10 +297,9 @@
}
.hero-bg-img {
position: absolute;
- bottom: -84px;
+ bottom: -204px;
left: 0;
width: 100%;
- /* height: 100%; */
z-index: 1;
}
.core-value-card {
@@ -317,7 +317,7 @@
.card-content {
display: flex;
flex-direction: column;
- gap: 24px;
+ gap: 32px;
}
.card-title {
@@ -361,7 +361,7 @@
.features-list {
display: flex;
flex-direction: column;
- gap: 24px;
+ gap: 32px;
}
.feature-item {
@@ -385,6 +385,8 @@
color: #455363;
letter-spacing: 0.48px;
padding: 0 16px;
+ text-align: justify;
+ font-feature-settings: "liga" off, "clig" off;
}
.solutions-section {
@@ -394,13 +396,13 @@
}
.solutions-content {
display: flex;
- gap: 24px;
+ gap: 16px;
}
.solutions-list {
display: flex;
flex-direction: column;
gap: 24px;
- width: 466px;
+ width: 620px;
}
.solution-item {
text-align: left;
@@ -425,15 +427,27 @@
margin-bottom: 16px;
}
.solution-description {
- font-size: 16px;
- line-height: 22px;
+ align-self: stretch;
color: #455363;
- letter-spacing: 0.48px;
padding: 0 16px;
+
+ text-align: justify;
+ font-feature-settings: "liga" off, "clig" off;
+ /* 正文 */
+ font-family: "PingFang SC";
+ font-size: 16px;
+ font-style: normal;
+ font-weight: 400;
+ line-height: 22px; /* 137.5% */
+ letter-spacing: 0.48px;
}
.solution-image-container {
- width: 434px;
+ width: 50%;
border-radius: 16px;
+ margin: 0 auto;
+ display: flex;
+ justify-content: center;
+ align-items: center;
}
.solution-image {
width: 100%;
@@ -445,7 +459,7 @@
.advantages-section {
margin-top: 80px;
padding: 80px 0;
- background-image: url("@/assets/image/1920/product-introduction-img4.png");
+ background-image: url("@/assets/image/1440/product-introduction-img4.png");
background-size: cover;
background-position: center;
color: #fff;
@@ -456,7 +470,7 @@
width: 1240px;
margin: 0 auto;
display: flex;
- gap: 16px;
+ justify-content: space-between;
position: relative;
z-index: 1;
}
@@ -469,7 +483,7 @@
width: 466px;
display: flex;
flex-direction: column;
- gap: 24px;
+ gap: 32px;
}
.advantage-item {
display: flex;
@@ -541,7 +555,7 @@
.cta-bg-img {
position: absolute;
top: 80px;
- left: 201px;
+ left: 355px;
width: 530px;
height: 268px;
opacity: 0.8;
@@ -549,7 +563,7 @@
}
.vertical-line {
width: 1px;
- height: 20px;
+ height: 19px;
background: #ff7bac;
flex-shrink: 0;
margin-top: 6px;
@@ -586,13 +600,13 @@
left: 0;
}
.grid-lines .line-2 {
- left: 233px;
+ left: 310px;
}
.grid-lines .line-3 {
- left: 466px;
+ left: 620px;
}
.grid-lines .line-4 {
- left: 699px;
+ left: 930px;
}
.grid-lines .line-5 {
right: 0;
diff --git a/src/views/stock-quote/size1440/index.vue b/src/views/stock-quote/size1440/index.vue
index 31f19a9..d5776b8 100644
--- a/src/views/stock-quote/size1440/index.vue
+++ b/src/views/stock-quote/size1440/index.vue
@@ -84,7 +84,7 @@ getStockQuate();
flex-direction: column;
gap: 16px;
padding: 0 16px;
- margin-top: 40px;
+ margin-top: 60px;
}
.title-decoration {
@@ -126,7 +126,7 @@ getStockQuate();
.price-card {
width: 616px;
- height: 555px;
+ height: 600px;
border-radius: 16px;
background: #ffffff;
box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.16);