|
|
(未显示同一用户的7个中间版本) |
第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行: |
| } | | } |
|
| |
|
| /* 神圣石交易市场样式 */
| |
|
| |
|
| .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;
| |
| }
| |
| /* 星级 */ | | /* 星级 */ |
| .mw-star-rating { | | .mw-star-rating { |