书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 22333 个相关结果.
  • Style-Guide

    Fastify Style Guide Welcome Who is this guide for? Before you write Consider your Audience Get straight to the point Avoid adding video or image content Avoid plagiarism Wor...
  • Including Style Sheets

    Including Style Sheets Including Style Sheets For styling the application you typically need to include a style sheet. There are two ways to do this. Java @StyleSheet ( "styl...
  • Editor style guide

    Editor style guide Introduction Writing style Button and menu texts Inspector sections Inspector performance hints Tooltips Editor style guide Introduction Thanks for y...
  • GDScript style guide

    GDScript style guide Formatting Encoding and special characters Indentation Trailing comma Blank lines Line length One statement per line Avoid unnecessary parentheses Boole...
  • Style Broken Images

    334 2021-06-25 《CSS Protips》
    Style Broken Images Style Broken Images Make broken images more aesthetically-pleasing with a little bit of CSS: img { display : block ; font - family : sans - seri...
  • Style “Default” Links

    402 2021-06-25 《CSS Protips》
    Style “Default” Links Style “Default” Links Add a style for “default” links: a [ href ]: not ([ class ]) { color : #008000; text - decoration : underline ; } ...
  • Style 内置样式

    内置样式 介绍 文字省略 1px 边框 动画 内置样式 介绍 Vant 中默认包含了一些常用样式,可以直接通过 className 的方式使用。 文字省略 当文本内容长度超过容器最大宽度时,自动省略多余的文本。 <!-- 最多显示一行 --> <div class = "van-ellipsis" > 这是一段最多显示一行...
  • SCSS style guide

    936 2020-07-27 《Gitlab 中文文档》
    SCSS style guide SCSS style guide Rules Utility Classes Where are utility classes defined? Where should I put new utility classes? When should I create component classes? Nami...
  • JavaScript style guide

    1025 2020-07-27 《Gitlab 中文文档》
    JavaScript style guide JavaScript style guide Avoid forEach Limit number of parameters Avoid classes to handle DOM events Pass element container to constructor Use ParseInt C...
  • Class and Style Bindings

    Class and Style Bindings Binding HTML Classes Object Syntax Array Syntax With Components Binding Inline Styles Object Syntax Array Syntax Auto-prefixing Multiple Values ...