|
@@ -153,7 +153,7 @@ page { |
|
|
background:rgba(255,255,255,1); |
|
|
background:rgba(255,255,255,1); |
|
|
border-radius:15rpx; |
|
|
border-radius:15rpx; |
|
|
} |
|
|
} |
|
|
.return-index{ |
|
|
|
|
|
|
|
|
/* .return-index{ |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
right: 30rpx; |
|
|
right: 30rpx; |
|
|
top: 30rpx; |
|
|
top: 30rpx; |
|
@@ -164,6 +164,27 @@ page { |
|
|
display: block; |
|
|
display: block; |
|
|
width: 50rpx; |
|
|
width: 50rpx; |
|
|
height: 50rpx; |
|
|
height: 50rpx; |
|
|
|
|
|
} */ |
|
|
|
|
|
.return-index{ |
|
|
|
|
|
position: fixed; |
|
|
|
|
|
right: 50rpx; |
|
|
|
|
|
top: 60rpx; |
|
|
|
|
|
width:100rpx!important; |
|
|
|
|
|
height:100rpx; |
|
|
|
|
|
z-index: 100; |
|
|
|
|
|
background:rgba(255,255,255,1); |
|
|
|
|
|
line-height: 95rpx; |
|
|
|
|
|
border:1rpx solid rgba(227,227,227,1); |
|
|
|
|
|
border-radius:50%; |
|
|
|
|
|
} |
|
|
|
|
|
.return-index image{ |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
width: 60rpx; |
|
|
|
|
|
left: 0; |
|
|
|
|
|
right: 0; |
|
|
|
|
|
top: 0; |
|
|
|
|
|
bottom: 0; |
|
|
|
|
|
margin: auto; |
|
|
} |
|
|
} |
|
|
.detail-top{ |
|
|
.detail-top{ |
|
|
width: 100%; |
|
|
width: 100%; |
|
|