金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
566 B

  1. .alert-box{
  2. position:fixed;
  3. top: 0;
  4. bottom: 0;
  5. left: 0;
  6. right: 0;
  7. background-color: rgba(0,0,0,.6);
  8. z-index: 100;
  9. .paney{
  10. width: 80%;
  11. background-color: #ffffff;
  12. border-radius: 4px;
  13. margin: 40% auto 0 auto;
  14. .paney-body{
  15. text-align: center;
  16. height: 110px;
  17. line-height: 110px;
  18. padding:0 10px;
  19. }
  20. .paney-foot{
  21. display: flex;
  22. button{
  23. font-size: 16px;
  24. flex: 1;
  25. padding: 0;
  26. line-height: 50px;
  27. }
  28. button::after{
  29. border:none;
  30. }
  31. }
  32. }
  33. }