app.css 604 B

12345678910111213141516171819202122232425262728293031323334353637
  1. pre {
  2. font-weight: normal;
  3. font-size: 12px;
  4. background: rgba(255,255,255,0.5);
  5. border: 1px solid rgba(0,0,0,0.5);
  6. margin-top: 10px;
  7. padding: 10px;
  8. }
  9. /* @group <section> #demo_scroll */
  10. .container-scroll {
  11. padding: 4px;
  12. }
  13. .vertical {
  14. height: 154px;
  15. }
  16. .horizontal {
  17. position: relative;
  18. top: 172px;
  19. height: 75px;
  20. }
  21. .container-scroll li{
  22. height: 76px;
  23. width: 76px;
  24. background: #ccc;
  25. font-size: 24px;
  26. line-height: 76px;
  27. list-style: none;
  28. text-align: center;
  29. float:left;
  30. margin-right: 3px;
  31. margin-bottom: 3px;
  32. }
  33. /* @end */