app.css 762 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* @group <section> #demo_events */
  2. section#demo_events div.container{
  3. width: 100%;
  4. height: 128px;
  5. background: #f00;
  6. font-size: 2.0em;
  7. text-align: center;
  8. line-height: 128px;
  9. color: #fff;
  10. text-shadow: rgba(0,0,0,0.5) 0 2px 1px;
  11. }
  12. section#demo_events div.output{
  13. width: 100%;
  14. padding: 4px;
  15. min-height: 14px;
  16. background: #ccc;
  17. color: rgba(0,0,0,0.75);
  18. }
  19. /* @end */
  20. /* @group <section> #demo_scroll */
  21. #scroll_vertical, #scroll_horizontal{margin-left: 3px;}
  22. #scroll_vertical{
  23. height: 256px;
  24. }
  25. #scroll_horizontal {
  26. height: 80px;
  27. }
  28. section#demo_scroll li{
  29. height: 76px;
  30. width: 76px;
  31. background: #ccc;
  32. font-size: 24px;
  33. line-height: 76px;
  34. list-style: none;
  35. text-align: center;
  36. float:left;
  37. margin-right: 3px;
  38. margin-bottom: 3px;
  39. }
  40. /* @end */