|
@@ -123,11 +123,14 @@
|
|
|
}
|
|
|
.work .workContent .audioBox {
|
|
|
position: relative;
|
|
|
- width: 100%;
|
|
|
height: 208rpx;
|
|
|
overflow: hidden;
|
|
|
+ background-color: rebeccapurple;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
.work .workContent .audioBox .audioBg {
|
|
|
+ position: absolute;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
filter: blur(12px);
|
|
@@ -141,16 +144,10 @@
|
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
|
}
|
|
|
.work .workContent .audioBox .audioPlay {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- margin: auto;
|
|
|
+ position: relative;
|
|
|
+ margin: 20rpx 10rpx 20rpx 120rpx;
|
|
|
width: 220rpx;
|
|
|
height: 174rpx;
|
|
|
- border-radius: 20rpx;
|
|
|
- background-color: rgba(0, 0, 0, 0.3);
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
@@ -175,6 +172,14 @@
|
|
|
.work .workContent .audioBox .audioPlay .circle {
|
|
|
animation: identifier 12s infinite linear;
|
|
|
}
|
|
|
+.work .workContent .audioBox .titleBox {
|
|
|
+ position: relative;
|
|
|
+ width: 256rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
+ line-height: 54rpx;
|
|
|
+ color: white;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
.work .workFooter {
|
|
|
margin-top: 15rpx;
|
|
|
display: flex;
|