更新web
This commit is contained in:
@@ -946,7 +946,7 @@ tr:hover {
|
||||
/* 通知组件 */
|
||||
.notification {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
background-color: #3498db;
|
||||
color: white;
|
||||
@@ -954,12 +954,7 @@ tr:hover {
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
|
||||
z-index: 1000;
|
||||
transform: translateX(100%);
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
.notification.show {
|
||||
transform: translateX(0);
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
.notification.success {
|
||||
@@ -1141,8 +1136,9 @@ tr:hover {
|
||||
/* 跟踪器浮窗样式 */
|
||||
.tracker-tooltip {
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
top: 50%;
|
||||
left: 100%;
|
||||
transform: translateY(-50%);
|
||||
margin-left: 10px;
|
||||
background-color: white;
|
||||
border: 1px solid #e2e8f0;
|
||||
@@ -1150,9 +1146,15 @@ tr:hover {
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
||||
padding: 12px;
|
||||
min-width: 250px;
|
||||
z-index: 50;
|
||||
max-width: 350px;
|
||||
z-index: 9999;
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
display: none;
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
|
||||
visibility: hidden;
|
||||
word-wrap: break-word;
|
||||
/* 添加箭头 */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user