gcmsDetail.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /*S gcms-tabs*/
  2. .gcms-tabs {
  3. clear: both;
  4. overflow: hidden;
  5. position: relative;
  6. margin: -10px -10px 10px -10px;
  7. }
  8. .gcms-tabs li {
  9. float: left;
  10. border-right: 1px solid #fff;
  11. border-bottom: 1px solid #fff;
  12. background: #eee;
  13. }
  14. .gcms-tabs .name {
  15. line-height: 40px;
  16. padding: 0 20px;
  17. font-style: normal;
  18. font-size: 14px;
  19. font-weight: bold;
  20. cursor: pointer;
  21. display: block;
  22. }
  23. .gcms-tabs .name:hover {
  24. background: #00287b;
  25. color:#fff;
  26. }
  27. /*E gcms-tabs*/
  28. /*S gcmsDetailModal*/
  29. #gcmsDetailModal {
  30. position: absolute;
  31. right: 420px;
  32. top: 155px;;
  33. left: auto;
  34. margin: 0px;
  35. width: 500px;
  36. background: #fff;
  37. min-width: 200px;
  38. min-height: 110px;
  39. }
  40. #coorForGcmsDetailModal {
  41. width: 20px;
  42. height: 20px;
  43. overflow: hidden;
  44. cursor: se-resize;
  45. position: absolute;
  46. right: 0;
  47. bottom: 8px;
  48. background: url(../../images/layout/bg-coor.png) no-repeat right bottom;
  49. z-index: 99999;
  50. }
  51. #gcmsDetailModal .modal-header {
  52. height: auto;
  53. cursor:pointer;
  54. }
  55. #gcmsDetailModal .modal-header h3 {
  56. padding-right: 20px;
  57. }
  58. #gcmsDetailModal .modal-body {
  59. max-height: none;
  60. }
  61. #gcmsDetailModal .popup-ct .close {
  62. width: 18px;
  63. height: 18px;
  64. position: absolute;
  65. top: 18px;
  66. right: 15px;
  67. background: url(../../images/layout/close_popUp.png) no-repeat;
  68. border: none;
  69. cursor: pointer;
  70. }
  71. #gcmsDetailModal .popup-cb{
  72. padding: 0px;
  73. overflow: auto;
  74. }
  75. /*E gcmsDetailModal*/
  76. #gcmsDetailTitleLabel{
  77. line-height: 48px;
  78. padding-left: 25px;
  79. }