<style type="text/css">

.list {list-style-type: none;margin: 0;padding: 0 0 0 30px;}
.list--ordered {counter-reset: list-counter;display: block;}
.list--ordered .list__item::before {
background: #ccc;
color: white;
content: counter(list-counter);
counter-increment: list-counter;
display: block;
height:20px;
left: 0;
line-height:22px;
position: absolute;
text-align: center;
width:20px;
}
</style>

<ol class="list list--ordered">
<li class="list__item">Widget learns and understands your vision.</li>
<li class="list__item">Widget partners with you to move your product from concept to detailed plan and specifications.</li>
<li class="list__item">Widget begins the search for your best sourcing option - auditing and vetting suppliers to meet pre qualification and well-defined standards.</li>
<li class="list__item">Widget shares sourcing options, procurement process, quality concerns and pricing.</li>
<li class="list__item">Widget’s sample/prototyping process begins. The sample lead time is determined your unique product.</li>
<li class="list__item">Widget has a physical presence - serving as your representative - at the chosen manufacturer’s facility.</li>
<li class="list__item">Widget performs pre, mid, and post quality control inspection.</li>
<li class="list__item">Widget performs final pre-shipment inspections on-site.</li>
<li class="list__item">Widget manages the logistics of delivering products from the manufacturer to your door - wherever you may be.</li>
<li class="list__item">Widget follows-up with you to ensure your complete satisfaction!</li>
</ol>

最新文章

  1. python中文乱码问题
  2. jQuery不支持hashchange事件?
  3. 【mongodb】 需求
  4. Application、Session、Cookie、ViewState的特性
  5. 纯CSS完美实现垂直水平居中的6种方式
  6. IAR 编译错解决Error[e16]: Segment NEAR_Z (size: 0x16d align: 0) is too long for segment definition. At least 0x83 more bytes needed.
  7. Findbugs初探-使用idea获取findbugs插件
  8. Oracle11g R2学习系列 之二基本概念和环境介绍
  9. c#Winform程序的toolStripButton自己定义背景应用演示样例源代码
  10. 屏蔽电信流氓广告造成的诡异的问题--Android WebView 长时间不能载入页面
  11. 机器学习模型 bias 和 variance 的直观判断
  12. Java-byte[]与16进制字符串互转
  13. git 本地提交代码到 github 远程库,没有弹框 github login
  14. python入门学习:2.列表简介
  15. 200. Number of Islands(DFS)
  16. pip使用豆瓣的镜像源
  17. vue query或params传参
  18. 04-python-闭包
  19. Cisco交换机端口聚合(EtherChannel)
  20. BZOJ1012最大数 [JSOI2008] 单调栈+二分

热门文章

  1. 第三模块的下载、requests模块、openpyxl模块
  2. 【c#】从外部复制文本、图片到我的软件中的解决方案(支持ppt,qq等)
  3. vue3+ts 全局事件总线mitt
  4. Spark通信框架RPC介绍
  5. python之路47 django路由层配置 虚拟环境
  6. PowerUsageSummary.java源码分析
  7. C++ 一种交换两个数的思路
  8. strapi系列-如何创建一个定时任务-Cron Jobs
  9. Squirrel状态机-从原理探究到最佳实践
  10. Oracle ADG环境下的RMAN备份策略