diff --git a/pages/videoCircle/gDvideo.vue b/pages/videoCircle/gDvideo.vue index 6c120ee..f2e0729 100644 --- a/pages/videoCircle/gDvideo.vue +++ b/pages/videoCircle/gDvideo.vue @@ -74,7 +74,7 @@ {{item.month}}月 - + {{item.content}} @@ -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; @@ -532,12 +532,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 +588,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..54e693e 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