diff --git a/components/bottom-line/bottom-line.vue b/components/bottom-line/bottom-line.vue
index db1491d0..a32a647f 100644
--- a/components/bottom-line/bottom-line.vue
+++ b/components/bottom-line/bottom-line.vue
@@ -2,9 +2,9 @@
-
- {{propMsg || $t('bottom-line.bottom-line.44bct2')}}
-
+
+ {{propMsg || $t('bottom-line.bottom-line.44bct2')}}
+
@@ -50,7 +50,7 @@
}
.data-bottom-line .line-item.left,
.data-bottom-line .line-item.right {
- margin-top: 16rpx;
+ // margin-top: 16rpx;
border-bottom: 2rpx solid #e1e1e1;
}
.data-bottom-line .line-item.msg {
@@ -58,11 +58,31 @@
text-align: center;
font-size: 24rpx;
}
- .data-bottom-line .line-item.left,
- .data-bottom-line .line-item.msg {
- float: left;
+ /* #ifdef APP-NVUE */
+ .line-item-msg {
+ color: #999;
+ text-align: center;
+ font-size: 24rpx;
+ margin: 0 20rpx;
}
- .data-bottom-line .line-item.right {
- float: right;
+ .line-item {
+ width: 750rpx;
}
+ .line-item-left,
+ .line-item-right {
+ flex: 1;
+ width: 750rpx;
+ height: 2rpx;
+ border-bottom-width: 2rpx;
+ border-bottom-style: solid;
+ border-bottom-color: #e1e1e1;
+ }
+ /* #endif */
+ // .data-bottom-line .line-item.left,
+ // .data-bottom-line .line-item.msg {
+ // float: left;
+ // }
+ // .data-bottom-line .line-item.right {
+ // float: right;
+ // }
diff --git a/components/no-data/no-data.vue b/components/no-data/no-data.vue
index 29f1d272..372bf3da 100644
--- a/components/no-data/no-data.vue
+++ b/components/no-data/no-data.vue
@@ -242,7 +242,19 @@
.no-data-loading .title {
color: #999;
}
-
+ /* #ifdef APP-NVUE */
+ .image {
+ width: 160rpx;
+ margin-bottom: 30rpx;
+ }
+ .no-data-tips {
+ font-size: 24rpx;
+ color: #999;
+ }
+ .title {
+ color: #999;
+ }
+ /* #endif */
/**
* 名称加载
*/
diff --git a/manifest.json b/manifest.json
index 391ca94b..24f74252 100644
--- a/manifest.json
+++ b/manifest.json
@@ -8,6 +8,7 @@
"app-plus" : {
"usingComponents" : true,
"nvueCompiler" : "uni-app",
+ "nvueStyleCompiler": "uni-app",
"compilerVersion" : 3,
"safearea": {
"bottom": {
diff --git a/pages.json b/pages.json
index 7e187862..342cba0e 100644
--- a/pages.json
+++ b/pages.json
@@ -2242,9 +2242,9 @@
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
- "name": "test", //模式名称
- "path": "pages/plugins/video/detail/detail", //启动页面,必选
- "query": "id=1" //启动参数,在页面的onLoad函数里面得到。
+ "name": "", //模式名称
+ "path": "", //启动页面,必选
+ "query": "" //启动参数,在页面的onLoad函数里面得到。
}
]
}
diff --git a/pages/plugins/video/detail/detail.nvue b/pages/plugins/video/detail/detail.nvue
index 01db3ca3..0f517f92 100644
--- a/pages/plugins/video/detail/detail.nvue
+++ b/pages/plugins/video/detail/detail.nvue
@@ -4,7 +4,7 @@
-
+
@@ -26,7 +26,7 @@
- {{ video_item.comments_count }}{{ paused }}{{ current_index == index }}
+ {{ video_item.comments_count }}
@@ -44,7 +44,7 @@
¥{{ video_item.goods.price }}
-
+
@@ -95,7 +95,7 @@
-