gcmsPictures.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. /*S gcmsPicturesModal*/
  2. #gcmsPicturesModal {
  3. position: absolute;
  4. right: 420px;
  5. left: 50px;
  6. top: auto;
  7. bottom: 30px;
  8. }
  9. #gcmsPicturesModal .modal-body{
  10. padding:3px;
  11. }
  12. #gcmsPicturesModal .modal-header {
  13. position: absolute;
  14. right: 0px;
  15. top: 0px;
  16. padding: 0px;
  17. height: 30px;
  18. width: 30px;
  19. border-bottom: none;
  20. z-index: 99999;
  21. cursor:pointer;
  22. }
  23. #gcmsPicturesModal .modal-header .close {
  24. right: 0px;
  25. top:0px;
  26. }
  27. #gcmsPicturesModal .modal-body {
  28. }
  29. #gcmsPicturesList {
  30. height: 104px;
  31. overflow: hidden;
  32. }
  33. #gcmsPicturesList li {
  34. float:left;
  35. position: relative;
  36. width: 200px;
  37. height: 100px;
  38. padding: 2px;
  39. cursor: pointer;
  40. }
  41. #gcmsPicturesList li.selected {
  42. padding: 0px;
  43. border:2px solid #00ffff;
  44. }
  45. #gcmsPicturesList li:hover{
  46. padding: 0px;
  47. border:2px solid #00ffff;
  48. }
  49. #gcmsPicturesList li img {
  50. float: left;
  51. width: 200px;
  52. height: 100px;
  53. }
  54. #gcmsPicturesList li .title {
  55. position: absolute;
  56. left: 0px;
  57. bottom: 5px;
  58. padding: 0 10px;
  59. color: #ffffff;
  60. }
  61. #gcmsPicturesViewer {
  62. display: none;
  63. position: absolute;
  64. right: auto;
  65. top: 75px;
  66. left: 305px;
  67. margin: 0px;
  68. /*background:url(/images/layout/bg110.png) center center;*/
  69. }
  70. #coorForGcmsPicturesViewer {
  71. width: 20px;
  72. height: 20px;
  73. overflow: hidden;
  74. cursor: se-resize;
  75. position: absolute;
  76. right: 0;
  77. bottom: 0;
  78. background: url(../../images/layout/bg-coor.png) no-repeat right bottom;
  79. z-index: 99999;
  80. }
  81. #gcmsPicturesViewer .modal-header {
  82. background: none;
  83. }
  84. #gcmsPicturesViewer .modal-body {
  85. max-height: inherit;
  86. padding-top: 0;
  87. overflow: hidden;
  88. padding: 0px;
  89. }
  90. #gcmsPicturesViewerTitleLabel .creater{
  91. font-size: 13px;
  92. margin-right: 10px;
  93. float: right;
  94. margin-top: 5px;
  95. }
  96. #gcmsPicturesViewerTitleLabel .phone_num{
  97. font-size: 13px;
  98. margin-right: 39px;
  99. float: right;
  100. margin-top: 5px;
  101. }
  102. #gcmsPicturesViewerTitleLabel .info{
  103. float: right;
  104. font-size: 13px;
  105. margin-top: 3px;
  106. display: none;
  107. }
  108. #gcmsPicturesViewerBox {
  109. left: 0px;
  110. right: 0px;
  111. top: 0px;
  112. bottom: 10px;
  113. position: absolute;
  114. }
  115. #gcmsPicturesViewerBox img{
  116. }
  117. #gcmsPicturesViewerInfo {
  118. position: absolute;
  119. right: 0px;
  120. top: 15px;
  121. height: 30px;
  122. background:url(../images/bg-000-90.png);
  123. padding: 0 35px 0 5px;
  124. }
  125. #gcmsPicturesViewerInfo .title {
  126. color: #fff;
  127. font-weight: bold;
  128. line-height: 30px;
  129. font-size: 14px;
  130. padding: 0 10px 0 15px;
  131. }
  132. #gcmsPicturesViewerInfo .viewer-close {
  133. position: absolute;
  134. right: 0px;
  135. top: 0px;
  136. text-indent: -999999px;
  137. overflow: hidden;
  138. background: url(../images/bg_close.gif) no-repeat center 7px;
  139. border: none;
  140. }
  141. /*E gcmsPicturesModal*/