No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

56 líneas
1.3 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <meta content="IE=edge" http-equiv="X-UA-Compatible" />
  7. <base target="_parent">
  8. <script>
  9. if (window.parent !== window) {
  10. window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
  11. }
  12. </script>
  13. <title>Storybook</title>
  14. <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
  15. <link href="http://obpykithy.bkt.clouddn.com/hawkeye/styles/fonts.css" rel="stylesheet">
  16. <style>
  17. * {
  18. font-family: 'Open Sans', 'Lato', sans-serif;
  19. }
  20. .time_picker_wrapper {
  21. height: 500px;
  22. width: 300px;
  23. margin: 50px auto;
  24. }
  25. .time_picker_wrapper2 {
  26. display: flex;
  27. flex-direction: row;
  28. justify-content: center;
  29. align-items: center;
  30. margin-top: 100px;
  31. }
  32. .time_picker_trigger {
  33. width: auto;
  34. display: inline-block;
  35. position: relative;
  36. display: flex;
  37. flex-direction: row;
  38. justify-content: center;
  39. align-items: center;
  40. }
  41. .gap {
  42. float: left;
  43. width: 20px;
  44. }
  45. .time_picker_container {
  46. width: 300px;
  47. }
  48. </style>
  49. </head>
  50. <body>
  51. <div id="root"></div>
  52. <div id="error-display"></div>
  53. <script type="text/javascript" src="static/preview.d593bcedfa21fe37c961.bundle.js"></script></body>
  54. </html>