|
@@ -297,8 +297,6 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background-color: rgba(255, 252, 247, 0.8);
|
|
|
- // background-color: orange;
|
|
|
- backdrop-filter: blur(10px);
|
|
|
position: relative;
|
|
|
#myAudio {
|
|
|
z-index: 11;
|
|
@@ -465,7 +463,7 @@ export default {
|
|
|
align-items: center;
|
|
|
font-size: 12px;
|
|
|
// background-color: #dedede;
|
|
|
- color: #fff;
|
|
|
+ color: black;
|
|
|
border-radius: 18px;
|
|
|
& > img {
|
|
|
width: 40px;
|
|
@@ -539,8 +537,8 @@ export default {
|
|
|
margin-top: 0;
|
|
|
padding: 20px 15px 15px;
|
|
|
height: 200px;
|
|
|
- background-color: #fff;
|
|
|
- border-radius: 0 0 8px 8px;
|
|
|
+ // background-color: #fff;
|
|
|
+ // border-radius: 0 0 8px 8px;
|
|
|
.flooTxtBox {
|
|
|
.myTitle {
|
|
|
font-size: 18px;
|