123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- /*S gcmsPictureViewer*/
- #gcmsPictureViewer {
- position: absolute;
- right: auto;
- top: 55px;
- left: 105px;
- margin: 0px;
- }
- #coorForGcmsPictureViewer {
- width: 20px;
- height: 20px;
- overflow: hidden;
- cursor: se-resize;
- position: absolute;
- right: 0;
- bottom: 8px;
- background: url(../../images/layout/bg-coor.png) no-repeat right bottom;
- z-index: 99999;
- }
- #gcmsPictureViewer .modal-header {
- cursor: pointer;
- }
- #gcmsPictureViewer .modal-body {
- max-height: inherit;
- overflow: hidden;
- }
- #gcmsPictureViewerBox {
- left: 0px;
- right: 0px;
- top: 0px;
- bottom: 0px;
- position: absolute;
- }
- #gcmsPictureViewerInfo {
- position: absolute;
- right: 0px;
- top: 15px;
- height: 30px;
- background:url(../images/bg-000-90.png);
- padding: 0 35px 0 5px;
- }
- #gcmsPictureViewerInfo .title {
- color: #fff;
- font-weight: bold;
- line-height: 30px;
- font-size: 14px;
- padding: 0 10px 0 15px;
- }
- #gcmsPictureViewerInfo .viewer-close {
- position: absolute;
- right: 0px;
- top: 0px;
- text-indent: -999999px;
- overflow: hidden;
- background: url(../images/bg_close.gif) no-repeat center 7px;
- border: none;
- }
- /**/
- #gcmsPictureViewer .popup-cb{
- position: relative;
- padding: 15px 0px 0;
- overflow-y: auto;
- background: #fefefe;
- max-height: inherit;
- height: 80%;
- }
- #gcmsPictureViewer .popup-ct .close {
- width: 18px;
- height: 18px;
- position: absolute;
- top: 14px;
- right: 11px;
- background: url(../../images/layout/close_popUp.png) no-repeat;
- border: none;
- cursor: pointer;
- }
- #gcmsPictureViewerTitleLabel{
- padding-left: 25px;
- line-height: 48px;
- }
- #gcmsPictureViewerTitleLabel .creater,#gcmsPictureViewerTitleLabel .phone_num{
- font-size: 13px;
- margin-right: 10px;
- float: right;
- margin-top: 0px;
- }
- #gcmsPictureViewerTitleLabel .ext{
- font-size: 13px;
- margin-right: 45px;
- float: right;
- margin-top: 0px;
- }
- #gcmsPictureViewerTitleLabel .info{
- float: right;
- font-size: 13px;
- margin-top: 3px;
- display: none;
- }
|