123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- /*S gcmsPicturesModal*/
- #gcmsPicturesModal {
- position: absolute;
- right: 420px;
- left: 50px;
- top: auto;
- bottom: 30px;
- }
- #gcmsPicturesModal .modal-body{
- padding:3px;
- }
- #gcmsPicturesModal .modal-header {
- position: absolute;
- right: 0px;
- top: 0px;
- padding: 0px;
- height: 30px;
- width: 30px;
- border-bottom: none;
- z-index: 99999;
- cursor:pointer;
- }
- #gcmsPicturesModal .modal-header .close {
- right: 0px;
- top:0px;
- }
- #gcmsPicturesModal .modal-body {
- }
- #gcmsPicturesList {
- height: 104px;
- overflow: hidden;
- }
- #gcmsPicturesList li {
- float:left;
- position: relative;
- width: 200px;
- height: 100px;
- padding: 2px;
- cursor: pointer;
- }
- #gcmsPicturesList li.selected {
- padding: 0px;
- border:2px solid #00ffff;
- }
- #gcmsPicturesList li:hover{
- padding: 0px;
- border:2px solid #00ffff;
- }
- #gcmsPicturesList li img {
- float: left;
- width: 200px;
- height: 100px;
- }
- #gcmsPicturesList li .title {
- position: absolute;
- left: 0px;
- bottom: 5px;
- padding: 0 10px;
- color: #ffffff;
- }
- #gcmsPicturesViewer {
- display: none;
- position: absolute;
- right: auto;
- top: 75px;
- left: 305px;
- margin: 0px;
- /*background:url(/images/layout/bg110.png) center center;*/
- }
- #coorForGcmsPicturesViewer {
- width: 20px;
- height: 20px;
- overflow: hidden;
- cursor: se-resize;
- position: absolute;
- right: 0;
- bottom: 0;
- background: url(../../images/layout/bg-coor.png) no-repeat right bottom;
- z-index: 99999;
- }
- #gcmsPicturesViewer .modal-header {
- background: none;
- }
- #gcmsPicturesViewer .modal-body {
- max-height: inherit;
- padding-top: 0;
- overflow: hidden;
- padding: 0px;
- }
- #gcmsPicturesViewerTitleLabel .creater{
- font-size: 13px;
- margin-right: 10px;
- float: right;
- margin-top: 5px;
- }
- #gcmsPicturesViewerTitleLabel .phone_num{
- font-size: 13px;
- margin-right: 39px;
- float: right;
- margin-top: 5px;
- }
- #gcmsPicturesViewerTitleLabel .info{
- float: right;
- font-size: 13px;
- margin-top: 3px;
- display: none;
- }
- #gcmsPicturesViewerBox {
- left: 0px;
- right: 0px;
- top: 0px;
- bottom: 10px;
- position: absolute;
- }
- #gcmsPicturesViewerBox img{
- }
- #gcmsPicturesViewerInfo {
- position: absolute;
- right: 0px;
- top: 15px;
- height: 30px;
- background:url(../images/bg-000-90.png);
- padding: 0 35px 0 5px;
- }
- #gcmsPicturesViewerInfo .title {
- color: #fff;
- font-weight: bold;
- line-height: 30px;
- font-size: 14px;
- padding: 0 10px 0 15px;
- }
- #gcmsPicturesViewerInfo .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;
- }
- /*E gcmsPicturesModal*/
|