支付寶-移動UI庫CSS佈局代碼-立哥開發

import { Flex, WhiteSpace } from ‘antd-mobile’;

const PlaceHolder = ({ className = ‘’, …restProps }) => (

const FlexExample = () => (

Basic
);

ReactDOM.render(, mountNode);
.flex-container {
margin: 0 15px;
}
.flex-container .inline {
width: 80px!important;
margin: 10px 10px 10px 0;
}
.flex-container .small {
height: 20px!important;
line-height: 20px!important;
}
.sub-title {
color: #888;
font-size: 14px;
padding: 32px 0 18px 0;
}
.placeholder {
background-color: #ebebef;
color: #bbb;
text-align: center;
height: 35px;
line-height: 30px;
width: 100%;
}

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章