diff --git a/common/uni.css b/common/uni.css
index ec92962bcee8b82d399a005b429e14d2286c813f..b58c6b2c29fadd66a4cc022dc6375a5b744bb44c 100644
--- a/common/uni.css
+++ b/common/uni.css
@@ -44,7 +44,6 @@
position: relative;
display: flex;
flex-direction: column;
- padding-left: 30rpx;
border-bottom: 1px solid #c8c7cc;
}
diff --git a/pages.json b/pages.json
index 10efccf439d91989c69958806ea1afbf307c2b4a..25e2dc63134cf6a315e076b9937a660874a9cfa7 100644
--- a/pages.json
+++ b/pages.json
@@ -554,6 +554,15 @@
}
}
+ ,{
+ "path" : "pages/component/list/detail/detail",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+
+ }
],
"globalStyle": {
"pageOrientation": "portrait",
diff --git a/pages/component/list/detail/detail.uvue b/pages/component/list/detail/detail.uvue
new file mode 100644
index 0000000000000000000000000000000000000000..fc3dffb7c8c70675cdeb7604cbb661e7c136ffbd
--- /dev/null
+++ b/pages/component/list/detail/detail.uvue
@@ -0,0 +1,107 @@
+
+
+
+
+ {{title}}
+
+
+ {{htmlNodes}}
+
+
+
+
+
+
+
diff --git a/pages/component/list/list.uvue b/pages/component/list/list.uvue
index f55815c596ff9f3dfc6eb753be0ce3cae7de0f01..7c4f4da388575f2a544f8fa58a1d5588c777fd59 100644
--- a/pages/component/list/list.uvue
+++ b/pages/component/list/list.uvue
@@ -1,81 +1,226 @@
-
-
-
-
-
-
-
-
- |
-
+
+
+
+ {{ banner.title }}
+
+
+
+
+
+
+ {{ value.title }}
+
+ {{ value.author_name }}
+ {{ value.published_at }}
+
+
+
+
+ |
+
+
+
-
\ No newline at end of file