main.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. body{margin:0;padding:0;border:0;width:100%;height:100%;overflow:hidden;}
  2. .mini-tabs-bodys {padding:1px;padding-bottom:0px;padding-left:0px;}
  3. .mini-panel-body{padding:1px;padding-bottom:0px;overflow:hidden;}
  4. .header{background:url(../images/topbg.gif) repeat-x 0 -1px;height:88px;}
  5. /*#ECEFF1*/
  6. .header_left{
  7. height: 55px;
  8. background: url(../images/topleft.jpg) no-repeat;
  9. float: left;
  10. width: 400px;
  11. font-size:18pt;
  12. color:#fff;
  13. font-family:微软雅黑,黑体,宋体;}
  14. .header_left .title{padding:15px;margin-left:20px;}
  15. .header_right {
  16. height: 55px;
  17. /*background: url(../images/topright.jpg) no-repeat;*/
  18. text-align:right;
  19. padding-right:5px;
  20. float: right;
  21. }
  22. .header_right a{color:#fff;}
  23. .user {
  24. height: 30px;
  25. background: url(../images/ub1.png) repeat-x;
  26. clear: both;
  27. margin-top: 10px;
  28. float: right;
  29. margin-right: 12px;
  30. border-radius: 30px;
  31. behavior: url(js/pie.htc);
  32. white-space: nowrap;
  33. position: relative;
  34. }
  35. .user span {
  36. display: inline-block;
  37. padding-right: 5px;
  38. background: url(../images/user.png) no-repeat 15px 10px;
  39. line-height: 30px;
  40. font-size: 14px;
  41. color: #b8ceda;
  42. padding-left: 35px;
  43. margin-right:5px;
  44. }
  45. .user i {
  46. display: inline-block;
  47. margin-right: 5px;
  48. font-style: normal;
  49. line-height: 30px;
  50. font-size: 14px;
  51. color: #b8ceda;
  52. }
  53. .user-tip{float:left;margin-top:20px;font-size:10pt;color:#fff;}
  54. .user-tip span{display:inline-block;margin-right:15px;}
  55. .user-tip em{font-style:normal;font-weight:bold;color:#fff;}
  56. .win_tb{width:98%;margin-left:auto;margin-right:auto;margin-top:5px;}
  57. .win_tb td{height:35px;}
  58. .win_tb .td1{width:100px;text-align:right;}
  59. .win_tb .td2{padding-left:5px;}
  60. .mini-menuitem-hover{cursor:pointer;}
  61. .mini-menuitem-inner{cursor:pointer;}
  62. .mini-menuitem-text{cursor:pointer;}
  63. li.mini-separator{margin:0px;list-style:none;}
  64. /*success样式*/
  65. .resultSuccess{background-color:#fff;background-image:url(../images/utils/result_bg.gif);background-position:0 0;border:solid 1px #183376;position:absolute;color:#000;font-weight:700;font-size:16px;padding-left:5px;padding-right:5px;text-align:center;vertical-align:middle;z-index:9999;min-width:180px;height:40px;line-height:40px;display:none;overflow:hidden}
  66. /*进度*/
  67. .progress{background-color:#fff;background-image:url(../images/utils/result_bg.gif);background-position:0 0;border:solid 1px #183376;position:absolute;color:#000;font-size:14px;text-align:center;vertical-align:middle;z-index:9999;width:180px;height:40px;line-height:40px;display:none}
  68. /*遮罩层*/
  69. .mask{filter:alpha(opacity=50);opacity:0.5;-moz-opacity:0.5;background-color:#EEEEEE;z-index:5000;display:none;top:0;left:0;}