|
|
| (未显示同一用户的12个中间版本) |
| 第22行: |
第22行: |
| position: relative; | | position: relative; |
| padding: 15px 20px 15px 35px; | | padding: 15px 20px 15px 35px; |
| margin-bottom: 25px; | | margin-bottom: 20px; |
| border-radius: 4px; | | border-radius: 4px; |
| background: rgba(255,255,255,0.95); | | background: rgba(255,255,255,0.95); |
| 第140行: |
第140行: |
| display: grid; | | display: grid; |
| grid-template-columns: repeat(2, 1fr); | | grid-template-columns: repeat(2, 1fr); |
| gap: 1.5rem; | | gap: 0.5rem; |
| margin: 2rem 0; | | margin: 1rem 0; |
| } | | } |
|
| |
|
| 第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;
| |
| }
| |
|
| |
| .goods-table th {
| |
| background-color: #FFA500 !important;
| |
| color: white !important;
| |
| font-weight: 600;
| |
| }
| |
|
| |
| .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;
| |
| }
| |
|
| |
| /* 适配Vector 2022皮肤 */
| |
| .skin-vector-2022 .goods-table {
| |
| margin: 1rem 0;
| |
| }
| |
|
| |
|
| .skin-vector-2022 .goods-table th { | | /* 星级 */ |
| border-color: #FFC107;
| | .mw-star-rating { |
| | color: #ffc53d; |
| | letter-spacing: 2px; |
| | font-size: 1.2em; |
| | unicode-bidi: bidi-override; /* 防止RTL语言导致符号反转 */ |
| } | | } |