Admin留言 | 贡献
无编辑摘要
Admin留言 | 贡献
无编辑摘要
第202行: 第202行:
}
}


/* 商品表格样式 */
/* 神圣石交易市场样式 */
.goods-table {
.sacred-stone-market {
  background: linear-gradient(135deg, #FFE4B5 0%, #FFFFFF 100%);
    background-color: white;
  padding: 1.5rem;
    padding: 15px;
  border-radius: 8px;
    font-family: Arial, sans-serif;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
}


.goods-table table {
.sacred-stone-item {
  background: transparent;
    border: 1px solid #ddd;
  border-color: #FFA500;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}
}


.goods-table th {
.sacred-stone-item h4 {
  background-color: #FFA500 !important;
    color: #333;
  color: white !important;
    border-bottom: 1px solid #eee;
  font-weight: 600;
    padding-bottom: 5px;
}
}


.trade-method {
.sacred-stone-item ul {
  color: #FF5722;
    list-style-type: none;
  font-weight: bold;
    padding-left: 0;
}
}


.max-quantity {
.sacred-stone-item li {
  color: #666;
    margin-bottom: 8px;
  font-size: 0.9em;
    color: #555;
}
}


.unit-price {
.buy-button {
  color: #4CAF50;
    display: inline-block;
  font-weight: bold;
    padding: 8px 15px;
    background-color: #fff;
    color: #f80;
    border: 2px solid #f80;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
}
}


.deal-rate {
.buy-button:hover {
  color: #4CAF50;
    background-color: #f80;
  font-size: 0.95em;
    color: white;
}
}


.deal-time {
/* 星级评分样式 */
  color: #9E9E9E;
.mw-star-rating {
  font-size: 0.85em;
    unicode-bidi: bidi-override;
    color: #ccc;
    font-size: 16px;
    position: relative;
    margin: 0;
    padding: 0;
}
}


.service-tag {
.mw-star-rating .mw-star-rating-filled {
  padding: 4px 8px;
    color: #f80;
  border-radius: 15px;
    position: absolute;
  margin: 4px 0;
    display: block;
  font-size: 0.85em;
    top: 0;
  display: inline-block;
    left: 0;
}
    overflow: hidden;
 
.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;
}
 
/* 适配Vector 2022皮肤 */
.skin-vector-2022 .goods-table {
  margin: 1rem 0;
}
 
.skin-vector-2022 .goods-table th {
  border-color: #FFC107;
}
}