sidebar.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. body{
  2. oncontextmenu: return false;
  3. onselectstart: return false;
  4. }
  5. #play68box{
  6. width: 190px;
  7. font-size: 12px;
  8. line-height: 15px;
  9. right: -172px;
  10. top: 35%; /* change this value to place the menu higher or lower */
  11. position: fixed;
  12. z-index: 100;
  13. }
  14. #tab{
  15. float: left;
  16. list-style: none outside none;
  17. padding: 0;
  18. position: relative;
  19. z-index: 99;
  20. margin-top: 10px;
  21. margin-right: 0;
  22. margin-bottom: 0;
  23. margin-left: 0;
  24. }
  25. #tab li span{
  26. display: block;
  27. padding: 0 5px;
  28. position: relative;
  29. }
  30. #links{
  31. width: 100px;
  32. padding: 1px;
  33. float: left;
  34. background-color: #f6bb42;
  35. border-radius: 8px;
  36. }
  37. .show, .hide{
  38. /* we specify the transition length for hiding and showing */
  39. transition: margin-right .4s ease-in;
  40. -webkit-transition: margin-right .4s ease-in;
  41. }
  42. .hide{
  43. margin-right:0px;
  44. }
  45. .show{
  46. margin-right:95px;
  47. }
  48. #arrow, .bt{
  49. cursor: pointer;
  50. }
  51. .bt{
  52. width: 95px;
  53. height: 41px;
  54. margin: 2px;
  55. text-align:center;
  56. /*border:1px solid #858fa6;*/
  57. font: bold 15px Arial, Helvetica, "Microsoft Yahei", "΢ÈíÑźÚ", STXihei, "»ªÎÄϸºÚ", sans-serif;
  58. background-color: #da4453;
  59. border-radius: 6px;
  60. }
  61. .bt a{
  62. line-height: 40px;
  63. color: #fff;
  64. display: block;
  65. text-decoration:none;
  66. }
  67. .bt:hover{
  68. transition: background .3s linear -o-transition: background .3s linear;
  69. -moz-transition: background .3s linear;
  70. -webkit-transition: background .3s linear;
  71. background-color: #37bc9b;
  72. }
  73. #deco{
  74. width: 90px;
  75. float: left; /* box-shadow:0px 0px 5px #000;
  76. -moz-box-shadow:0px 0px 5px #000;
  77. -webkit-box-shadow:0px 0px 5px #000;*/
  78. }
  79. #share-wx{
  80. background:rgba(0,0,0,0.8);
  81. position:absolute;top:0px;
  82. left:0px;
  83. width:100%;
  84. height:100%;
  85. z-index:10000;
  86. display:none;
  87. }
  88. #wx-qr{
  89. background:rgba(0,0,0,0.8);
  90. position:absolute;top:0px;
  91. left:0px;
  92. width:100%;
  93. height:100%;
  94. z-index:10000;
  95. display:none;
  96. }