- 我的订单
- 我的服务
|
tion-holder .home-substation-btn:hover {
opacity: 0.86;
}
#home-substation-jump {
margin-left: 8px;
color: #ff6a00;
font-weight: bold;
}
#home-top-substation-jump {
margin-top: 8px;
padding: 10px;
background: #e7f3ff;
border: 1px solid #b3d9ff;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: space-between;
}
#home-top-substation-jump button {
padding: 6px 16px;
background: #0066cc;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 13px;
transition: opacity 0.2s;
}
#home-top-substation-jump button:hover {
opacity: 0.9;
}
#pc-city-selector .pc-theme-button {
background: var(--theme-color);
border: 1px solid var(--theme-color);
color: #fff;
border-radius: 4px;
cursor: pointer;
transition: all 0.2s ease;
}
#pc-city-selector .pc-theme-button:hover {
background: var(--theme-color-hover, var(--theme-color));
}
#pc-city-selector .pc-theme-button:active {
background: var(--theme-color-dark, var(--theme-color));
}