跳转到内容
该网站目前正在建设进行中,如果您想提供帮助,请查看入门指南。如果你会wiki编辑语法,注册后即可开始编辑创建内容。

MediaWiki:Shiji.css

来自流放之路2Wiki
Admin留言 | 贡献2025年4月24日 (四) 13:01的版本 (创建页面,内容为“神圣石交易市场样式:​ .sacred-stone-market { max-width: 800px; margin: 20px auto; } .sacred-stone-item { width: 100%; border: 1px solid #eee; margin-bottom: 15px; border-radius: 8px; padding: 12px; } .transaction-header { color: #333; font-size: 14px; padding-bottom: 8px !important; border-bottom: 1px dashed #ddd; } .item-detail { vertical-align: top; width: 70%; padding-right: 20px !important; } .purchase-info { v…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
/* 神圣石交易市场样式 */

.sacred-stone-market {
  max-width: 800px;
  margin: 20px auto;
}

.sacred-stone-item {
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 15px;
  border-radius: 8px;
  padding: 12px;
}

.transaction-header {
  color: #333;
  font-size: 14px;
  padding-bottom: 8px !important;
  border-bottom: 1px dashed #ddd;
}

.item-detail {
  vertical-align: top;
  width: 70%;
  padding-right: 20px !important;
}

.purchase-info {
  vertical-align: top;
  width: 30%;
  text-align: right;
}

.price {
  color: #f60;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}

.unit-price {
  color: #666;
  font-size: 12px;
}

.btn-purchase {
  background: #f60;
  color: white;
  padding: 8px 20px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0;
}

.seller-rating {
  color: #f90;
  font-size: 16px;
}

.shipping-time {
  color: #999;
  font-size: 12px;
  display: block;
  margin-top: 8px;
}

.game-server {
  color: #666;
  font-size: 12px;
}

.conversion-rate {
  color: #666;
  font-size: 12px;
}

.small-text {
  color: #999;
  font-size: 12px;
}