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
473 B

  1. .pop-layer {
  2. position:fixed;
  3. top:50%;
  4. left:50%;
  5. z-index:1000;
  6. background:#fff;
  7. .pop-content {
  8. border:1px solid #ddd;
  9. }
  10. .pop-footer {
  11. width:100%;
  12. background:#282828;
  13. height:30px;
  14. text-align:right;
  15. padding:0px 15px;
  16. [data-toggle="btn-popup-close"] {
  17. display:inline-block;
  18. line-height:30px;
  19. color:#fff;
  20. &:hover {
  21. color:#d0d0d0;
  22. }
  23. & + & {
  24. margin-left:30px;
  25. }
  26. }
  27. }
  28. }