no-wify.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. #no_wifi .divHead {
  2. width: 100%;
  3. height: 88rem;
  4. opacity: 1;
  5. background: #333333;
  6. position: relative;
  7. }
  8. #no_wifi .divHead .divTitle {
  9. font-size: 18rem;
  10. font-family: PingFangSC, PingFangSC-Regular;
  11. font-weight: 500;
  12. text-align: center;
  13. color: #ffffff;
  14. line-height: 25rem;
  15. letter-spacing: 0;
  16. position: absolute;
  17. bottom: 13rem;
  18. width: 100%;
  19. }
  20. #no_wifi .divHead .divTitle i {
  21. position: absolute;
  22. left: 16rem;
  23. top: 50%;
  24. transform: translate(0, -50%);
  25. }
  26. #no_wifi .divContent {
  27. height: calc(100vh - 88rem);
  28. width: 100%;
  29. background: #ffffff;
  30. display: flex;
  31. flex-direction: column;
  32. text-align: center;
  33. align-items: center;
  34. }
  35. #no_wifi .divContent img {
  36. width: 239rem;
  37. height: 130rem;
  38. margin-top: 104rem;
  39. margin-bottom: 19rem;
  40. }
  41. #no_wifi .divContent .divDesc {
  42. height: 33rem;
  43. opacity: 1;
  44. font-size: 24rem;
  45. font-family: PingFangSC, PingFangSC-Regular;
  46. font-weight: 500;
  47. text-align: center;
  48. color: #333333;
  49. line-height: 33rem;
  50. letter-spacing: 0;
  51. margin-bottom: 20rem;
  52. }
  53. #no_wifi .divContent .btnRefresh {
  54. width: 124rem;
  55. height: 36rem;
  56. opacity: 1;
  57. background: #ffc200;
  58. border-radius: 18px;
  59. opacity: 1;
  60. font-size: 15rem;
  61. font-family: PingFangSC, PingFangSC-Regular;
  62. font-weight: 500;
  63. text-align: center;
  64. color: #333333;
  65. line-height: 21rem;
  66. letter-spacing: 0;
  67. line-height: 36rem;
  68. }