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 {
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;

6
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%;

Loading…
Cancel
Save