Browse Source

将返回按钮改为返回审核按钮,并优化登录信息排版

Boss3
Default User 1 month ago
parent
commit
0ec1a09658
  1. 20
      supply.html

20
supply.html

@ -79,8 +79,22 @@
margin-top: 10px; margin-top: 10px;
font-size: 12px; font-size: 12px;
color: #666; color: #666;
text-align: right; text-align: center;
padding: 0 15px; 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"> <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 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> </button>
</div> </div>
<!-- 右侧:联系客服和用户信息 --> <!-- 右侧:联系客服和用户信息 -->

Loading…
Cancel
Save