|
@@ -115,7 +115,9 @@
|
|
align-items: center;
|
|
align-items: center;
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
height: 100%;
|
|
height: 100%;
|
|
- padding-right: 15px;
|
|
|
|
|
|
+ padding-right: 40px;
|
|
|
|
+ padding-top: 12px;
|
|
|
|
+ pointer-events: auto;
|
|
|
|
|
|
.rightBtn {
|
|
.rightBtn {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -449,18 +451,21 @@
|
|
|
|
|
|
|
|
|
|
.goPractice {
|
|
.goPractice {
|
|
- width: 89px;
|
|
|
|
- height: 32px;
|
|
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 39px;
|
|
|
|
+ bottom: 12px;
|
|
|
|
+ width: 86px;
|
|
|
|
+ height: 30px;
|
|
background: url('./image/btn_go_practice.png') no-repeat center;
|
|
background: url('./image/btn_go_practice.png') no-repeat center;
|
|
background-size: contain;
|
|
background-size: contain;
|
|
- position: absolute;
|
|
|
|
- right: 12px;
|
|
|
|
- bottom: 60px;
|
|
|
|
|
|
+ // position: absolute;
|
|
|
|
+ // right: 16px;
|
|
|
|
+ // bottom: 60px;
|
|
z-index: 11;
|
|
z-index: 11;
|
|
transition: all .5s ease;
|
|
transition: all .5s ease;
|
|
|
|
|
|
|
|
|
|
&.hide {
|
|
&.hide {
|
|
- transform: translateX(66px);
|
|
|
|
|
|
+ transform: translateY(55px);
|
|
}
|
|
}
|
|
}
|
|
}
|