diff --git a/subpkg/complete/complete.vue b/subpkg/complete/complete.vue index d8f9f13..2f99b64 100644 --- a/subpkg/complete/complete.vue +++ b/subpkg/complete/complete.vue @@ -492,7 +492,7 @@ .title { display: inline-block; - margin-top: 1.75vh; + margin-top: 1.0vh; } } @@ -700,13 +700,14 @@ -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 999; + pointer-events: none; } .btnbox { display: flex; justify-content: center; position: absolute; - bottom: 10%; + bottom: 2%; left: 10%; width: 80%; height: 90rpx; @@ -720,7 +721,7 @@ line-height: 90rpx; text-align: center; color: #fff; - font-size: 28rpx; + font-size: 30rpx; border-radius: 50rpx; background: #1367fe; border: 1px solid #1367fe; diff --git a/subpkg/respractice/respractice.vue b/subpkg/respractice/respractice.vue index 48d84ab..d0a2f67 100644 --- a/subpkg/respractice/respractice.vue +++ b/subpkg/respractice/respractice.vue @@ -50,9 +50,11 @@ .secbar label.back { position: absolute; - top: 6rpx; + top: 0; left: 4%; padding-left: 0; + width: 50rpx; + height: 50rpx; background: url(/static/images/icon_arbw.png) no-repeat left 40% center; background-size: auto 50%; background-color: rgba(255, 255, 255, .2); @@ -61,12 +63,12 @@ } .mainwrap3 { + top: 0; height: 100%; background-color: #000; } .role_wrap { position: relative; - /* top: -62rpx; */ margin: 0; width: 100%; height: 100%;