alert.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. ul li{ list-style:none;}
  2. a{ text-decoration:none;color:#636b89}
  3. body{font-size:14px;font-family:'Microsoft YaHei';color:#000;}
  4. .clear{clear:both;}
  5. .green{color:green;}
  6. .hide{display:none;}
  7. .top{overflow:hidden;position:relative;}
  8. .top .back{height:25px;line-height:25px;float:left;border-radius:4px;width:25px;}
  9. .top .sx{float:left;margin-left:8px;margin-right:8px;}
  10. .top .home{float:left;height:25px;line-height:25px;width:25px;}
  11. .top .title{width:100px;text-align:center;position:absolute;left:0;padding-top:5px;font-size:16px;}
  12. .top .menu{float:right;margin-top:4px;}
  13. .shade{ width:100%; height:100%; position:fixed; left:0px; top:0px; background-color:rgba(0, 0, 0, 0.41);}
  14. .alert_msg{width: 200px;height:120px;border: 1px solid #000; border-radius: 8px;background-color: #f2f1f0;position: absolute;display:none;z-index:10000;}
  15. .alert_msg h4{width:100%;height:30px;line-height: 30px; text-align: center;font-size:16px;border-bottom:1px solid #ccc;}
  16. .alert_msg p{width:80%;margin: 0px auto;text-align: center;line-height: 24px;font-size:16px;color:#333;margin-top: 6px;}
  17. .btnsure{width:60%;margin: 0px auto;height: 25px; line-height: 25px;text-align: center;background-color: #ccc;border-radius: 8px;margin-top:6px;}
  18. .weixin_share{width:100%; height:100%; position:fixed;z-index:9999; left:0px; top:0px; background-color:rgba(0, 0, 0, 0.41);display:none;}
  19. #loading {width:100%;height:100%;display:none;position:fixed;top:0px;left:0px;background:url('../images/load.gif') no-repeat center; background-size:20%;background-color:rgba(0, 0, 0, 0.65);z-index:1000;}
  20. .reke{width:100%;height:20px;line-height: 20px;text-align: center;color:#ccc;font-size:10px;}
  21. @-webkit-keyframes boxfade{
  22. 0%{opacity:0;}
  23. 20%{opacity:0.8;}
  24. 80%{opacity:0.8;}
  25. 100%{opacity:0;}
  26. }
  27. @-o-keyframes boxfade{
  28. 0%{opacity:0;}
  29. 20%{opacity:0.8;}
  30. 80%{opacity:0.8;}
  31. 100%{opacity:0;}
  32. }
  33. @-ms-keyframes boxfade{
  34. 0%{opacity:0;}
  35. 20%{opacity:0.8;}
  36. 80%{opacity:0.8;}
  37. 100%{opacity:0;}
  38. }
  39. .alertBox,.msg_box,.verify_box{font-size:15px;text-align: center;border-radius:5px;position: absolute;left:50%;top:50%;margin:-20px 0 0 -150px;background:#000;color:#fff;width:300px;height:40px;line-height:40px;-webkit-animation:boxfade 2s ease;-ms-animation:boxfade 2s ease;-o-animation:boxfade 2s ease; z-index:10001}
  40. .alertBox{position: fixed;}
  41. @-webkit-keyframes loading{
  42. 0%{-webkit-transform: rotate(0deg);}
  43. 100%{-webkit-transform: rotate(720deg);}
  44. }
  45. @-o-keyframes loading{
  46. 0%{-o-transform: rotate(0deg);}
  47. 100%{-o-transform: rotate(720deg);}
  48. }
  49. @-ms-keyframes loading{
  50. 0%{-ms-transform: rotate(0deg);}
  51. 100%{-ms-transform: rotate(720deg);}
  52. }
  53. .alertBox .box_loading{ -webkit-animation:loading 2s linear infinite;-ms-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite; display:inline-block;width:24px;height:24px;border-radius:12px;
  54. background:-webkit-gradient(linear, 0 0, 0 60%, from(#fff), to(#1d1d1d)); position:absolute;top:7px;left:18px;}
  55. .alertBox .box_loading .loading_mask{ display:inline-block;width:20px;height:20px;border-radius:10px;background:#1d1d1d;position:absolute;top:2px;left:2px;}
  56. .mask{background:#000;opacity:0.4;width:100%;height:100%;position:fixed;z-index:9999;left:0;top:0; display: none;}
  57. @-webkit-keyframes loading {
  58. from { -webkit-transform:rotate(0deg);}
  59. to { -webkit-transform:rotate(360deg);}
  60. }
  61. @-ms-keyframes loading {
  62. from {-ms-transform:rotate(0deg)}
  63. to {-ms-transform:rotate(360deg);}
  64. }
  65. @-o-keyframes loading {
  66. from {-o-transform:rotate(0deg);}
  67. to {-o-transform:rotate(360deg);}
  68. }
  69. .load_wrap{position:fixed; left:50%;top:50%;margin-left:-25px;margin-top:-30px;width:50px;height:50px;background:#666;-webkit-border-radius:10px;border-radius:10px;opacity:.8; z-index:2;}
  70. .css3_loading{position:absolute; left:50%;margin-left:-20px; top:80px; width:40px;height:40px;background-position:center -40px;background-repeat:no-repeat;-webkit-animation:loading 2s linear infinite;-ms-animation:loading 1s linear infinite;-o-animation:loading 2s linear infinite;}
  71. #index_load.load_wrap .css3_loading{top:5px; z-index:2;}
  72. .load_wrap .css3_loading{top:0;}
  73. .load_wrap .num{position:absolute;left:50%;top:36px;color:#fff;width:32px;margin-left:-16px; text-align:center}