Commit 45ba7d38 authored by xxx's avatar xxx

修改主页语音展示样式

parent eafffacb
......@@ -688,7 +688,7 @@ export default {
flex:0 0 auto;
color: #A6F6F9;
font-size: 12px;
width: 30%;
width: 32%;
margin:0px 0.3vh 1vh 0px;
height: 8vh;
border: 1px solid rgb(24,228,240);
......@@ -1023,6 +1023,43 @@ export default {
}
@media screen and (min-width:901px){
.indexSituation_fa1{
flex:0 0 auto;
color: #A6F6F9;
font-size: 12px;
width: 32%;
margin:0px 0.3vh 1vh 0px;
height: 8vh;
border: 1px solid rgb(24,228,240);
border-radius: 5px;
display: flex;
justify-content: space-evenly;
align-items: center;
cursor: pointer;
position: relative;
}
.indexSituation_fa1 span{
font-size: 15px;
}
.audioTishiView{
width: 85vw;
height: 12vh;
background-color: rgba(74,87,123,0.8);
position: absolute;
bottom: 0vh;
right: 0vw;
z-index: 1;
border-top-left-radius: 5px;
}
.audioTishiView_son1{
padding-left: 0.5vw;
box-sizing: border-box;
height: 12vh;
width: 59%;
display: flex;
align-items: center;
overflow-x: scroll;
}
.daizhangCarBtn1{
font-size:16px;
height: 6vh;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment