UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

34 lines (31 loc) 688 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _reactNative = require('react-native'); exports["default"] = _reactNative.StyleSheet.create({ wrapper: { backgroundColor: 'transparent' }, container: { flex: 1, backgroundColor: 'transparent', position: 'relative' }, slide: { backgroundColor: 'transparent' }, scrollview: { flex: 1, backgroundColor: 'transparent' }, pagination: { flex: 1, position: 'absolute', bottom: 10, left: 0, right: 0, alignItems: 'center' } }); module.exports = exports['default'];