common.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .bt-animation{
  2. -webkit-transition:all 200ms;
  3. -moz-transition:all 200ms;
  4. -ms-transition:all 200ms;
  5. -o-transition:all 200ms;
  6. transition:all 200ms;
  7. }
  8. .bt-advertisement,
  9. .bt-h-scrren,
  10. .bt-v-scrren,
  11. .bt-play-logo-adv,
  12. .bt-play-share-tip{
  13. position:absolute;
  14. top:0;
  15. left:0;
  16. z-index: 6000;
  17. width:100%;
  18. height:100%;
  19. text-align:center;
  20. font-size:16px;
  21. color:#fff;
  22. }
  23. #bt-play-logo-adv{
  24. z-index:9001;
  25. }
  26. #bt-play-logo-adv-lock{
  27. z-index:9000;
  28. }
  29. .bt-play-share-tip{
  30. text-align:right;
  31. }
  32. .bt-play-share-tip-img{
  33. margin:10px 2% 0 0;
  34. width:60%;
  35. max-width:180px;
  36. }
  37. .bt-h-scrren, .bt-v-scrren{
  38. background:#fff;
  39. }
  40. .bt-h-scrren table, .bt-h-scrren tr, .bt-h-scrren td,
  41. .bt-v-scrren table, .bt-v-scrren tr, .bt-v-scrren td{
  42. width:100%;height:100%;
  43. padding:0;margin:0;
  44. }
  45. .bt-h-screen-img, .bt-v-screen-img{
  46. margin:10px 1%;
  47. max-width:98%;
  48. }
  49. .bt-lock-screen{
  50. position:absolute;
  51. top:0;
  52. left:0;
  53. z-index:5000;
  54. width: 100%;
  55. height: 100%;
  56. opacity: 0.4;
  57. background: #000;
  58. }
  59. #bt-hide-lock{
  60. z-index:-1;
  61. }
  62. .bt-game-loading{
  63. position:fixed;
  64. position:absolute;
  65. top:0;left:0;
  66. width:100%;height:100%;
  67. font-size:1.6rem;text-align: center;
  68. color:gray;background:#fff;
  69. }
  70. .bt-game-loading table, .bt-game-loading tr, .bt-game-loading td{
  71. height:100%;width:100%;padding:0;margin:0;
  72. }
  73. .bt-game-loading .bt-img{
  74. width:452px;
  75. max-width: 70%;
  76. }
  77. .bt-game-loading .bt-text{
  78. padding-top:30px;
  79. }
  80. .bt-hide{
  81. overflow:hidden!important;
  82. width:0!important;
  83. height:0!important;
  84. opacity:0!important;
  85. margin:0!important;
  86. padding:0!important;
  87. }