纽威
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1016 B

3 years ago
  1. .zsign .panels
  2. {
  3. position: absolute;
  4. top: 22px;
  5. right: 8px;
  6. }
  7. .zsign .btn
  8. {
  9. margin-right:5px;
  10. }
  11. .zsign .btn[disabled]
  12. {
  13. cursor: default;
  14. background-image: none;
  15. background-color: #E6E6E6;
  16. opacity: 0.65;
  17. filter: alpha(opacity=65);
  18. -webkit-box-shadow: none;
  19. -moz-box-shadow: none;
  20. box-shadow: none;
  21. }
  22. .zsign .cursor
  23. {
  24. cursor: none;
  25. }
  26. .zsign .show
  27. {
  28. display: block;
  29. }
  30. .zsign .hide
  31. {
  32. display: none;
  33. }
  34. .zsign .sign
  35. {
  36. position: absolute;
  37. cursor: move;
  38. border: 1px dashed #ccc;
  39. padding: 8px;
  40. display: -webkit-box;
  41. -webkit-box-pack: center;
  42. -webkit-box-align: center;
  43. }
  44. .zsign .sign.ok
  45. {
  46. cursor: default;
  47. border-color:transparent;
  48. }
  49. .zsign .sign img
  50. {
  51. max-height: 100%;
  52. max-width: 100%;
  53. }
  54. .zsign .sign .btn
  55. {
  56. padding: 2px 6px;
  57. font-size: 11px;
  58. line-height: 14px;
  59. position: absolute;
  60. }
  61. .zsign .sign .btn.del
  62. {
  63. bottom: 4px;
  64. right: 4px;
  65. }
  66. .zsign .sign .btn.ok
  67. {
  68. bottom: 4px;
  69. right: 50px;