Browse Source

样式调整

h5_css
蟑螂恶霸 3 years ago
parent
commit
1d30dcb0b8
  1. 7
      subpkg/complete/complete.vue
  2. 6
      subpkg/respractice/respractice.vue

7
subpkg/complete/complete.vue

@ -492,7 +492,7 @@
.title { .title {
display: inline-block; display: inline-block;
margin-top: 1.75vh; margin-top: 1.0vh;
} }
} }
@ -700,13 +700,14 @@
-webkit-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
z-index: 999; z-index: 999;
pointer-events: none;
} }
.btnbox { .btnbox {
display: flex; display: flex;
justify-content: center; justify-content: center;
position: absolute; position: absolute;
bottom: 10%; bottom: 2%;
left: 10%; left: 10%;
width: 80%; width: 80%;
height: 90rpx; height: 90rpx;
@ -720,7 +721,7 @@
line-height: 90rpx; line-height: 90rpx;
text-align: center; text-align: center;
color: #fff; color: #fff;
font-size: 28rpx; font-size: 30rpx;
border-radius: 50rpx; border-radius: 50rpx;
background: #1367fe; background: #1367fe;
border: 1px solid #1367fe; border: 1px solid #1367fe;

6
subpkg/respractice/respractice.vue

@ -50,9 +50,11 @@
.secbar label.back { .secbar label.back {
position: absolute; position: absolute;
top: 6rpx; top: 0;
left: 4%; left: 4%;
padding-left: 0; padding-left: 0;
width: 50rpx;
height: 50rpx;
background: url(/static/images/icon_arbw.png) no-repeat left 40% center; background: url(/static/images/icon_arbw.png) no-repeat left 40% center;
background-size: auto 50%; background-size: auto 50%;
background-color: rgba(255, 255, 255, .2); background-color: rgba(255, 255, 255, .2);
@ -61,12 +63,12 @@
} }
.mainwrap3 { .mainwrap3 {
top: 0;
height: 100%; height: 100%;
background-color: #000; background-color: #000;
} }
.role_wrap { .role_wrap {
position: relative; position: relative;
/* top: -62rpx; */
margin: 0; margin: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;

Loading…
Cancel
Save