Orl 短網址,供三星、福斯使用

jquery.modalLink-1.0.0.css 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .sparkling-modal-container { }
  2. .sparkling-modal-overlay {
  3. background: rgba(0, 0, 0, 0.3);
  4. }
  5. .sparkling-modal-frame {
  6. background: #fff;
  7. border: 0px solid #000;
  8. -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  9. -ms-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  10. box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  11. }
  12. .sparkling-modal-title {
  13. background: #f5f3ef;
  14. position: relative;
  15. }
  16. .sparkling-modal-title span {
  17. font-size: 20px;
  18. padding: 20px;
  19. float: left;
  20. line-height: 20px;
  21. }
  22. .sparkling-modal-close {
  23. /*padding: 20px 30px;*/
  24. /*line-height: 20px;*/
  25. /*float: right;*/
  26. /*font-size: 20px;*/
  27. cursor: pointer;
  28. height: 100%;
  29. width: 75px;
  30. position: absolute;
  31. right: 0px;
  32. -webkit-transition: background 0.2s;
  33. -moz-transition: background 0.2s;
  34. -ms-transition: background 0.2s;
  35. -o-transition: background 0.2s;
  36. transition: background 0.2s;
  37. }
  38. .sparkling-modal-close:hover { background: #e0ddd6; }
  39. .sparkling-modal-content { padding: 20px; }
  40. .i-close {
  41. width: 100%;
  42. height: 100%;
  43. position: relative;
  44. transform: rotate(45deg);
  45. }
  46. .i-close-h {
  47. position: relative;
  48. height: 1px;
  49. width: 19px;
  50. background: #777;
  51. top: 50%;
  52. left: 50%;
  53. margin-left: -9px;
  54. }
  55. .i-close-v {
  56. position: relative;
  57. height: 19px;
  58. width: 1px;
  59. background: #777;
  60. top: 50%;
  61. margin-top: -10px;
  62. left: 50%;
  63. }