富茂链客Pcg官网
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

84 lines
1.3 KiB

  1. .suspendedBox {
  2. position: fixed;
  3. right: 0;
  4. top: 30%;
  5. width: 66px;
  6. z-index: 100000;
  7. }
  8. .suspended1 {
  9. height: 66px;
  10. border-bottom: #666F80 1px solid;
  11. background-color: #0067ED;
  12. text-align: center;
  13. cursor: pointer;
  14. overflow: hidden;
  15. }
  16. .suspendedImg {
  17. width: 22px;
  18. height: 22px;
  19. margin: 10px auto;
  20. display: block;
  21. }
  22. .suspendedImgText {
  23. font-size: 12px;
  24. font-family: Microsoft YaHei;
  25. font-weight: 400;
  26. color: #FFFFFF;
  27. }
  28. .suspended2:hover .showText {
  29. display: block;
  30. }
  31. .showText {
  32. /* width: 150px; */
  33. position: absolute;
  34. height: 66px;
  35. top: 70px;
  36. left: -170px;
  37. background: #ffffff;
  38. line-height: 66px;
  39. text-align: center;
  40. padding: 0 20px;
  41. font-size: 18px;
  42. display: none;
  43. }
  44. .suspended2 {
  45. overflow: hidden;
  46. height: 66px;
  47. border-bottom: #666F80 1px solid;
  48. background-color: #0067ED;
  49. text-align: center;
  50. cursor: pointer;
  51. }
  52. .suspended3:hover .showRqCode {
  53. display: block;
  54. }
  55. .suspended3 {
  56. height: 66px;
  57. background-color: #0059CD;
  58. text-align: center;
  59. cursor: pointer;
  60. overflow: hidden;
  61. }
  62. .showRqCode {
  63. top: 60px;
  64. left: -140px;
  65. position: absolute;
  66. width: 140px;
  67. height: 140px;
  68. background-color: #ffffff;
  69. display: none;
  70. }
  71. .showRqCodeImg {
  72. width: 130px;
  73. height: 130px;
  74. }