fix: 更新财经商贸页面的产品宣传海报设计数量
详细说明: - 将产品宣传海报设计数量从3套更新为2套,以反映最新的设计进度 - 更新相关文本内容以保持一致性 - 修改文件: web_frontend/exhibition-demo/src/data/terminalSimulations/finance.ts, web_frontend/web_result/order-classes/finance/index.html
This commit is contained in:
@@ -287,7 +287,7 @@ body.dark-theme .hero {
|
||||
.section:nth-child(1) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(245, 243, 255, 0.9) 0%, rgba(237, 233, 254, 1) 100%),
|
||||
url('../images/硅晶圆检测项目.jpg');
|
||||
url('https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1600&q=80');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-attachment: fixed;
|
||||
@@ -296,7 +296,7 @@ body.dark-theme .hero {
|
||||
.section:nth-child(2) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(245, 243, 255, 0.9) 0%, rgba(237, 233, 254, 1) 100%),
|
||||
url('../images/光学镜头检测硅晶圆示意图.jpg');
|
||||
url('https://images.unsplash.com/photo-1532094349884-543bc11b234d?w=1600&q=80');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-attachment: fixed;
|
||||
@@ -305,7 +305,7 @@ body.dark-theme .hero {
|
||||
.section:nth-child(3) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(245, 243, 255, 0.9) 0%, rgba(237, 233, 254, 1) 100%),
|
||||
url('../images/外观热力图(颗粒划痕腐蚀).jpg');
|
||||
url('https://images.unsplash.com/photo-1518770660439-4636190af475?w=1600&q=80');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-attachment: fixed;
|
||||
@@ -314,7 +314,7 @@ body.dark-theme .hero {
|
||||
.section:nth-child(4) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(245, 243, 255, 0.9) 0%, rgba(237, 233, 254, 1) 100%),
|
||||
url('../images/检测结果主图.jpg');
|
||||
url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=1600&q=80');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-attachment: fixed;
|
||||
@@ -343,7 +343,7 @@ body.dark-theme .hero {
|
||||
body.dark-theme .section:nth-child(1) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(15, 10, 31, 0.92) 0%, rgba(20, 15, 35, 0.88) 100%),
|
||||
url('../images/硅晶圆检测项目.jpg');
|
||||
url('https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1600&q=80');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-attachment: fixed;
|
||||
@@ -352,7 +352,7 @@ body.dark-theme .section:nth-child(1) {
|
||||
body.dark-theme .section:nth-child(2) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(20, 15, 35, 0.90) 0%, rgba(15, 10, 31, 0.88) 100%),
|
||||
url('../images/光学镜头检测硅晶圆示意图.jpg');
|
||||
url('https://images.unsplash.com/photo-1532094349884-543bc11b234d?w=1600&q=80');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-attachment: fixed;
|
||||
@@ -361,7 +361,7 @@ body.dark-theme .section:nth-child(2) {
|
||||
body.dark-theme .section:nth-child(3) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(15, 10, 31, 0.92) 0%, rgba(20, 15, 35, 0.88) 100%),
|
||||
url('../images/外观热力图(颗粒划痕腐蚀).jpg');
|
||||
url('https://images.unsplash.com/photo-1518770660439-4636190af475?w=1600&q=80');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-attachment: fixed;
|
||||
@@ -370,7 +370,7 @@ body.dark-theme .section:nth-child(3) {
|
||||
body.dark-theme .section:nth-child(4) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(20, 15, 35, 0.90) 0%, rgba(15, 10, 31, 0.88) 100%),
|
||||
url('../images/检测结果主图.jpg');
|
||||
url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=1600&q=80');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-attachment: fixed;
|
||||
@@ -1089,3 +1089,54 @@ body.dark-theme .theme-icon-light {
|
||||
flex: 1 1 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* ========== Section背景图片修正 ========== */
|
||||
/* 使用更具体的选择器来匹配实际的section元素 */
|
||||
body > section.section:nth-of-type(2) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(245, 243, 255, 0.9) 0%, rgba(237, 233, 254, 1) 100%),
|
||||
url('https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1600&q=80') !important;
|
||||
}
|
||||
|
||||
body > section.section:nth-of-type(3) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(245, 243, 255, 0.9) 0%, rgba(237, 233, 254, 1) 100%),
|
||||
url('https://images.unsplash.com/photo-1532094349884-543bc11b234d?w=1600&q=80') !important;
|
||||
}
|
||||
|
||||
body > section.section:nth-of-type(4) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(245, 243, 255, 0.9) 0%, rgba(237, 233, 254, 1) 100%),
|
||||
url('https://images.unsplash.com/photo-1518770660439-4636190af475?w=1600&q=80') !important;
|
||||
}
|
||||
|
||||
body > section.section:nth-of-type(5) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(245, 243, 255, 0.9) 0%, rgba(237, 233, 254, 1) 100%),
|
||||
url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=1600&q=80') !important;
|
||||
}
|
||||
|
||||
/* 深色主题 */
|
||||
body.dark-theme > section.section:nth-of-type(2) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(15, 10, 31, 0.92) 0%, rgba(20, 15, 35, 0.88) 100%),
|
||||
url('https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1600&q=80') !important;
|
||||
}
|
||||
|
||||
body.dark-theme > section.section:nth-of-type(3) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(20, 15, 35, 0.90) 0%, rgba(15, 10, 31, 0.88) 100%),
|
||||
url('https://images.unsplash.com/photo-1532094349884-543bc11b234d?w=1600&q=80') !important;
|
||||
}
|
||||
|
||||
body.dark-theme > section.section:nth-of-type(4) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(15, 10, 31, 0.92) 0%, rgba(20, 15, 35, 0.88) 100%),
|
||||
url('https://images.unsplash.com/photo-1518770660439-4636190af475?w=1600&q=80') !important;
|
||||
}
|
||||
|
||||
body.dark-theme > section.section:nth-of-type(5) {
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(20, 15, 35, 0.90) 0%, rgba(15, 10, 31, 0.88) 100%),
|
||||
url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=1600&q=80') !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user