main.css 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @CHARSET "UTF-8";
  2. body{ font-size:12px; font-family:"Microsoft Yahei"; margin:0px; padding:0px; color:#404040; }
  3. .main{ text-align:center; height:30px; color:#333; line-height:30px; font-size:14px;}
  4. .notify_box table { width:100%; }
  5. .notify_box table td{ padding-top:12px; width:25%; text-align:center;}
  6. .notify_box table td table{ width:100%; height:200px;
  7. /* -moz-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.2);firefox
  8. -webkit-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.2);safari或chrome
  9. box-shadow:0 5px 5px 1px rgba(0, 0, 0, 0.2);opera或ie9 */
  10. }
  11. .notify_boxB table td table{height:auto; -moz-box-shadow:0 0 0 0!important;-webkit-box-shadow:0!important; box-shadow:0!important}
  12. .notify_boxB table td{ padding:0;}
  13. .notify_box table td.version_box table{ background:#fff;}
  14. .notify_box table td.order_box table{ background:#fff;}
  15. .notify_box table td.user_box table{ background:#fff;}
  16. .notify_box table td.tuan_box table{ background:#fff;}
  17. .notify_box table td.shop_box table{ background:#fff;}
  18. .notify_box table td.youhui_box table{ background:#fff;}
  19. .notify_box table td.event_box table{ background:#fff;}
  20. .notify_box table td.store_box table{ background:#fff; }
  21. .notify_box table td table td{border:1px solid #ccd6e0; vertical-align:top; color:#333;line-height:42px;padding:0;}
  22. .notify_box table a{ color:#f60; text-decoration:none; }
  23. .notify_box .statbox th{ color:#000;border:1px solid #ccd6e0; font-weight:normal;text-align:left;text-indent:14px; padding:0; border-spacing: 0px; background:#f8f9fb; height:37px; line-height:37px;font-size:15px;}
  24. .notify_box .statbox .row{ padding-left:17px; border-bottom:1px solid #eff2f6; text-align:left; min-height:42px; line-height:42px}
  25. .notify_box .statbox .row span{}
  26. .notify_box .statbox .row span.t{}
  27. .notify_box .statbox .row span.bx{
  28. font-size: 16px;
  29. font-family: "verdana,Arial";
  30. font-weight: bolder;
  31. }
  32. .notify_box .statboxB th{ text-align:left; padding-left:15px}
  33. .notify_box .statboxB .row span.t{width:160px; }
  34. .notify_box .statboxB .row span.bx{margin-left:170px;height:34px; line-height:34px;font-size:20px;}
  35. .blank0{ height:0; clear:both; visibility:visible; overflow:hidden;}