UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

1 lines 1.09 kB
"use strict";"use client";Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _reactNative=require("react-native");var _default=function _default(theme){return _reactNative.StyleSheet.create({slider:{paddingVertical:5,paddingHorizontal:14},disabled:{},trackContianer:{paddingVertical:8,position:'relative',width:'100%',display:'flex',flexDirection:'row',alignItems:'center'},track:{position:'absolute',width:'100%',zIndex:1,height:3,borderRadius:3,backgroundColor:theme.fill_grey},fill:{position:'absolute',zIndex:1,height:3,borderRadius:3,backgroundColor:theme.brand_primary},thumb:{zIndex:3},ticks:{position:'absolute',width:'100%',height:3,backgroundColor:'transparent',zIndex:2},tick:{position:'absolute',top:-2,width:7,height:7,marginLeft:-3,backgroundColor:theme.fill_grey,borderRadius:7},tickActive:{backgroundColor:theme.brand_primary},mark:{position:'relative',width:'100%',height:11},markText:{transform:[{translateX:-theme.font_size_caption_sm/2}],fontSize:theme.font_size_caption_sm,color:theme.color_text_paragraph}});};exports.default=_default;