致电: +86 4008-799-765

Pickering Electronics Ltd

Pickering Electronics Ltd

50年设计生产销售用于自动测试设备(ATE)与仪器仪表的高品质簧片继电器

T +86 4008-799-765
Email: chinasales@pickeringtest.com

Pickering舌簧继电器。
Room 4-1-102, No. 27 Longgang Road, Qinghe, Haidian District, Beijing 100192, China

  • 公司历史
    • 公司历史
      • Pickering舌簧继电器的十大优势
      • 为什么选择Pickering的舌簧继电器?
      • 公司历史纪要手册
      • Pickering Interfaces
    • 自主开发的自动化设备
    • Pickering品质保证
      • 品质保证
      • ISO证书
      • RoHS与REACH认证
      • RoHS证书
      • REACH证书
      • ROHS地位
      • 冲突物料
    • COVID-19
  • 产品
    • 按系列
      • 单列直插型(SIL/SIP)100-110系列
        • 100低热偏移电压继电器
        • 100HV耐高压最高3kV + 高线圈电阻
        • 100HC系列 —— 3A 高承载电流/高线圈电阻
        • 101 – CMOS可直接驱动
        • 102 – 同轴 RF/高速数字信号
        • 103 – 低电容-大带宽
        • 104 – 耐高压1KV切换,4KV耐压
        • 105 – 20W(干簧)&50W(水银)
        • 106 – 0.2” x 0.8” 标准尺寸最高20W
        • 107 – Mu-metal金属外壳最高20W
        • 108 – 0.15” x 0.8”Mu-metal电磁屏蔽
        • 109 – 0.15” x 0.6”-最高20W-RF应用
        • 110 – 0.15” x 0.4”-最高20W
      • 单列直插型(SIL/SIP)111-131系列
        • 111 – 0.15” x 0.4” 5W + 1.5GHz RF应用
        • 112 – 0.15” x 0.4” 10W 高密度
        • 113 – 0.15” x 0.5” 3W (Form C), 10W (Form A)
        • 114 – 40W功率SIP继电器
        • 115 – 最大1A切换,20W,高密度
        • 116 – 0.5A,10W 高密度
        • 117 – 0.5A,5W 高密度
        • 118 – 高线圈电阻 – 小体积
        • 119 – 最高3KV耐压 – 小型耐高压
        • 131 – 最高1.5KV耐压 – 小型耐高压
      • 双列直插(DIL/DIP)继电器
        • 97 – 干簧3W (Form C) 10W (Form A), 水银 50W
        • 98 – 3W (Form C) 15W (Form A) CMOS可直接驱动
      • 超高密度4mm继电器
        • 120 – 1A, 20W 4mm x 15.5mm
        • 122 – 0.5A, 10W 4mm x 12.5mm
        • 124 – 0.5A, 10W 4mm x 9.5mm
      • 耐高压继电器
        • 60 & 65 – 15kV PCB/底盘安装焊接端子
        • 62 & 63 – 15kV PCB/底盘安装推合端子
        • 67 & 68 – 50W 10kV PCB/飞线连接
        • 100HV耐高压最高3kV + 高线圈电阻
        • 104 – 20W 1kV 切换, 3kV耐压 PCB SIP
        • 119 – 10W 1kV 切换, 3kV 耐压 PCB SIP
        • 131 – 10W 1kV 切换, 1.5kV 耐压 PCB MINI SIP
      • 过往产品
        • 80,85,88,89 – 干簧(3W, 15W) & 水银 (50W) PCB安装
        • 86,87 – 干簧 & 水银高敏感型 PCB安装
      • 表贴(SMD)继电器
        • 200系列 – 3W (Form C) 20W (Form A) 最高5GHz
          • Pickering Interfaces
    • 按应用
      • 高密度
      • 高电压
      • 通用型
      • 射频 快速/数字
      • 便携式设备
      • 大功率
      • 数据采集
      • 低热偏移电压
      • 热偶开关
      • CMOS直接驱动
      • 低电容型
    • 定制型产品包括
      • 99 系列
  • 如何购买
    • 需要报价
    • 样品评估
    • 产品代理
  • 技术资源
    • 产品目录
    • 继电器之友图书
    • 继电器查找表
    • 规格书
    • 3D继电器模型
    • 技术指引
    • 图像
  • 新闻
    • 产品新闻
    • 展会信息
  • 支持
    • 中国区代理
    • 技术帮助
      • 般问题帮助
      • 继电器之友
      • SoftCenter™
      • 电磁干扰
      • 专用术语表
联系我们
  • Home
  • Style – Tables
07/02/2023

Style – Tables

Style – Tables

Default styles

For basic styling—light padding and only horizontal dividers—add the base class .table to any <table>.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table>
  …
</table>

Optional classes

Add any of the following classes to the .table base class.

.table-striped

Adds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-IE8).

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table>
  …
</table>

.table-bordered

Add borders and rounded corners to the table.

# First Name Last Name Username
1 Mark Otto @mdo
Mark Otto @TwBootstrap
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table>
  …
</table>

.table-hover

Enable a hover state on table rows within a <tbody>.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table>
  …
</table>

.table-condensed

Makes tables more compact by cutting cell padding in half.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table>
  …
</table>

Optional row classes

Use contextual classes to color table rows.

Class Description
.success Indicates a successful or positive action.
.error Indicates a dangerous or potentially negative action.
.warning Indicates a warning that might need attention.
.info Used as an alternative to the default styles.
# Product Payment Taken Status
1 TB – Monthly 01/04/2012 Approved
2 TB – Monthly 02/04/2012 Declined
3 TB – Monthly 03/04/2012 Pending
4 TB – Monthly 04/04/2012 Call in to confirm
...
  <tr class="success">
    <td>1</td>
    <td>TB - Monthly</td>
    <td>01/04/2012</td>
    <td>Approved</td>
  </tr>
...

Supported table markup

List of supported table HTML elements and how they should be used.

Tag Description
<table> Wrapping element for displaying data in a tabular format
<thead> Container element for table header rows (<tr>) to label table columns
<tbody> Container element for table rows (<tr>) in the body of the table
<tr> Container element for a set of table cells (<td> or <th>) that appears on a single row
<td> Default table cell
<th> Special table cell for column (or row, depending on scope and placement) labelsMust be used within a <thead>
<caption> Description or summary of what the table holds, especially useful for screen readers
<table>
  <caption>...</caption>
  <thead>
    <tr>
      <th>...</th>
      <th>...</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>...</td>
      <td>...</td>
    </tr>
  </tbody>
</table>

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • GET SOCIAL
Pickering Electronics Ltd

加入我们的新闻资讯,接收最新簧片继电器的相关信息。

© 2020 Copyright Pickering Electronics Ltd, Stephenson Rd, Clacton, Essex, England, CO15 4NL.

条款 | 隐私政策 | Cookie政策

TOP