0328
This commit is contained in:
@@ -10,23 +10,25 @@
|
||||
width: 1000px;
|
||||
height: 1000px;
|
||||
font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
background: linear-gradient(135deg, #0984e3 0%, #74b9ff 50%, #0984e3 100%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: white;
|
||||
background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
|
||||
box-shadow: 0 20px 60px rgba(9,132,227,0.3), inset 0 2px 0 rgba(255,255,255,1);
|
||||
border: 2px solid #74b9ff;
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
color: #0984e3;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
text-shadow: 0 2px 10px rgba(9,132,227,0.2);
|
||||
}
|
||||
.image-grid {
|
||||
display: grid;
|
||||
@@ -35,13 +37,15 @@
|
||||
height: calc(100% - 96px);
|
||||
}
|
||||
.image-box {
|
||||
background: linear-gradient(135deg, #f5f7fa 0%, #e8ecef 100%);
|
||||
background: linear-gradient(135deg, #f0f8ff 0%, #e3f2fd 100%);
|
||||
border-radius: 15px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 30px;
|
||||
box-shadow: 0 4px 15px rgba(9,132,227,0.15);
|
||||
border: 1px solid #90caf9;
|
||||
}
|
||||
.image-placeholder {
|
||||
font-size: 120px;
|
||||
@@ -49,7 +53,7 @@
|
||||
}
|
||||
.image-label {
|
||||
font-size: 28px;
|
||||
color: #666;
|
||||
color: #2d98da;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
@@ -69,11 +73,11 @@
|
||||
</div>
|
||||
<div class="image-box">
|
||||
<div class="image-placeholder">📷</div>
|
||||
<div class="image-label">内部结构</div>
|
||||
<div class="image-label">接口展示</div>
|
||||
</div>
|
||||
<div class="image-box">
|
||||
<div class="image-placeholder">📷</div>
|
||||
<div class="image-label">接口细节</div>
|
||||
<div class="image-label">配件展示</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user