sem-share-pc.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /* 右侧悬浮按钮 */
  2. .after-sale-box {
  3. position: fixed;
  4. right: 23px;
  5. bottom: 64px;
  6. display: flex;
  7. flex-direction: column;
  8. z-index: 9999;
  9. }
  10. .after-sale-box-item {
  11. width: 68px;
  12. height: 68px;
  13. background: #3399FF;
  14. display: flex;
  15. flex-direction: column;
  16. justify-content: space-between;
  17. align-items: center;
  18. border-radius: 0;
  19. position: static;
  20. position: relative;
  21. top: 0;
  22. left: 0;
  23. margin-top: 2px;
  24. }
  25. .after-sale-box-item img {
  26. width: 50px;
  27. height: 50px;
  28. }
  29. .after-sale-box-item .dtu {
  30. width: 32px;
  31. height: 32px;
  32. }
  33. .after-sale-box-item-text {
  34. font-size: 11px;
  35. font-family: PingFangSC-Regular, PingFang SC;
  36. font-weight: 400;
  37. color: #FFFFFF;
  38. line-height: 16px;
  39. padding-bottom: 3px;
  40. }
  41. .after-sale-dialog-center,
  42. .after-sale-dialog-center2 {
  43. width: 194px;
  44. height: 84px;
  45. position: absolute;
  46. left: -190px;
  47. top: -6px;
  48. display: none;
  49. }
  50. .after-sale-dialog-center img,
  51. .after-sale-dialog-center2 img {
  52. width: 100%;
  53. height: 100%;
  54. position: absolute;
  55. top: 0;
  56. left: 0;
  57. right: 0;
  58. bottom: 0;
  59. }
  60. .after-sale-dialog-cente-text {
  61. position: absolute;
  62. top: 50%;
  63. transform: translateY(-50%);
  64. right: 28px;
  65. }
  66. .after-sale-dialog-cente-text2 {
  67. text-align: left;
  68. padding-top: 21px;
  69. padding-left: 34px;
  70. }
  71. .dialog-box-item-text-title2 {
  72. font-size: 18px;
  73. font-family: PingFangSC-Semibold, PingFang SC;
  74. font-weight: 600;
  75. color: #FFFFFF;
  76. line-height: 21px;
  77. }
  78. .dialog-box-item-text-subtitle2 {
  79. font-size: 16px;
  80. font-family: PingFangSC-Semibold, PingFang SC;
  81. font-weight: 600;
  82. color: #FFFFFF;
  83. line-height: 21px;
  84. }
  85. /* 底部申请体验按钮 */
  86. .apply-but {
  87. border: none;
  88. background-color: #17b5fe;
  89. }
  90. .apply-but:hover {
  91. background-color: #015eea;
  92. }