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