diff --git a/App.vue b/App.vue index 5bb90074..ea57b81b 100644 --- a/App.vue +++ b/App.vue @@ -7,10 +7,10 @@ data: { // 基础配置 // 数据接口请求地址 - request_url:'https://d1.shopxo.vip/', + request_url:'https://new.shopxo.vip/', // 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/) - static_url:'https://d1.shopxo.vip/', + static_url:'https://new.shopxo.vip/', // 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立) system_type: 'default', diff --git a/pages/plugins/video/detail/detail-nvue.css b/pages/plugins/video/detail/detail-nvue.css index d646c25b..aa4a79b4 100644 --- a/pages/plugins/video/detail/detail-nvue.css +++ b/pages/plugins/video/detail/detail-nvue.css @@ -232,10 +232,10 @@ .comment-input { flex: 1; + height: 40rpx; font-size: 28rpx; - height: 82rpx; - padding: 16rpx; - box-sizing: border-box; + margin: 16rpx; + max-height: 400rpx; } .comment-input-content { @@ -248,6 +248,22 @@ .pr-16 { padding-right: 16rpx; } + +.pt-8 { + padding-top: 16rpx; +} +.pt-4 { + padding-top: 8rpx; +} +.mr-10 { + margin-right: 20rpx; +} +.pr-10 { + padding-right: 20rpx; +} +.pt-10 { + padding-top: 20rpx; +} .comment-input-img-container { padding: 10rpx 16rpx 16rpx 16rpx; } diff --git a/pages/plugins/video/detail/detail.css b/pages/plugins/video/detail/detail.css index a5c6d31f..e3f867a3 100644 --- a/pages/plugins/video/detail/detail.css +++ b/pages/plugins/video/detail/detail.css @@ -117,11 +117,11 @@ .product-card .product-close { position: absolute; right: -10rpx; - top: -14rpx; - height: 30rpx; - display: flex; - align-items: center; - background: #fff; + top: -14rpx; + height: 30rpx; + display: flex; + align-items: center; + background: #fff; border-radius: 50%; } @@ -270,16 +270,25 @@ gap: 40rpx; } .comment-input-container { - display: flex; padding: 20rpx; border-top: 2rpx solid #eee; + box-sizing: border-box; +} + +.pt-8 { + padding-top: 16rpx; +} +.pt-4 { + padding-top: 8rpx; } .comment-input { flex: 1; font-size: 28rpx; - height: 50rpx; - padding: 16rpx; + min-height: 40rpx; + margin: 16rpx; + max-height: 400rpx; + color: #000; box-sizing: content-box; } diff --git a/pages/plugins/video/detail/detail.nvue b/pages/plugins/video/detail/detail.nvue index a1aec369..3e7334cc 100644 --- a/pages/plugins/video/detail/detail.nvue +++ b/pages/plugins/video/detail/detail.nvue @@ -156,26 +156,33 @@ - - - @{{ isEmpty(comments_reply_data.user) ? '' : comments_reply_data.user.user_name_view }}:{{ comments_reply_data.content }} - - - - - - - - - - - - - - - + + + + @{{ isEmpty(comments_reply_data.user) ? '' : comments_reply_data.user.user_name_view }}:{{ comments_reply_data.content }} + + + + {{ isEmpty(comment_input_value) ? $t('video-detail.video-detail.98yyuf') : comment_input_value }} + + + + + + + + + + + + + + + + + @@ -221,26 +228,33 @@ - - - @{{ comments_reply_data.user.user_name_view }}:{{ comments_reply_data.content }} - - + + + + @{{ comments_reply_data.user.user_name_view }}:{{ comments_reply_data.content }} + + + + + +