zoukankan      html  css  js  c++  java
  • React Native可用的css属性

      React Native的css名称和css有点点不同,有css基础的很快上手

     "alignItems",在辅轴的排列方向

    flex-start | flex-end | center | stretch

     "alignSelf",主容器内元素在辅轴的排列方向,同alignItems有点类似
      "backfaceVisibility",
      "backgroundColor",——背景颜色
      "borderBottomColor",
      "borderBottomLeftRadius",
      "borderBottomRightRadius",
      "borderBottomWidth",
      "borderColor",
      "borderLeftColor",
      "borderLeftWidth",
      "borderRadius",——容器圆角
      "borderRightColor",
      "borderRightWidth",
      "borderStyle",——solid,dotted,dashed
      "borderTopColor",
      "borderTopLeftRadius",
      "borderTopRightRadius",
      "borderTopWidth",
      "borderWidth",——边框宽度
      "bottom",——绝对定位属性
      "color",——字体颜色
      "elevation",——听觉样式表
      "flex",——分配剩余空间
      "flexDirection",——设置主轴方向
      "flexWrap",
      "fontFamily",
      "fontSize",
      "fontStyle",
      "fontWeight",
      "height",
      "justifyContent",——在主轴的排列方向
      "left",——绝对定位属性
      "letterSpacing",
      "lineHeight",
      "margin",
      "marginBottom",
      "marginHorizontal",
      "marginLeft",
      "marginRight",
      "marginTop",
      "marginVertical",
      "maxHeight",
      "maxWidth",
      "minHeight",
      "minWidth",
      "opacity",
      "overflow",
      "overlayColor",——?
      "padding",
      "paddingBottom",
      "paddingHorizontal",
      "paddingLeft",
      "paddingRight",
      "paddingTop",
      "paddingVertical",——针对辅轴两边的内边距
      "position",
      "resizeMode",——resizeMode 缩放比例,可选参数('cover', 'contain', 'stretch') 该当图片的尺寸超过布局的尺寸的时候,会根据设置Mode进行缩放或者裁剪图片
      "right",
      "rotation",
      "scaleX",
      "scaleY",
      "shadowColor",
      "shadowOffset",
      "shadowOpacity",
      "shadowRadius",
      "textAlign",
      "textAlignVertical",
      "textDecorationColor",
      "textDecorationLine",
      "textDecorationStyle",
      "textShadowColor",
      "textShadowOffset",
      "textShadowRadius",
      "tintColor",——图片背景颜色
      "top",
      "transform",
      "transformMatrix",
      "translateX",
      "translateY",
      "width",
      "writingDirection",
      "zIndex"

  • 相关阅读:
    strtok和strtok_r
    几种更新(Update语句)查询的方法
    常见的几种RuntimeException
    初识ASP.NET---若干常见错误
    Microsoft.AlphaImageLoader滤镜解说
    情绪管理--不要总做“好脾气”的人。
    Linux中搭建SVNserver
    Java虚拟机的启动与程序的执行
    Ubuntu下deb包的安装方法
    財哥面京东dm的经历【帮財哥发的】
  • 原文地址:https://www.cnblogs.com/myswift-lhq/p/5762055.html
Copyright © 2011-2022 走看看