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.
36 lines
723 B
36 lines
723 B
5 years ago
|
.video-note {
|
||
|
width: 80%;
|
||
|
height: 3.2rem;
|
||
|
background: #F5FFFA;
|
||
|
border-radius: .17rem;
|
||
|
margin: .2rem auto;
|
||
|
text-align: center; }
|
||
|
.video-note h3 {
|
||
|
font-size: .2rem;
|
||
|
padding: .3rem 0; }
|
||
|
.video-note ul {
|
||
|
width: 80%;
|
||
|
margin: 0 auto; }
|
||
|
.video-note li {
|
||
|
text-align: left;
|
||
|
margin: .1rem 0; }
|
||
|
.video-note li span {
|
||
|
color: #4489FF;
|
||
|
font-size: .34rem; }
|
||
|
|
||
|
.showvideo {
|
||
|
width: 80%;
|
||
|
margin: .2rem auto; }
|
||
|
|
||
|
.video-btn {
|
||
|
width: 90%;
|
||
|
height: .75rem;
|
||
|
background: linear-gradient(90deg, #ff9d00 0%, #ffcd34 100%);
|
||
|
border-radius: 4px;
|
||
|
margin: .8rem auto;
|
||
|
text-align: center;
|
||
|
line-height: .75rem;
|
||
|
color: #FFFFFF; }
|
||
|
|
||
|
/*# sourceMappingURL=advanced_identity.css.map */
|