You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
786 B
44 lines
786 B
@charset "UTF-8"; |
|
.video-note{ |
|
width: 80%; |
|
height: 3.2rem; |
|
background: #F5FFFA; |
|
border-radius: .17rem; |
|
margin: .2rem auto; |
|
text-align: center; |
|
h3{ |
|
font-size: .2rem; |
|
padding: .3rem 0; |
|
} |
|
ul{ |
|
width: 80%; |
|
margin: 0 auto; |
|
} |
|
li{ |
|
text-align: left; |
|
margin: .1rem 0; |
|
span{ |
|
color: #4489FF; |
|
font-size: .34rem; |
|
} |
|
} |
|
|
|
} |
|
|
|
//展示视频样式 |
|
.showvideo{ |
|
width: 80%; |
|
margin: .2rem auto; |
|
} |
|
|
|
//按钮样式 |
|
.video-btn{ |
|
width:90%; |
|
height:.75rem; |
|
background:linear-gradient(90deg,rgba(255,157,0,1) 0%,rgba(255,205,52,1) 100%); |
|
border-radius:4px; |
|
margin: .8rem auto; |
|
text-align: center; |
|
line-height: .75rem; |
|
color: #FFFFFF; |
|
}
|
|
|