|
@@ -72,20 +72,6 @@
|
|
position: relative;
|
|
position: relative;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 422rpx;
|
|
height: 422rpx;
|
|
- /* .mask {
|
|
|
|
- position: absolute;
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
- left: 0px;
|
|
|
|
- top: 0px;
|
|
|
|
- background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
- }
|
|
|
|
- */
|
|
|
|
- /* .audioBg {
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
- filter: blur(12px);
|
|
|
|
- } */
|
|
|
|
}
|
|
}
|
|
.readingBox .audio .audioPlay {
|
|
.readingBox .audio .audioPlay {
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -275,7 +261,7 @@
|
|
font-size: 124rpx;
|
|
font-size: 124rpx;
|
|
margin-bottom: 6rpx;
|
|
margin-bottom: 6rpx;
|
|
}
|
|
}
|
|
-.readingBox .uploadBox {
|
|
|
|
|
|
+.readingBox .self-uploadBox {
|
|
position: fixed;
|
|
position: fixed;
|
|
top: 0px;
|
|
top: 0px;
|
|
left: 0px;
|
|
left: 0px;
|
|
@@ -284,7 +270,7 @@
|
|
background-color: rgba(255, 255, 255, 0);
|
|
background-color: rgba(255, 255, 255, 0);
|
|
z-index: 999;
|
|
z-index: 999;
|
|
}
|
|
}
|
|
-.readingBox .uploadBox .upload {
|
|
|
|
|
|
+.readingBox .self-uploadBox .upload {
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 0rpx;
|
|
left: 0rpx;
|
|
right: 0rpx;
|
|
right: 0rpx;
|
|
@@ -301,10 +287,10 @@
|
|
font-size: 30rpx;
|
|
font-size: 30rpx;
|
|
z-index: 998;
|
|
z-index: 998;
|
|
}
|
|
}
|
|
-.readingBox .uploadBox .upload .speed {
|
|
|
|
|
|
+.readingBox .self-uploadBox .upload .speed {
|
|
margin-top: 70rpx;
|
|
margin-top: 70rpx;
|
|
}
|
|
}
|
|
-.readingBox .uploadBox .upload .speedProgress {
|
|
|
|
|
|
+.readingBox .self-uploadBox .upload .speedProgress {
|
|
border-radius: 50rpx;
|
|
border-radius: 50rpx;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
margin: 18rpx 0rpx 60rpx;
|
|
margin: 18rpx 0rpx 60rpx;
|