-
+
商品数量

50

-
- 商品销量 +
+ 评价数量

120

-
+
订单数量

30

-

商品公告

-
    -
  • 近期将对二手电子产品进行质量审核。
  • -
  • 新上架一批优质二手教材。
  • -
  • 校园内交易地点调整,请留意。
  • -
+

商品公告

+
+
+

{{ notice }}

+
+

{{ currentDateTime }}

+ +
+

商品信息

+
+
+ Product Image +
+

{{ product.name }}

+

价格: {{ product.price }}元

+
+
+
+
+ + + \ No newline at end of file + +.product-title { + margin-top: 0; + font-size: 25px; /* 增加字体大小 */ + font-weight: bold; + margin-bottom: 10px; +} + +.product-list { + display: flex; + flex-direction: column; + gap: 20px; + flex-grow: 1; /* 让 product-list 占满剩余的高度 */ + overflow-y: auto; /* 添加垂直滚动条 */ +} + +.product-item { + display: flex; + align-items: center; + border: 1px solid #ccc; + border-radius: 10px; + padding: 10px; + background-color: #fff; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); +} + +.product-image { + width: 100px; + height: 100px; + object-fit: cover; + margin-right: 20px; +} + +.product-details { + display: flex; + flex-direction: column; +} + +.product-name { + margin: 0; + font-size: 16px; + font-weight: bold; +} + +.product-price { + margin: 0; + font-size: 14px; + color: #333; +} + + + + + diff --git a/src/views/system/comment/index.vue b/src/views/system/comment/index.vue index e1695f4..5de9087 100644 --- a/src/views/system/comment/index.vue +++ b/src/views/system/comment/index.vue @@ -17,6 +17,7 @@ @keyup.enter="handleQuery" /> + - - + + + + + + + + + + + + + + - + + - + + + + + + +