富茂链客Pcg官网
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

83 righe
1.3 KiB

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