12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .overlaycsr {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 9990;
- background-color: #000000ab;
- min-height: 6.5rem;
- }
- .dialog-alertsrc {
- width: 87%;
- height: 24%;
- position: fixed;
- top: 30%;
- left: 6%;
- z-index: 9998;
- animation: frames-top-center-01 300ms;
- border-radius: 0.1rem;
- background: url(../../../hd/Dy/images/弹窗bgg.png) no-repeat;
- background-size: 100% 100%;
- }
- .actions {
- height: 1rem;
- display: flex;
- justify-content: center;
- }
- .guanbi {
- background: url(../../../hd/Dy/images/关闭按钮bgg.png) no-repeat;
- background-size: 100% 100%;
- width: 7%;
- height: 1%;
- margin-left: 88%;
- margin-top: 7%;
- }
- .content {
- margin: 12% 18%;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 75%;
- color: #ffffff;
- letter-spacing: 0.08rem;
- margin-left: 22%;
- height: 22%;
- }
- .img_btn {
- background: url(../../../hd/Dy/images/按钮bgg.png) no-repeat;
- background-size: 100% 100%;
- width: 65%;
- height: 80%;
- margin-top: 9%;
- }
- .img_btn {
- display: flex;
- align-items: center;
- justify-content: center;
- }
|