html, body{
margin: 0;
background: #2DC7AA;
min-height: 100vh;
background-image: url('./icons/header.png');
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
}
:root{
--plyr-color-main: #01c1b5;
--plyr-font-size-base: 30px;
--plyr-control-icon-size: 36px;
--plyr-range-thumb-height: 26px;
--plyr-control-spacing: 20px;
--plyr-font-size-small: 26px;
--plyr-video-background: transparent;
}
body{
padding-top: 2.00rem;
box-sizing: border-box;
padding-bottom: 0.10rem;
}
.content{
box-sizing: border-box;
width: 3.47rem;
background-color: #fff;
border-radius: 0.10rem;
padding: 0.22rem 0.24rem;
margin: 0 auto;
position: relative;
/* overflow: hidden;
border: none;
box-shadow: none; */
}
.content .tag{
position: absolute;
top: -0.01rem;
right: 0.23rem;
width: 0.13rem;
height: 0.22rem;
background: url('./icons/tag.png') no-repeat center;
background-size: contain;
}
.content .userinfo{
display: flex;
}
.content .userinfo > img {
display: block;
width: 0.60rem;
height: 0.60rem;
margin-right: 0.15rem;
border-radius: 50%;
}
.content .userinfo .cont {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.content .userinfo .cont > p {
color: rgba(80, 80, 80, 1);
font-size: 0.14rem;
margin: 0;
}
.content .userinfo .cont > p.name{
font-size: 0.18rem;
color: rgba(26, 26, 26, 1);
}
.content p.desc {
color: rgba(128, 128, 128, 1);
font-size: 0.14rem;
line-height: 1.5;
position: relative;
margin: 0;
margin-top: 0.20rem;
margin-left: 0.20rem;
}
.content p.desc::before {
content: "";
background: url('./icons/dot.png') no-repeat center;
background-size: contain;
display: block;
width: 0.06rem;
height: 0.06rem;
margin-right: 0.10rem;
position: absolute;
top: 0.06rem;
left: -0.14rem;
}
.video-container{
border-radius: 0.20rem;
border: 0.04rem solid #F3F3F3;
overflow: hidden;
margin-top: 0.17rem;
}
.video{
max-width: 100%;
width: 2.89rem;
margian: 0 auto;
display: block;
}
.plyr__control--overlaid{
background-color: rgba(0, 0, 0, .5)!important;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster{
background-color: #fff!important;
background-size: cover;
}
.line{
margin-top: 0.21rem;
width: 3.00rem;
height: 0.02rem;
border-top: 0.03rem dotted #01C1B5;
position: relative;
}
.line::after,
.line::before{
content: "";
display: block;
position: absolute;
width: 0.23rem;
height: 0.23rem;
border-radius: 100%;
background-color: rgba(1, 193, 181, 1);
z-index: 2;
}
.line::after{
right: -0.38rem;
top: -0.12rem;
}
.line::before{
left: -0.38rem;
top: -0.12rem;
}
.app{
margin-top: 0.18rem;
display: flex;
justify-content: ;pace-between;
}
.app-info {
padding: 0.10rem 0;
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-around;
}
.app-title{
color: rgba(80, 80, 80, 1);
font-size: 0.18rem;
font-weight: bold;
}
.app-desc{
font-size: 0.16rem;
color: rgba(80, 80, 80, 1);
}
.app-desc > span{
color: #2DC7AA;
font-weight: bold;
}
.app-subtitle{
font-size: 0.12rem;
color: #fff;
background: #2DC7AA;
height: 0.20rem;
line-height: 0.20rem;
border-radius: 0.10rem;
padding-left: 0.05rem;
display: inline-block;
width: 1.70rem;
font-weight: bold;
}
.app > img{
width: 0.96rem;
height: 0.96rem;
}
.video,
.plyr__video-wrapper,
.plyr,
.plyr__poster,
.plyr__video-wrapper{
border-radius: 0.20rem;
overflow: hidden;
}