美文网首页
设计中的一些样式的命名[2]

设计中的一些样式的命名[2]

作者: LRachel | 来源:发表于2023-05-03 16:05 被阅读0次

关于网页设计中底部的不同区域命名方式:
以语雀为例,它是用的ant框架

<div class="FooterLinks-module_container">
  <div class="FooterLinks-module_content">
      <div class="FooterLinks-module_contact">
        <div class="FooterLinks-module_navs_qQJWh">
      <div class="ant-descriptions">
          <div class="ant-descriptions-view">
            <table>
                <tbody>
                <tr class="ant-descriptions-row">
                    <th class="ant-descriptions-item" colspan="1">
                      <div class="ant-descriptions-item-container">
                          <span class="ant-descriptions-item-label">产品相关</span>
                      </div>
                    </th>...</th>
                    </th>...</th>
                </tr>
                <tr class="ant-descriptions-row">
                      <td class="ant-descriptions-item" colspan="1">
                          <div class="ant-descriptions-item-container">
                                <span class="ant-descriptions-item-content">
                                    <ul>
                                        <li><a href="/about/products" target="_blank">核心能力</a></li>
                                        <li>...</li>
                                       <li>...</li>
                                  </ul>
                                </span>
                          </div>
                      </td>
                     <td>...  </td>
              </tr>
            </tbody>
        </table>
</div>
</div>
</div>
</div>
</div>

相关文章

  • 设计中的一些样式的命名

    这是下载了一个Flutter Theming Tool APP ,可以实时查看不同主题在实际应用中的组件样式效果。...

  • 四、样式的获取

    1、 修改标签的属性 js操作的是行内样式。 js里写样式的时候,遇到了复合样式,要使用驼峰命名。 2、驼峰命名 ...

  • css+js中的简单命名规范

    CSS选择器的命名规则 1.命名用英文小写字母书写;2.命名体现出内容、功能或者样式(样式命名少用),注重语义化;...

  • Word如何管理样式

    Word如何管理样式 在文档中创建样式后,还可对样式进行合理的管理操作,如重命名样式、修改样式、显示或隐藏样式等操...

  • 命名规范

    文本命名规范 index.css: 一般用于首页建立样式 head.css: 头部样式,当多个页面头部设计风格相同...

  • Word样式集与主题的使用

    Word样式集与主题的使用 在文档中创建样式后,还可对样式进行合理的管理操作,如重命名样式、修改样式、显示或隐藏样...

  • 入门任务13

    编码规范 命名规范 所有命名都使用英文小写 命名用引号包裹 不同的单词用中横线连接 命名体现功能,不涉及表现样式(...

  • CSS编码规范,CSS垂直居中

    说一说你平时写代码遵守的编码规范 命名英文小写。 命名用引号包裹。 中横线链接命名。 命名体现功能,不涉及样式。 ...

  • Day04

    今天学到了什么CSS 样式 CSS 样式 1 命名规范 2 背景 2.1背景重复backg round-repea...

  • 编码规范与伪元素

    编码规范 命名 命名体现功能,或体现内容,不涉及具体样式。(命名涉及样式不利于维护) 用引号包裹命名。 使用英文小...

网友评论

      本文标题:设计中的一些样式的命名[2]

      本文链接:https://www.haomeiwen.com/subject/eiktsdtx.html