lottery.css 739 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* 大转盘样式 */
  2. .banner {
  3. display: block;
  4. width: 100%;
  5. bottom: 0;
  6. padding: 8px 0 20px 0;
  7. position:relative;
  8. }
  9. .banner .turnplate {
  10. display: block;
  11. width: 90vw;
  12. position: relative;
  13. margin: 0 auto;
  14. padding: 5vw;
  15. background-image: url(../images/lottery/bg_turntable_gold.png);
  16. background-size: 100% 100%;
  17. }
  18. .banner .turnplate canvas.item {
  19. width: 100%;
  20. }
  21. .banner .turnplate img.pointer {
  22. position: absolute;
  23. width: 34%;
  24. height: 34%;
  25. left: 33%;
  26. top: 34%;
  27. }
  28. .tabBox {
  29. position: relative
  30. }
  31. /* tab切换 */
  32. .bgbox {
  33. /* width: 500px; */
  34. color: #FFFFFF;
  35. margin: 0 auto;
  36. }
  37. .tabbox .boxlist {
  38. margin-top: 10px;
  39. }
  40. .clearfix {
  41. clear: both;
  42. }