pagerzs.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .overlaycsr {
  2. position: fixed;
  3. top: 0;
  4. right: 0;
  5. bottom: 0;
  6. left: 0;
  7. z-index: 9990;
  8. background-color: #000000ab;
  9. min-height: 6.5rem;
  10. }
  11. .dialog-alertsrc {
  12. width: 87%;
  13. height: 24%;
  14. position: fixed;
  15. top: 30%;
  16. left: 6%;
  17. z-index: 9998;
  18. animation: frames-top-center-01 300ms;
  19. border-radius: 0.1rem;
  20. background: url(../../../hd/Dy/images/弹窗bgg.png) no-repeat;
  21. background-size: 100% 100%;
  22. }
  23. .actions {
  24. height: 1rem;
  25. display: flex;
  26. justify-content: center;
  27. }
  28. .guanbi {
  29. background: url(../../../hd/Dy/images/关闭按钮bgg.png) no-repeat;
  30. background-size: 100% 100%;
  31. width: 7%;
  32. height: 1%;
  33. margin-left: 88%;
  34. margin-top: 7%;
  35. }
  36. .content {
  37. margin: 12% 18%;
  38. display: flex;
  39. align-items: center;
  40. justify-content: center;
  41. font-size: 75%;
  42. color: #ffffff;
  43. letter-spacing: 0.08rem;
  44. margin-left: 22%;
  45. height: 22%;
  46. }
  47. .img_btn {
  48. background: url(../../../hd/Dy/images/按钮bgg.png) no-repeat;
  49. background-size: 100% 100%;
  50. width: 65%;
  51. height: 80%;
  52. margin-top: 9%;
  53. }
  54. .img_btn {
  55. display: flex;
  56. align-items: center;
  57. justify-content: center;
  58. }