index2.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. .pointer{
  2. cursor:pointer
  3. }
  4. .zmzj{
  5. float:left;
  6. padding:0 5px;
  7. }
  8. .sp-bg-blue{
  9. color:#fff;
  10. background:#3399CC !important
  11. }
  12. .sp-page-tab span.pageTabActive{
  13. border-bottom:2px solid #42B2FF
  14. }
  15. .sp-page-tab span{
  16. padding-left:5px;
  17. text-align:left;
  18. overflow:hidden;
  19. white-space:nowrap;
  20. text-overflow:ellipsis;
  21. }
  22. .sp-table tbody td {
  23. line-height:25px;
  24. overflow:hidden;
  25. white-space:nowrap;
  26. text-overflow:ellipsis
  27. }
  28. #tool{
  29. width:80px;
  30. position:fixed;
  31. top:30px;
  32. right:20px;
  33. border:1px solid #c6c6c6;
  34. background:#fff;
  35. z-index:700
  36. }
  37. #tool .tool{
  38. width:80px;
  39. height:70px;
  40. text-align:center;
  41. padding:15px 10px;
  42. cursor:pointer;
  43. border-bottom:1px solid #c6c6c6
  44. }
  45. #tool .tool:last-child{
  46. border:0;
  47. }
  48. .tool-head{
  49. width: 100%;
  50. height: 20px;
  51. line-height: 34px;
  52. background: #2176d6;
  53. border-bottom: 1px solid #85a9cc;
  54. color: #fff;
  55. font-size: 15px;
  56. cursor: move;
  57. }
  58. #first1,
  59. #first2,
  60. #second1,
  61. #second2,
  62. #second3,
  63. #second4,
  64. #third1,
  65. #third2{
  66. margin:5px 0px
  67. }
  68. .deskpart{
  69. height:200px;
  70. border:1px solid #c6c6c6;
  71. }
  72. .edit{
  73. position:relative;
  74. }
  75. .edit .editpart {
  76. display:block
  77. }
  78. .editpart{
  79. display:none;
  80. position:absolute;
  81. left:6.5px;
  82. top:1px;
  83. right:6.5px;
  84. bottom:1px;
  85. z-index:600;
  86. cursor:pointer;
  87. background:#f0eeee;
  88. opacity:0.8;
  89. }
  90. .editpart i{
  91. position:absolute;
  92. left:50%;
  93. top:50%;
  94. transform:translate(-50%,-50%)
  95. }
  96. iframe.zj{
  97. width:100%;
  98. border:0;
  99. max-height:430px;
  100. text-align:center;
  101. }