diff --git a/app.js b/app.js
index 1ff227d..77ce278 100644
--- a/app.js
+++ b/app.js
@@ -16,6 +16,12 @@ App({
} else {
this.httpUrl = 'https://api-test.qniao.cn'
}
+ wx.loadFontFace({
+ family: 'DINAlternate',
+ source: 'url("https://medou.oss-cn-shenzhen.aliyuncs.com/ttf/DIN-BoldAlternate.otf")',
+ success: function (res) {
+ }
+ })
wx.getSystemInfo({
success: e => {
this.globalData.StatusBar = e.statusBarHeight;
diff --git a/pages/mall/page-list/index.wxml b/pages/mall/page-list/index.wxml
index 4c9c61b..6983231 100644
--- a/pages/mall/page-list/index.wxml
+++ b/pages/mall/page-list/index.wxml
@@ -1,5 +1,5 @@
-
+
@@ -12,7 +12,7 @@
{{item.outline}}
- {{item.summary}}
+ {{item.summary}}
¥{{item.price}}
diff --git a/pages/mall/page-list/index.wxss b/pages/mall/page-list/index.wxss
index 7c2d24e..94646bb 100644
--- a/pages/mall/page-list/index.wxss
+++ b/pages/mall/page-list/index.wxss
@@ -31,6 +31,21 @@
}
.page-outline {
+ margin-top: 8rpx;
+ font-size: 10px;
+ font-family: PingFang-SC-Regular, PingFang-SC;
+ font-weight: 400;
+ color: rgba(51, 51, 51, 1);
+ display: -webkit-box;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ word-wrap: break-word;
+ white-space: normal !important;
+ -webkit-line-clamp: 1;
+ -webkit-box-orient: vertical;
+}
+
+.page-summary {
margin-top: 8rpx;
font-size: 10px;
font-family: PingFang-SC-Regular, PingFang-SC;