joywok-material-components
Version:
<h1 align="center"> Joywok Material Components </h1>
158 lines (157 loc) • 3.4 kB
CSS
.jmc-ed-web-w .jwh5audio-w {
padding: 20px;
background-color: #f7f7f7;
position: relative;
}
.jmc-ed-web-w .jwh5audio {
height: 88px ;
width: 100% ;
padding-right: 0 ;
padding-bottom: 0 ;
}
.jmc-ed-web-w .jwh5audio1 {
width: 130px ;
height: 88px ;
cursor: pointer ;
}
.jmc-ed-web-w .jwh5audio1 > section {
width: 30px ;
height: 30px ;
border-radius: 30px ;
left: 50px ;
top: 28px ;
}
.jmc-ed-web-w .jwh5audio1 > section > section {
left: 12px ;
top: 10px ;
border-width: 5px 0 5px 7px ;
}
.jmc-ed-web-w .jwh5audio2 {
left: 150px ;
top: 16px ;
font-size: 16px ;
right: 100px ;
}
.jmc-ed-web-w .jwh5audio3 {
left: 150px ;
top: 50px ;
font-size: 14px ;
right: 100px ;
}
.jmc-ed-web-w .jwh5audio4 {
top: 31px ;
right: 40px ;
width: 14px ;
}
.jmc-ed-web-w .jwh5audio5 {
display: block ;
position: absolute;
top: 0;
right: 0;
width: 40px;
bottom: 0;
background-color: #fff;
}
.jmc-ed-web-w .jwh5audio5 svg {
width: 24px;
margin-top: 46px;
margin-left: 7px;
cursor: pointer;
}
.jmc-ed-web-w .jwh5audio audio {
display: none ;
}
.jmc-ed-web-w .jwaudio-playing .jwh5audio4 {
-webkit-animation: audioPlaying 30s linear infinite;
animation: audioPlaying 30s linear infinite;
}
.jmc-ed-web-w .jwaudio-playing .jwh5audio1 > section > section {
border-width: 2px ;
border-color: transparent #fff transparent #fff ;
height: 7px ;
width: 4px ;
left: 11px ;
}
.jmc-ed-web-w .tencent_video_container {
position: relative;
width: 0;
height: 0;
padding-right: 100%;
padding-bottom: 56.25%;
}
.jmc-ed-web-w .tencent_video_container iframe {
border: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.jmc-ed-web-w .ed_video_p_w {
color: #fff;
position: relative;
display: block;
}
.jmc-ed-web-w .ed_video_player {
width: 100%;
display: block;
position: relative;
padding-bottom: 56.25%;
height: 0;
}
.jmc-ed-web-w .ed_video_player video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
}
.jmc-ed-web-w .ed_video_preview {
position: absolute;
z-index: 2;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: block;
}
.jmc-ed-web-w .ed_video_preview_img {
background-size: cover;
z-index: 9;
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-repeat: no-repeat;
}
.jmc-ed-web-w .ed_video_preview_btn {
position: absolute;
display: block;
z-index: 11;
left: 41%;
bottom: 35%;
margin: 0 ;
width: 18%;
background-image: url(/public/images/joychat/joychat_play.png);
cursor: pointer;
text-indent: 0;
overflow: hidden;
background-size: cover;
top: auto ;
padding-bottom: 18%;
height: 0;
background-repeat: no-repeat;
}
.jmc-ed-web-w .jwvideo-playing .ed_video_preview, .jmc-ed-web-w .jwvideo-playing .ed_video_preview_btn {
display: none;
}
.jmc-ed-web-w .jwvideo-playing video {
display: block;
}