UNPKG

react-native-ocss

Version:

#### 干嘛

40 lines 745 B
module.exports.styles = require('react-native').StyleSheet.create({ "dialog": { "color": "#0000ff", "fontSize": 12 }, "pop": { "color": "#0000ff", "fontSize": 12 }, "show": { "fontColor": "#0000ff" }, "warning": { "fontSize": 12 }, "movie": { "transform": [{ "rotate": "7deg" }] }, "mixin": { "color": "blue", "fontSize": 12 }, "dialog2": { "color": "blue", "fontSize": 12 }, "nihao": { "color": "#ff0000" }, "slider": { "color": "#ff0000", "height": 200 }, "only": { "height": 200, "backgroundColor": "#ff0000" } });