diff --git a/pages/videoCircle/gDvideo.vue b/pages/videoCircle/gDvideo.vue index 5475943..b4cee34 100644 --- a/pages/videoCircle/gDvideo.vue +++ b/pages/videoCircle/gDvideo.vue @@ -501,13 +501,13 @@ height: 100%; } .pinglun span{ - color: #ccc; - font-size: 13px; + color: #333; + font-size: 14px; margin-left: 5px; } .pinglun image{ - width: 17px; - height: 17px; + width: 40rpx; + height: 40rpx; } .pinglun{ display: flex; @@ -523,6 +523,7 @@ .scroll-right-title{ font-size: 16px; color: #000; + word-break: break-all; } .data-list{ width: 200px; @@ -532,12 +533,11 @@ } .scroll-right{ width: 77%; - display: flex; - flex-direction: column; - + display: flex!important; + flex-direction: column !important; } .scroll-left-mon{ - color: #ccc; + color: #999; font-size: 12px; margin-top: 5px; margin-left: 5px; @@ -589,12 +589,13 @@ color: #fff; } /deep/.uni-scroll-view-content{ - width: 100%; + width: 96%; + margin: 0 auto; height: 100%; display: flex; flex-direction: column; align-items: center; - /* padding-top: 20px; */ + padding-top: 50px; } .guanbi{ width: 30px; diff --git a/static/guanzhu.png b/static/guanzhu.png index 758eaf2..900a7e0 100644 Binary files a/static/guanzhu.png and b/static/guanzhu.png differ diff --git a/static/pinglun.png b/static/pinglun.png index 1c6f910..cc0dc9a 100644 Binary files a/static/pinglun.png and b/static/pinglun.png differ