diff --git a/pages/order/index.vue b/pages/order/index.vue index bc4a4ee..3a01098 100644 --- a/pages/order/index.vue +++ b/pages/order/index.vue @@ -19,7 +19,7 @@ - + diff --git a/pages/video/index.vue b/pages/video/index.vue index 283a155..7e11874 100644 --- a/pages/video/index.vue +++ b/pages/video/index.vue @@ -12,9 +12,11 @@ + 选择 - + + 发布视频 @@ -22,13 +24,13 @@ - - + + - - + + @@ -36,6 +38,7 @@ + 删除 @@ -277,10 +280,13 @@ diff --git a/pages/video/setVideo.vue b/pages/video/setVideo.vue index a650e5e..f567599 100644 --- a/pages/video/setVideo.vue +++ b/pages/video/setVideo.vue @@ -1,12 +1,11 @@ @@ -207,11 +200,10 @@ .bg { width: 94%; - margin:30rpx auto; + margin:20rpx auto; background-color: #FFFFFF; padding: 20rpx 36rpx; border-radius: 26rpx; - } .add-word{ font-size: 26rpx; @@ -232,14 +224,14 @@ flex: 200rpx 1 !important; } - .footer { + /*.footer { padding-left: 30upx; font-size: 24upx; color: #666666; text-align: center; display: flex; margin-bottom: 20rpx; - } + }*/ .u-input__input { color: balck !important; @@ -250,24 +242,34 @@ line-height: 78upx; /* background: #f7f7f7; */ } - + .push-button{ + width: 100%; + height: 48px; + position: fixed; + bottom: 0px; + display: flex; + flex-direction: column; + align-items: center; + margin: 0 auto; + } .tabbar { - width: 690upx; - height: 86upx; - background: #019c88; - border-radius: 8upx; + display: inline-block; + width: 92%; margin: 0 auto; - text-align: center; - line-height: 86upx; - color: #FFFFFF; - margin-top: 20rpx; + text-align: center; + background: linear-gradient(90deg, #019C88, #28BA92, #35C495); + height: 40px; + border-radius: 28px; + color: #ffffff; + line-height: 40px; + margin-top: 4px; + font-size: 17px; } .popup_pay { - width: 100%; position: relative; - padding-bottom: 45rpx; + padding-bottom: 0rpx; /* height: 160px; */ /* #ifndef MP-WEIXIN */ /* height: 130px; */ @@ -296,4 +298,10 @@ .bgCol2 { color: #557EFD; } + .video-img{ + width: 200rpx; + height: 200rpx; + background: #f7f8fa; + border-radius: 20rpx; + } \ No newline at end of file diff --git a/static/dele.png b/static/dele.png new file mode 100644 index 0000000..70fda33 Binary files /dev/null and b/static/dele.png differ diff --git a/static/grade3.gif b/static/grade3.gif index ff59e41..cfb2db2 100644 Binary files a/static/grade3.gif and b/static/grade3.gif differ diff --git a/static/videoimg1.png b/static/videoimg1.png new file mode 100644 index 0000000..e854177 Binary files /dev/null and b/static/videoimg1.png differ diff --git a/static/videoimg2.png b/static/videoimg2.png new file mode 100644 index 0000000..ec543ed Binary files /dev/null and b/static/videoimg2.png differ