ant-design/site/theme/static/motion.less

40 lines
699 B
Plaintext
Raw Normal View History

2016-03-03 17:23:08 +08:00
.motion-container {
height: 190px;
line-height: 190px;
text-align: center;
2016-03-30 11:45:07 +08:00
margin: 40px 0 20px;
2016-03-03 17:23:08 +08:00
}
2016-03-30 11:45:07 +08:00
2016-03-03 17:23:08 +08:00
.motion-example {
width: 180px;
height: 180px;
line-height: 180px;
font-size: 18px;
color: #fff;
text-align: center;
display: inline-block !important;
border-radius: 8px;
2016-03-30 11:45:07 +08:00
animation-duration: 0.5s !important;
2016-03-03 17:23:08 +08:00
font-weight: bold;
2017-11-28 11:17:38 +08:00
background: url(https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg) center/180px;
2016-03-03 17:23:08 +08:00
}
2016-03-30 11:45:07 +08:00
.motion-select-wrapper {
2016-03-03 17:23:08 +08:00
text-align: center;
2016-03-30 11:45:07 +08:00
margin-bottom: 40px;
2016-03-03 17:23:08 +08:00
}
2016-03-30 11:45:07 +08:00
2016-03-03 17:23:08 +08:00
.motion-select {
2016-05-11 00:24:00 +08:00
text-align: left;
width: 180px;
}
2016-03-30 11:45:07 +08:00
.video-player {
position: relative;
max-width: 800px;
&-right {
width: 616px;
float: right;
}
2016-03-30 11:45:07 +08:00
}