card.less 358 B

123456789101112131415161718192021
  1. ol{
  2. li::marker{
  3. color: #f6911f;
  4. text-align: right;
  5. font-weight: 700;
  6. font-size: 22px;
  7. content: counter(list-item) " ";
  8. }
  9. li{
  10. padding-left: 20px;
  11. margin-bottom: 40px;
  12. border-top: 2px solid #f6911f;
  13. }
  14. strong{
  15. display: block;
  16. font-size: 22px;
  17. padding: 10px 0 10px;
  18. margin: 0px;
  19. font-weight: bolder;
  20. }
  21. }