2016-03-03 17:23:08 +08:00
|
|
|
.motion-container {
|
|
|
|
height: 190px;
|
|
|
|
line-height: 190px;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.motion-example {
|
|
|
|
width: 180px;
|
|
|
|
height: 180px;
|
|
|
|
line-height: 180px;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block !important;
|
|
|
|
border-radius: 8px;
|
|
|
|
font-weight: bold;
|
|
|
|
background: url(https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg) center/230px;
|
|
|
|
}
|
|
|
|
.motion-select-wrapper{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.motion-select {
|
|
|
|
text-align:left;
|
|
|
|
width:180px;
|
2016-03-09 14:42:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.video-player{
|
2016-03-15 11:19:57 +08:00
|
|
|
position: relative;
|
|
|
|
max-width: 800px;
|
|
|
|
|
|
|
|
&-right {
|
|
|
|
width: 616px;
|
|
|
|
float: right;
|
|
|
|
}
|
2016-03-03 17:23:08 +08:00
|
|
|
}
|