save code
This commit is contained in:
+16
-33
@@ -121,46 +121,29 @@ body {
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
/* 发型分类入口 */
|
||||
.category-section {
|
||||
/* 下一步按钮 */
|
||||
.next-section {
|
||||
text-align: center;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.category-section h2 {
|
||||
margin-bottom: 2rem;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.category-buttons {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 2rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.category-btn {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 2rem;
|
||||
border: 2px solid #4A90E2;
|
||||
border-radius: 12px;
|
||||
background-color: white;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
.category-btn:hover {
|
||||
.next-btn {
|
||||
padding: 1.5rem 3rem;
|
||||
background-color: #4A90E2;
|
||||
color: white;
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 5px 15px rgba(74, 144, 226, 0.3);
|
||||
border: none;
|
||||
border-radius: 12px;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.gender-icon {
|
||||
font-size: 3rem;
|
||||
margin-bottom: 1rem;
|
||||
.next-btn:hover {
|
||||
background-color: #357ABD;
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 5px 15px rgba(74, 144, 226, 0.3);
|
||||
}
|
||||
|
||||
/* 分类导航 */
|
||||
|
||||
Reference in New Issue
Block a user