解决方案
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 500 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 248 KiB |
@@ -1395,6 +1395,10 @@
|
||||
width: 50%;
|
||||
padding: 0 15px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
}
|
||||
.value-grid-item .value-item {
|
||||
width: 100%;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.value-grid-item {
|
||||
|
||||
1669
solution_logistics_chain.html
Normal file
1669
solution_logistics_chain.html
Normal file
File diff suppressed because it is too large
Load Diff
@@ -30,12 +30,6 @@
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
/* ========== 主色调覆盖 - rgba(0, 100, 255, 1) ========== */
|
||||
:root {
|
||||
--primary-color: rgba(0, 100, 255, 1);
|
||||
--primary-color-dark: rgba(0, 80, 200, 1);
|
||||
--primary-color-light: rgba(0, 100, 255, 0.8);
|
||||
}
|
||||
|
||||
/* ========== Solution Page Styles ========== */
|
||||
|
||||
@@ -57,7 +51,7 @@
|
||||
right: 0;
|
||||
width: 60%;
|
||||
height: 60%;
|
||||
background: radial-gradient(circle, rgba(0, 100, 255, 0.15) 0%, transparent 70%);
|
||||
background: radial-gradient(circle, rgba(0, 150, 136, 0.15) 0%, transparent 70%);
|
||||
animation: blob 8s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@@ -978,7 +972,6 @@
|
||||
.case-card-header {
|
||||
position: relative;
|
||||
padding: 28px;
|
||||
height: 160px;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -1355,6 +1355,10 @@
|
||||
width: 50%;
|
||||
padding: 0 15px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
}
|
||||
.value-grid-item .value-item {
|
||||
width: 100%;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.value-grid-item {
|
||||
|
||||
Reference in New Issue
Block a user