reim_index.css 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .reim_index{position:absolute;left:10px;bottom:10px;height:50px;width:50px;z-index:50;border-radius:50%;text-align:center;color:white;}
  2. .reim_main{z-index:9;width:250px;background-color:white;overflow:hidden}
  3. .gradient{
  4. background:#545e6a;color:white;overflow:hidden;
  5. background:-moz-linear-gradient(top, #687584, #5d6875,#545e6a);
  6. background:-webkit-linear-gradient(top,#687584,#5d6875,#545e6a);
  7. background:-ms-linear-gradient(top, #687584, #5d6875,#545e6a);/*IE9以上*/
  8. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#687584', centerColorstr='#5d6875',endColorstr='#545e6a', GradientType='0'); /* IE8以下*/
  9. }
  10. .gradienth{
  11. background:#585858;color:white;overflow:hidden;
  12. background:-moz-linear-gradient(top, #666666, #585858,#454545);
  13. background:-webkit-linear-gradient(top,#666666, #585858,#454545);
  14. background:-ms-linear-gradient(top, #666666, #585858,#454545);
  15. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', centerColorstr='#585858',endColorstr='#454545', GradientType='0'); /* IE8以下*/
  16. }
  17. .toolsliao{height:30px;overflow:hidden;line-height:28px}
  18. .toolsliao span,.toolsliao a{height:30px; background-color:eeeeee;display:block;float:left;width:30px;font-size:16px;color:#aaaaaa;cursor:pointer;text-align:center;line-height:28px}
  19. .toolsliao a{padding-top:5px}
  20. .toolsliao span:hover,.toolsliao a:hover{background-color:rgba(0,0,0,0.1);color:#555555}
  21. .headertab{height:40px;background-color:#dedede;overflow:hidden;line-height:40px;color:#aaaaaa;}
  22. .headertab div{height:40px;overflow:hidden;float:left;width:33%;text-align:center;cursor:pointer;font-size:18px;}
  23. .headertab .active{background-color:#f5f5f5;color:#1389D3}
  24. .lists{padding:8px; border-bottom:1px #f1f1f1 solid;cursor:pointer; background-color:white;position:relative;}
  25. .lists img{height:24px;width:24px;}
  26. .lists .close{position:absolute;right:3px;top:5px;display:none;color:#aaaaaa}
  27. .lists .bqs{position:absolute;right:3px;top:5px;}
  28. .lists:hover{ background-color:#f1f1f1}
  29. .lists:hover .close{display:block}
  30. .lists:hover .bqs{display:none}
  31. .userlist div,.userlist a{padding:8px 5px 8px 10px;border-bottom:1px #f1f1f1 solid;cursor:pointer; display:block}
  32. .userlist div img,.userlist a img{width:20px;height:20px;margin-right:5px}
  33. .userlist div span.right{position:absolute;right:5px;}
  34. .userlist div span.right img{width:16px;height:16px;}
  35. .usersslist div{padding:8px 5px 8px 25px;border-bottom:1px #f1f1f1 solid;cursor:pointer;}
  36. .usersslist div img{width:20px;height:20px;margin-right:5px}
  37. .userslist div{padding:8px 5px 8px 10px;border-bottom:1px #f1f1f1 solid;cursor:pointer;}
  38. .userslist div img{width:20px;height:20px;margin-right:5px}
  39. .listviewt .lists{padding:7px 3px 7px 8px;border-bottom:1px #f1f1f1 solid;cursor:pointer; display:block}
  40. .huicont{color:#888888;font-size:12px;height:20px;line-height:20px; overflow:hidden;word-wrap:break-word;word-break:break-all;white-space:normal;}
  41. .listviewt .lists img{height:34px;width:34px; border-radius:0px}
  42. .userlist div:hover,.listcont:hover,.listconts:hover,.usersslist div:hover,.gsholiv:hover,.userslist div:hover,.userlist a:hover,.listviewt .lists:hover{background:#f1f1f1}
  43. .reim_agent_types{line-height:20px; font-size:12px;color:#888888; padding:0px 5px; margin-top:5px}
  44. .reim_agent_grid td{border:1px #f1f1f1 solid;text-align:center}
  45. .reim_agent_grid img{width:26px;height:26px}
  46. .reim_agent_grid .reim_agent_div{position:relative;padding:10px 5px;cursor:pointer}
  47. .reim_agent_grid .reim_agent_div:hover{ background-color:#f1f1f1}
  48. .reim_agent_grid .reim_agent_img{height:26px;overflow:hidden}
  49. .reim_agent_grid .reim_agent_text{font-size:12px;padding-top:5px}
  50. .reim_agent_grid .badge{position:absolute;top:2px;right:2px}