plugin.css 395 B

12345678910111213141516
  1. #colorjack_square {
  2. border: 1px solid #404040;
  3. border-radius: 6px;
  4. background: #191919;
  5. box-shadow: 3px 3px 3px rgba(0,0,0,0.35);
  6. -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.35);
  7. -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.35);
  8. cursor: default;
  9. display: block;
  10. font-family: arial, helvetica, sans-serif;
  11. font-size: 11px;
  12. position: relative;
  13. width: 215px;
  14. height: 10px;
  15. z-index:1;
  16. }
粤ICP备19079148号