无编辑摘要 |
无编辑摘要 |
||
第200行: | 第200行: | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
} | } | ||
} | |||
/* 市集MediaWiki:Common.css */ | |||
.market-container { | |||
background: #FFEBD2; | |||
padding: 20px; | |||
border-radius: 8px; | |||
} | |||
.market-table { | |||
width: 100%; | |||
border-collapse: collapse; | |||
background: white; | |||
box-shadow: 0 2px 4px rgba(0,0,0,0.1); | |||
} | |||
.table-header th { | |||
background: #FFA726; | |||
color: white; | |||
padding: 12px; | |||
text-align: left; | |||
} | |||
.product-item td { | |||
padding: 15px; | |||
border-bottom: 1px solid #EEE; | |||
} | |||
.product-name { | |||
font-weight: bold; | |||
color: #333; | |||
} | |||
.trade-method { | |||
color: #666; | |||
font-size: 0.9em; | |||
} | |||
.time { | |||
color: #888; | |||
font-size: 0.85em; | |||
} | |||
.rate .price { | |||
color: #E65100; | |||
font-weight: bold; | |||
} | |||
.ratio { | |||
color: #666; | |||
font-size: 0.9em; | |||
} | |||
.current-stock { | |||
color: #2E7D32; | |||
font-weight: bold; | |||
} | |||
.limits { | |||
color: #666; | |||
font-size: 0.85em; | |||
margin-top: 5px; | |||
} | |||
.sell-amount input { | |||
width: 80px; | |||
padding: 6px; | |||
border: 1px solid #CCC; | |||
border-radius: 4px; | |||
} | |||
.total-price { | |||
color: #E65100; | |||
font-weight: bold; | |||
margin-top: 5px; | |||
} | |||
.service-item { | |||
display: inline-block; | |||
background: #FFF3E0; | |||
padding: 4px 8px; | |||
border-radius: 12px; | |||
margin: 2px; | |||
font-size: 0.85em; | |||
} | |||
.service-item.cash { background: #E8F5E9; } | |||
.service-item.reject { background: #FFEBEE; } | |||
.sell-button { | |||
display: inline-block; | |||
background: linear-gradient(135deg, #FFB74D, #FF9800); | |||
color: white!important; | |||
padding: 8px 20px; | |||
border-radius: 20px; | |||
text-decoration: none; | |||
font-weight: bold; | |||
transition: 0.3s; | |||
} | |||
.sell-button:hover { | |||
opacity: 0.9; | |||
transform: translateY(-1px); | |||
} | |||
.input-group { | |||
display: flex; | |||
align-items: center; | |||
gap: 5px; | |||
} | } |