@ant-design/react-native
Version:
基于蚂蚁金服移动设计规范的 React Native 组件库
1 lines • 1.34 kB
JavaScript
Object.defineProperty(exports,"__esModule",{value:true});exports["default"]=void 0;var _reactNative=require("react-native");var _default=function _default(theme){return _reactNative.StyleSheet.create({"switch":{position:'relative',width:55,height:31,display:'flex',flexDirection:'row',alignItems:'center',padding:0,borderRadius:31},switch_handle:{position:'absolute',width:27,height:27,borderRadius:27,display:'flex',justifyContent:'center',alignItems:'center',backgroundColor:'#ffffff',shadowColor:'rgb(0, 35, 11)',shadowOffset:{width:0,height:2},shadowOpacity:0.2,shadowRadius:10,elevation:10},switch_inner:{color:'#fff',fontSize:12,flex:1,textAlign:'center',alignItems:'center',justifyContent:'center'},switch_inner_checked:{marginLeft:7,marginRight:27},switch_inner_unchecked:{marginLeft:27,marginRight:7},switch_checked:{borderColor:theme.switch_fill,backgroundColor:theme.switch_fill},switch_unchecked:{borderColor:theme.switch_unchecked,backgroundColor:theme.switch_unchecked},switch_handle_checked:{right:0},switch_handle_unchecked:{left:0},switch_checked_disabled:{borderColor:theme.switch_checked_disabled,backgroundColor:theme.switch_checked_disabled},switch_unchecked_disabled:{borderColor:theme.switch_unchecked_disabled,backgroundColor:theme.switch_unchecked_disabled},switch_handle_disabled:{}});};exports["default"]=_default;