|
|
|
@ -79,8 +79,22 @@ |
|
|
|
margin-top: 10px; |
|
|
|
font-size: 12px; |
|
|
|
color: #666; |
|
|
|
text-align: right; |
|
|
|
padding: 0 15px; |
|
|
|
text-align: center; |
|
|
|
padding: 10px; |
|
|
|
background-color: #f5f9ff; |
|
|
|
border-radius: 8px; |
|
|
|
border: 1px solid #e6f7ff; |
|
|
|
line-height: 1.4; |
|
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); |
|
|
|
} |
|
|
|
|
|
|
|
/* 登录信息在移动端的优化 */ |
|
|
|
@media (max-width: 768px) { |
|
|
|
#currentUserInfo { |
|
|
|
font-size: 11px; |
|
|
|
padding: 8px; |
|
|
|
line-height: 1.3; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/* 搜索框样式优化 */ |
|
|
|
@ -1306,7 +1320,7 @@ |
|
|
|
<!-- 左侧:返回按钮 --> |
|
|
|
<div class="title-bar-left"> |
|
|
|
<button onclick="window.location.href='SupplierReview.html'" style="background-color: rgba(255, 255, 255, 0.2); color: white; border: 1px solid rgba(255, 255, 255, 0.3); padding: 6px 12px; border-radius: 15px; font-size: 12px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; backdrop-filter: blur(10px); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); flex-shrink: 0;"> |
|
|
|
返回 |
|
|
|
返回审核 |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
<!-- 右侧:联系客服和用户信息 --> |
|
|
|
|