gcmsPicture.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. /*S gcmsPictureViewer*/
  2. #gcmsPictureViewer {
  3. position: absolute;
  4. right: auto;
  5. top: 55px;
  6. left: 105px;
  7. margin: 0px;
  8. }
  9. #coorForGcmsPictureViewer {
  10. width: 20px;
  11. height: 20px;
  12. overflow: hidden;
  13. cursor: se-resize;
  14. position: absolute;
  15. right: 0;
  16. bottom: 8px;
  17. background: url(../../images/layout/bg-coor.png) no-repeat right bottom;
  18. z-index: 99999;
  19. }
  20. #gcmsPictureViewer .modal-header {
  21. cursor: pointer;
  22. }
  23. #gcmsPictureViewer .modal-body {
  24. max-height: inherit;
  25. overflow: hidden;
  26. }
  27. #gcmsPictureViewerBox {
  28. left: 0px;
  29. right: 0px;
  30. top: 0px;
  31. bottom: 0px;
  32. position: absolute;
  33. }
  34. #gcmsPictureViewerInfo {
  35. position: absolute;
  36. right: 0px;
  37. top: 15px;
  38. height: 30px;
  39. background:url(../images/bg-000-90.png);
  40. padding: 0 35px 0 5px;
  41. }
  42. #gcmsPictureViewerInfo .title {
  43. color: #fff;
  44. font-weight: bold;
  45. line-height: 30px;
  46. font-size: 14px;
  47. padding: 0 10px 0 15px;
  48. }
  49. #gcmsPictureViewerInfo .viewer-close {
  50. position: absolute;
  51. right: 0px;
  52. top: 0px;
  53. text-indent: -999999px;
  54. overflow: hidden;
  55. background: url(../images/bg_close.gif) no-repeat center 7px;
  56. border: none;
  57. }
  58. /**/
  59. #gcmsPictureViewer .popup-cb{
  60. position: relative;
  61. padding: 15px 0px 0;
  62. overflow-y: auto;
  63. background: #fefefe;
  64. max-height: inherit;
  65. height: 80%;
  66. }
  67. #gcmsPictureViewer .popup-ct .close {
  68. width: 18px;
  69. height: 18px;
  70. position: absolute;
  71. top: 14px;
  72. right: 11px;
  73. background: url(../../images/layout/close_popUp.png) no-repeat;
  74. border: none;
  75. cursor: pointer;
  76. }
  77. #gcmsPictureViewerTitleLabel{
  78. padding-left: 25px;
  79. line-height: 48px;
  80. }
  81. #gcmsPictureViewerTitleLabel .creater,#gcmsPictureViewerTitleLabel .phone_num{
  82. font-size: 13px;
  83. margin-right: 10px;
  84. float: right;
  85. margin-top: 0px;
  86. }
  87. #gcmsPictureViewerTitleLabel .ext{
  88. font-size: 13px;
  89. margin-right: 45px;
  90. float: right;
  91. margin-top: 0px;
  92. }
  93. #gcmsPictureViewerTitleLabel .info{
  94. float: right;
  95. font-size: 13px;
  96. margin-top: 3px;
  97. display: none;
  98. }