common.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. a,button,div,span,ul,li,p{
  9. -webkit-tap-highlight-color:rgba(0,0,0,0);
  10. }
  11. .bt-advertisement,
  12. .bt-h-scrren,
  13. .bt-v-scrren,
  14. .bt-play-logo-adv,
  15. .bt-play-share-tip{
  16. position:absolute;
  17. top:0;
  18. left:0;
  19. z-index: 6000;
  20. width:100%;
  21. height:100%;
  22. text-align:center;
  23. font-size:16px;
  24. color:#fff;
  25. }
  26. #bt-play-logo-adv{
  27. z-index:9001;
  28. }
  29. #bt-play-logo-adv-lock{
  30. z-index:9000;
  31. }
  32. .bt-play-share-tip{
  33. text-align:right;
  34. }
  35. .bt-play-share-tip-img{
  36. margin:10px 2% 0 0;
  37. width:60%;
  38. max-width:180px;
  39. }
  40. .bt-h-scrren, .bt-v-scrren{
  41. background:#fff;
  42. }
  43. .bt-h-scrren table, .bt-h-scrren tr, .bt-h-scrren td,
  44. .bt-v-scrren table, .bt-v-scrren tr, .bt-v-scrren td{
  45. width:100%;height:100%;
  46. padding:0;margin:0;
  47. }
  48. .bt-h-screen-img, .bt-v-screen-img{
  49. margin:10px 1%;
  50. max-width:98%;
  51. }
  52. .bt-lock-screen{
  53. position:absolute;
  54. top:0;
  55. left:0;
  56. z-index:5000;
  57. width: 100%;
  58. height: 100%;
  59. opacity: 0.4;
  60. background: #000;
  61. }
  62. #bt-hide-lock{
  63. z-index:-1;
  64. }
  65. .bt-game-loading{
  66. position:fixed;
  67. position:absolute;
  68. top:0;left:0;
  69. width:100%;height:100%;
  70. font-size:1.6rem;text-align: center;
  71. color:gray;background:#fff;
  72. }
  73. .bt-game-loading table, .bt-game-loading tr, .bt-game-loading td{
  74. height:100%;width:100%;padding:0;margin:0;
  75. }
  76. .bt-game-loading .bt-img{
  77. width:452px;
  78. max-width: 70%;
  79. }
  80. .bt-game-loading .bt-text{
  81. padding-top:30px;
  82. }
  83. .bt-hide{
  84. overflow:hidden!important;
  85. width:0!important;
  86. height:0!important;
  87. opacity:0!important;
  88. margin:0!important;
  89. padding:0!important;
  90. }
  91. #dialog-alert div:nth-child(2){
  92. top: 30%!important;
  93. z-index: 9999!important;
  94. }