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, #ff6b6b 0%, #ff8e53 50%, #ff6b6b 100%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: white;
|
||||
background: linear-gradient(135deg, #ffffff 0%, #fff5f0 100%);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
|
||||
box-shadow: 0 20px 60px rgba(255,107,107,0.3), inset 0 2px 0 rgba(255,255,255,1);
|
||||
border: 2px solid #ff8e53;
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
color: #d63031;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
text-shadow: 0 2px 10px rgba(214,48,49,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, #fff5f0 0%, #ffe8e0 100%);
|
||||
border-radius: 15px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 30px;
|
||||
box-shadow: 0 4px 15px rgba(255,107,107,0.15);
|
||||
border: 1px solid #ffb399;
|
||||
}
|
||||
.image-placeholder {
|
||||
font-size: 120px;
|
||||
@@ -49,7 +53,7 @@
|
||||
}
|
||||
.image-label {
|
||||
font-size: 28px;
|
||||
color: #666;
|
||||
color: #e17055;
|
||||
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