weex-nuke
Version:
基于 Rax 、Weex 的高性能组件体系 ~~
60 lines (59 loc) • 1.17 kB
JavaScript
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
slideWrapper: {
position: 'relative'
},
swipeWrapper: {
overflow: 'hidden',
position: 'relative'
},
swipeStyle: {
position: 'relative',
transform: 'translate3d(0,0,0)',
transition: 'all .5s ease'
},
childrenStyle: {
position: 'absolute',
left: 0,
top: 0
},
activeDot: {
width: 8,
height: 8,
borderRadius: 4,
marginLeft: 3,
marginRight: 3,
marginTop: 3,
marginBottom: 3,
display: 'inline-block'
},
normalDot: {
width: 8,
height: 8,
borderRadius: 4,
marginLeft: 3,
marginRight: 3,
marginTop: 3,
marginBottom: 3,
display: 'inline-block'
},
defaultPaginationStyle: {
position: 'absolute',
bottom: '0.2rem',
width: '100%',
display: 'flex',
margin: '0 auto',
flex: 1,
flexDirection: 'row',
justifyContent: 'center',
alignItems: 'center',
backgroundColor: 'transparent',
itemSize: 8,
itemColor: 'rgba(255, 255, 255, 0.5)',
itemSelectedColor: 'rgb(255, 80, 0)'
}
};
module.exports = exports['default'];