sidebar.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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%;
  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. transition: margin-right .4s ease-in;
  39. -webkit-transition: margin-right .4s ease-in;
  40. }
  41. .hide{
  42. margin-right:0px;
  43. }
  44. .show{
  45. margin-right:95px;
  46. }
  47. #arrow, .bt{
  48. cursor: pointer;
  49. }
  50. .bt{
  51. width: 95px;
  52. height: 41px;
  53. margin: 2px;
  54. text-align:center;
  55. font: bold 15px Arial, Helvetica, "Microsoft Yahei", "΢ÈíÑźÚ", STXihei, "»ªÎÄϸºÚ", sans-serif;
  56. background-color: #da4453;
  57. border-radius: 6px;
  58. }
  59. .bt a{
  60. line-height: 40px;
  61. color: #fff;
  62. display: block;
  63. text-decoration:none;
  64. }
  65. .bt:hover{
  66. transition: background .3s linear -o-transition: background .3s linear;
  67. -moz-transition: background .3s linear;
  68. -webkit-transition: background .3s linear;
  69. background-color: #37bc9b;
  70. }
  71. #deco{
  72. width: 90px;
  73. float: left;
  74. }
  75. #share-wx{
  76. background:rgba(0,0,0,0.8);
  77. position:absolute;top:0px;
  78. left:0px;
  79. width:100%;
  80. height:100%;
  81. z-index:10000;
  82. display:none;
  83. }
  84. #wx-qr{
  85. background:rgba(0,0,0,0.8);
  86. position:absolute;top:0px;
  87. left:0px;
  88. width:100%;
  89. height:100%;
  90. z-index:10000;
  91. display:none;
  92. }