choujiang.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. html, body, div, span, applet, object, iframe,
  2. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  3. a, abbr, acronym, address, big, cite, code,
  4. del, dfn, em, img, ins, kbd, q, s, samp,
  5. small, strike, strong, sub, sup, tt, var,
  6. b, u, i, center,
  7. dl, dt, dd, ol, ul, li,
  8. fieldset, form, label, legend,
  9. table, caption, tbody, tfoot, thead, tr, th, td,
  10. article, aside, canvas, details, embed,
  11. figure, figcaption, footer, header, hgroup,
  12. menu, nav, output, ruby, section, summary,
  13. time, mark, audio, video {
  14. margin: 0;
  15. padding: 0;
  16. border: 0;
  17. font: inherit;
  18. font-size: 100%;
  19. vertical-align: baseline;
  20. }
  21. html {
  22. line-height: 1;
  23. }
  24. ol, ul {
  25. list-style: none;
  26. }
  27. table {
  28. border-collapse: collapse;
  29. border-spacing: 0;
  30. }
  31. caption, th, td {
  32. text-align: left;
  33. font-weight: normal;
  34. vertical-align: middle;
  35. }
  36. q, blockquote {
  37. quotes: none;
  38. }
  39. q:before, q:after, blockquote:before, blockquote:after {
  40. content: "";
  41. content: none;
  42. }
  43. a img {
  44. border: none;
  45. }
  46. article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  47. display: block;
  48. }
  49. .turntable-bg {
  50. width: 650px;
  51. height: 600px;
  52. margin: 0 auto;
  53. position: relative;
  54. background: url("../images/turntable-bg.jpg");
  55. }
  56. .turntable-bg .mask {
  57. width: 454px;
  58. height: 451px;
  59. position: absolute;
  60. left: 116px;
  61. top: 60px;
  62. /*z-index:9;*/
  63. }
  64. .turntable-bg .pointer {
  65. width: 174px;
  66. height: 228px;
  67. position: absolute;
  68. left: 50%;
  69. top: 50%;
  70. margin-left: -67px;
  71. margin-top: -144px;
  72. z-index: 8;
  73. }
  74. .turntable-bg .rotate {
  75. width: 450px;
  76. height: 450px;
  77. position: absolute;
  78. left: 116px;
  79. top: 60px;
  80. }
  81. /*
  82. 本代码由素材家园收集并编辑整理;
  83. 尊重他人劳动成果;
  84. 转载请保留素材家园链接 - www.sucaijiayuan.com
  85. */