mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-11 23:00:20 +08:00
b6bd4c18b4
* chore(deps): update dependency stylelint to v14 * Update package.json * fix some stylelint * fix some stylelint * fix some stylelint errors * fix some stylelint errors * fix some stylelint errors * fix some stylelint errors * fix some stylelint errors Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: afc163 <afc163@gmail.com>
42 lines
706 B
Plaintext
42 lines
706 B
Plaintext
.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;
|
|
}
|
|
}
|