easydialog.css 1.8 KB

123456789101112131415161718192021222324
  1. button::-moz-focus-inner{ border:0; padding:0; margin:0; }
  2. .easyDialog_wrapper{ width:320px; color:#444; border:8px solid rgba(51,51,51,0.6);_border:8px solid #858585; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;display:none; font-family:"Microsoft yahei", Arial; }
  3. .easyDialog_wrapper .easyDialog_content{border:1px solid #325200;background:#fff;}
  4. .easyDialog_wrapper .easyDialog_title{ height:30px; line-height:30px; overflow:hidden; color:#fff; padding:0 10px; font-size:14px; border-bottom:1px solid #5d7c30; background:#9fc16b}
  5. .easyDialog_wrapper .close_btn{ font-family:arial; font-size:18px; _font-size:12px; font-weight:700; color:#fff; text-decoration:none; float:right; }
  6. .easyDialog_wrapper .close_btn:hover{ color:#415100; }
  7. .easyDialog_wrapper .easyDialog_text{ padding:25px 10px; font-size:13px; line-height:22px; }
  8. .easyDialog_wrapper .easyDialog_footer{ padding:0 10px; *zoom:1; }
  9. .easyDialog_wrapper .easyDialog_footer:after{ content:''; display:block; height:0; overflow:hidden; visibility:hidden; clear:both; }
  10. .easyDialog_wrapper .btn_highlight,
  11. .easyDialog_wrapper .btn_normal{ border:1px solid; border-radius:2px; cursor:pointer; font-family:"Microsoft yahei", Arial; float:right; font-size:12px; padding:0 12px; height:24px; line-height:24px; margin-bottom:10px; }
  12. .easyDialog_wrapper .btn_highlight{ background:#84af41; background:-webkit-gradient(linear,center bottom,center top,from(#84af41),to(#9fc16b)); background:-moz-linear-gradient(90deg, #84af41, #9fc16b); border-color:#6d9a27; color:#fff; }
  13. .easyDialog_wrapper .btn_normal{ margin-left:10px; border-color:#c3c3c3; background:#ececec; color:#333; background:-webkit-gradient(linear,center bottom,center top,from(#ececec),to(#f4f4f4)); background:-moz-linear-gradient(90deg,#ececec,#f4f4f4); }