This commit is contained in:
Gdpao
2020-08-09 19:08:12 +08:00
parent 097f7e3cba
commit 234f11eeef
22 changed files with 306 additions and 223 deletions

View File

@@ -597,7 +597,7 @@ export default {
background-color: #EEEBEE;
.spike-view {
position: absolute;
top: 396rpx;
top: 400rpx;
left: 0;
width: 100%;
height: 104rpx;
@@ -1015,13 +1015,13 @@ export default {
}
}
.spike-tool {
z-index: 10076;
display: flex;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 98rpx;
display: flex;
z-index: 10076;
height: 100rpx;
background-color: #FFFFFF;
.left {
width: 190rpx;
@@ -1044,8 +1044,8 @@ export default {
}
.btn {
flex: 1;
height: 98rpx;
line-height: 98rpx;
height: 104rpx;
line-height: 104rpx;
text-align: center;
font-size: 32rpx;
color: rgba(255,255,255,1);