diff --git a/App.vue b/App.vue index c2fe785..454e83a 100644 --- a/App.vue +++ b/App.vue @@ -18,10 +18,10 @@ diff --git a/components/index/video-item/index.vue b/components/index/video-item/index.vue index d5d4332..3b0ff88 100644 --- a/components/index/video-item/index.vue +++ b/components/index/video-item/index.vue @@ -105,12 +105,12 @@ .action { z-index: 19; position: absolute; - right: 0rpx; - bottom: 55rpx; + right: -10rpx; + bottom: 60rpx; // width: 234rpx; + border-radius: 6rpx; background: rgba(255,255,255,1); box-shadow: 0rpx 0rpx 6rpx 0rpx rgba(35,24,21,0.12); - border-radius: 6rpx; .bubble { position: relative; background-color: #fff; @@ -128,9 +128,10 @@ box-shadow: 0rpx 0rpx 6rpx 0rpx rgba(35,24,21,0.12); } > view { - padding: 9rpx 12rpx; display: flex; align-items: center; + height: 52rpx; + padding: 10rpx 20rpx; &:not(:last-child) { border-bottom: 2rpx #ECECEC solid; } diff --git a/pageA/login/login.vue b/pageA/login/login.vue index 15be180..a234f09 100644 --- a/pageA/login/login.vue +++ b/pageA/login/login.vue @@ -38,7 +38,8 @@ - {{login}} + {{login}} + 暂不登录 @@ -302,7 +303,12 @@ }, tochange() { - } + }, + goIndex() { + uni.switchTab({ + url: "/pages/index/index" + }) + } }, components: { identifying @@ -446,20 +452,28 @@ height: 22rpx; } - .buttones>view { - width: 628rpx; - height: 98rpx; - background: rgba(255, 120, 15, 1) !important; - border-radius: 49rpx; - margin: 0 auto; - font-size: 36rpx; - color: rgba(255, 255, 255, 1) !important; - line-height: 98rpx; - border: 1px #ff780f solid; - outline: none; - border-color: rgba(255, 120, 15, 1) !important; - text-align: center; - } + .buttones { + .btn { + width: 628rpx; + height: 98rpx; + background: rgba(255, 120, 15, 1) !important; + border-radius: 49rpx; + margin: 0 auto; + font-size: 36rpx; + color: rgba(255, 255, 255, 1) !important; + line-height: 98rpx; + border: 1px #ff780f solid; + outline: none; + border-color: rgba(255, 120, 15, 1) !important; + text-align: center; + } + .a-go { + margin-top: 24rpx; + text-align: center; + font-size: 26rpx; + color: #f2f2f2; + } + } .warp { display: flex;