link-div-default.css 831 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @charset "utf-8";
  2. .con-item {
  3. -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
  4. -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
  5. box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
  6. margin: 8px 55px 8px 8px;
  7. border: 1px solid #ccc;
  8. cursor: default;
  9. font-size:13px;
  10. overflow:hidden;
  11. }
  12. .con-item-selected {
  13. border: 1px solid #f00;
  14. }
  15. .con-branch {
  16. }
  17. .con-leaf {
  18. height: 30px;
  19. }
  20. .line-span {
  21. position: absolute;
  22. font-size: 1px;
  23. }
  24. .computing-select {
  25. position: absolute;
  26. width: 40px;
  27. height: 20px;
  28. }
  29. .label-span {
  30. cursor: pointer;
  31. background: #ededed;
  32. height: 30px;
  33. display: inline-block;
  34. line-height: 30px;
  35. }
  36. #jquerytree {
  37. width: 850px;
  38. border: 3px solid #ff0;
  39. }
  40. .flowVars {
  41. width: 180px;
  42. }
  43. .left{
  44. float:left;
  45. }
  46. .margin-set{
  47. margin:3px 0 0 8px;
  48. }
  49. .short-select{
  50. width:80px;
  51. }
  52. .judgeExp2{
  53. margin-left:10px;
  54. }