weex-nuke
Version:
基于 Rax 、Weex 的高性能组件体系 ~~
46 lines (45 loc) • 763 B
JavaScript
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var styles = {
container: {
width: 750,
backgroundColor: '#f7f8fa',
flex: 1
},
title: {
width: 750,
marginTop: 70,
alignItems: 'center'
},
title_wrap: {
width: 220,
alignItems: 'center',
borderBottomStyle: 'solid',
borderBottomColor: '#d2d4db',
borderBottomWidth: 1,
paddingBottom: 22
},
title_text: {
fontSize: 28,
color: '#999999'
},
intro: {
width: 750,
paddingLeft: 42,
marginTop: 30
},
intro_text: {
fontSize: 28,
color: '#3d4145'
},
intro_text_sub: {
color: '#999999'
},
item: {
marginLeft: 40
}
};
exports.default = styles;
module.exports = exports['default'];