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.
39 lines
699 B
39 lines
699 B
.motion-container {
|
|
height: 190px;
|
|
margin: 40px 0 20px;
|
|
line-height: 190px;
|
|
text-align: center;
|
|
}
|
|
|
|
.motion-example {
|
|
display: inline-block !important;
|
|
width: 180px;
|
|
height: 180px;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
line-height: 180px;
|
|
text-align: center;
|
|
background: url(https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg) center/180px;
|
|
border-radius: 8px;
|
|
animation-duration: 0.5s !important;
|
|
}
|
|
|
|
.motion-select-wrapper {
|
|
margin-bottom: 40px;
|
|
text-align: center;
|
|
}
|
|
|
|
.motion-select {
|
|
width: 180px;
|
|
text-align: left;
|
|
}
|
|
|
|
.video-player {
|
|
position: relative;
|
|
max-width: 800px;
|
|
&-right {
|
|
float: right;
|
|
width: 616px;
|
|
}
|
|
}
|
|
|