无编辑摘要 |
无编辑摘要 |
||
第202行: | 第202行: | ||
} | } | ||
/* | /* 商品表格样式 */ | ||
. | .goods-table { | ||
background: linear-gradient(135deg, #FFE4B5 0%, #FFFFFF 100%); | |||
padding: 1.5rem; | |||
border-radius: 8px; | |||
box-shadow: 0 2px 8px rgba(0,0,0,0.1); | |||
} | } | ||
. | .goods-table table { | ||
background: transparent; | |||
border-color: #FFA500; | |||
} | } | ||
.table | .goods-table th { | ||
background-color: #FFA500 !important; | |||
color: white !important; | |||
font-weight: 600; | |||
} | } | ||
.trade-method { | .trade-method { | ||
color: #FF5722; | |||
font-weight: bold; | |||
} | } | ||
. | .max-quantity { | ||
color: #666; | |||
font-size: 0.9em; | |||
} | } | ||
. | .unit-price { | ||
color: #4CAF50; | |||
font-weight: bold; | |||
} | } | ||
. | .deal-rate { | ||
color: #4CAF50; | |||
font-size: 0.95em; | |||
} | } | ||
. | .deal-time { | ||
color: #9E9E9E; | |||
font-size: 0.85em; | |||
} | } | ||
. | .service-tag { | ||
padding: 4px 8px; | |||
border-radius: 15px; | |||
margin: 4px 0; | |||
font-size: 0.85em; | |||
display: inline-block; | |||
} | } | ||
. | .cash { background: #FFE0B2; color: #EF6C00; } | ||
.insure { background: #FFCDD2; color: #C62828; } | |||
.auth { background: #C8E6C9; color: #2E7D32; } | |||
} | |||
. | .sell-button a { | ||
display: inline-block; | |||
background: #FF9800; | |||
color: white !important; | |||
padding: 8px 20px; | |||
border-radius: 20px; | |||
margin-top: 8px; | |||
text-decoration: none; | |||
font-weight: bold; | |||
transition: background 0.3s; | |||
} | } | ||
.sell-button a:hover { | |||
background: #F57C00; | |||
.sell-button { | |||
} | } | ||
. | /* 适配Vector 2022皮肤 */ | ||
.skin-vector-2022 .goods-table { | |||
margin: 1rem 0; | |||
} | } | ||
. | .skin-vector-2022 .goods-table th { | ||
border-color: #FFC107; | |||
} | } |