rowOps.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. @CHARSET "UTF-8";
  2. .rowOps{
  3. width:5%;
  4. }
  5. .ops_container_type1 {
  6. position:relative;
  7. float:right;
  8. font-size:12px;
  9. left:-22px;
  10. }
  11. .ops_container_type2 {
  12. position:relative;
  13. float:right;
  14. font-size:12px;
  15. left:-25px;
  16. top:-10px;
  17. }
  18. .ops_container a{
  19. text-decoration:none;
  20. }
  21. .ops_btn {
  22. position:absolute;
  23. background:url(img/icons_09-12.png) 0 0 no-repeat;
  24. display:inline-block;
  25. height:20px;
  26. width:20px;
  27. z-index: 1;
  28. /*left: -25px;
  29. top: -10px;*/
  30. }
  31. .ops_box{
  32. position:absolute;
  33. top:20px;
  34. right:-25px;
  35. z-index: 5;
  36. }
  37. .ops_itemDiv {
  38. display:none;
  39. border-radius:8px 0 8px 8px;
  40. -moz-border-radius:8px;
  41. -webkit-border-radius:8px;
  42. border:1px solid #fff;
  43. background-color: #2583A7;
  44. /*阴影*/
  45. filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5);/*for ie6,7,8*/
  46. -moz-box-shadow:2px 2px 5px #969696;/*firefox*/
  47. -webkit-box-shadow:2px 2px 5px #969696;/*webkit*/
  48. box-shadow:2px 2px 5px #969696;/*opera或ie9*/
  49. }
  50. .ops_itemDiv ul li{
  51. margin:8px;
  52. }
  53. .ops_itemDiv li a:hover{
  54. color:#fff;
  55. }
  56. .ops_btn.ops_active {
  57. -moz-border-radius:8px;
  58. -webkit-border-radius:8px;
  59. border-radius:8px 8px 0 0;
  60. border:1px solid #fff;
  61. padding: 0 !important;
  62. background:#2583A7 url(img/icons_09-12_headstand.png) no-repeat center;
  63. }
  64. .ops_shadeEm {
  65. position:absolute;
  66. width:100%;
  67. height:3px;
  68. display:none;
  69. background:#2583A7;
  70. width:20px;
  71. top:19px;
  72. right:-21px;
  73. z-index:6;
  74. }
  75. a.ops_more{
  76. padding:0px 5px 0px 22px;
  77. color:#ccc;
  78. font-size:12px;
  79. }
  80. li.ops_li{
  81. float: left;
  82. }