1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- @charset "UTF-8";
- .rowOps {
- width: 5%;
- }
- .ops_container_type1 {
- float: right;
- font-size: 12px;
- left: -22px;
- position: relative;
- }
- .ops_container_type2 {
- float: right;
- font-size: 12px;
- left: -25px;
- position: relative;
- top: -10px;
- }
- .ops_container a {
- text-decoration: none;
- }
- .ops_btn {
- background: url("../../../images/other/1.png") repeat scroll -80px 0 transparent;
- display: inline-block;
- height: 16px;
- position: absolute;
- width: 16px;
- z-index: 1;
- }
- .ops_box {
- position: absolute;
- right: -25px;
- top: 16px;
- z-index: 5;
- }
- .ops_itemDiv {
- background-color: #FFFFFF;
- border: 1px solid #000000;
- border-radius: 8px 0 8px 8px;
- box-shadow: 2px 2px 5px #969696;
- display: none;
- }
- .ops_itemDiv ul li {
- margin: 8px;
- }
- .ops_itemDiv li a:hover {
- background-color: #3366CC;
- }
- .ops_btn.ops_active {
- background: url("../../../images/other/1.png") repeat scroll -80px -35px transparent;
- padding: 0 !important;
- }
- .ops_shadeEm {
- }
- a.ops_more {
- color: #CCCCCC;
- font-size: 12px;
- padding: 0 5px 0 22px;
- }
- li.ops_li {
- float: left;
- }
|