/* tangram */ .tangram-dialog { border: 4px solid #D1D1D1; position: relative; background: #FFF; -webkit-border-radius: 4px; -moz-border-radius: 4px; } .tangram-dialog-footer { text-align: center; } .tangram-dialog-footer a { margin: 0 5px; } .tangram-dialog-footer div{ margin-bottom:20px; } .tangram-dialog-title{ width:100%; } .tangram-dialog-title, .tangram-dialog-content, .tangram-dialog-footer { overflow: hidden; } .tangram-dialog-content{ padding-bottom:20px; z-index:1; } .tangram-dialog-close { position: absolute; right: 0; top: 0; height: 17px; width: 17px; background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/x.png) no-repeat left top; text-indent: -9999px; overflow: hidden; cursor: pointer; z-index:2; } .tangram-dialog-accept, .tangram-dialog-cancel { display: inline-block; *display: inline; *zoom:1; /** * * 解决IE6不支持display:inline-block翻倍 */ } /* 收藏弹出框设置 */ .app-tip{ *zoom:1; padding:3px 15px; } .app-tip h2{ font-size: 14px; font-weight: bold; color: #444; border-bottom:1px solid #E9E9E9; padding:10px 0; margin-bottom:10px; zoom:1; } .app-tip-msg{ padding:0 5px; } .app-tip-msg th{ font-size:14px; font-weight:normal; padding:5px; text-align:left; } .app-tip-msg td{ padding:5px 0; } .app-tip-msg input,.app-tip-msg button{ vertical-align:middle; } .app-tip-keyword-input{ width:180px; height:27px; line-height:27px; padding:0 3px; margin-right:10px; } .app-tip-recommend-word{ display:inline-block; zoom:1; padding:2px 5px; margin:2px 5px 2px 0; color:#06c; background:#f0f2fc; } .app-tip-recommend-word:hover{ background:#06c; color:#fff; text-decoration:none; } .app-tip-help-text{ color:#aaa; line-height:2em; padding:0 5px; } .app-tip-help-text a{ color:#06c; } .app-tip-btns{ text-align:center; padding-bottom:5px } .app-tip-btns button{ margin:0 5px; } .app-w-filtrator-span{ float:left; margin-right: 5px; white-space: nowrap; padding: 0 10px 0 0; position: relative; } .app-w-filtrator-text{ float:left; color:#06c; } .app-w-filtrator-close{ width: 7px; height: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 6px; right: 0; background:url("http://apps.bdimg.com/static/08251713/appweb/images/bg.png") -18px -119px; } .app-w-filtrator-span-hover .app-w-filtrator-close{ background-position:-18px -131px; } .app-tip-close-text{ color:#999; padding:5px; } .tips { width: 610px; border: 4px solid #D1D1D1; padding: 20px 15px; position: relative; background: #FFF; display: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; } .tips .gray { color: #888888; } .tips .blue { color: #0066CB; } .tips-w640 { width: 610px; } .tips-w530 { width: 500px; } .tips-w495 { width: 465px; } .tips-w450 { width: 420px; } .tips-w400 { width: 370px; } .tips-title { font-size: 14px; font-weight: bold; color: #444; padding:10px 0; } .tips-title-underline { border-bottom: 1px solid #E9E9E9; padding-bottom: 10px; } .tips-title-headline { font-size: 18px; font-weight: bold; color: #444; text-align: center; } .tips-title-headline strong { font-size: 32px; font-weight: bold; color: #DF4759; margin: 0 0.15em; } .tips-button { display: inline-block; font-weight: bold; font-size: 14px; height: 32px; line-height: 32px; text-align: center; border: none; cursor:pointer; } .tips-button:hover{ text-decoration:none; } .tips-button-green { width: 102px; color: #FFF; background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/btn-green.png) no-repeat left top; } .tips-button-green-short { width: 72px; color: #FFF; background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/btn-green-short.png) no-repeat left top; } .tips-button-green-shorter { width: 62px; height: 29px; line-height: 29px; color: #FFF; background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/btn-green-shorter.png) no-repeat left top; } .tips-button-orange { width: 72px; color: #FFF; background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/btn-orange.png) no-repeat left top; } .tips-button-gray-short { cursor:default; width: 72px; color: #656565; background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/btn-gray-short.png) no-repeat left top; } .tips-button-gray { cursor:default; width: 102px; color: #656565; background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/btn-gray.png) no-repeat left top; } .tips-text { height: 27px; line-height: 27px; background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/text.png) no-repeat left top; border: 1px solid #CCC; padding: 0 0.5em; margin: 0 10px 0 0; width: 200px; } .tips-text-long { width: 310px; } .tips .delete { background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/delete.png) no-repeat center center; display: inline-block; height: 7px; width: 7px; } .tips-content { position: relative; *zoom: 1; /** * 解决IE6相对定位问题 */ } .tips-content-intro, .tips-content-developer { font-size: 14px; padding:0 5px; word-break:break-all; word-wrap:break-word; /** * word-wrap:break-word; * 解决FF英文不换行 */ } .tips-content-l5, .tips-content-l9 { overflow-y: scroll; margin: 0; border: 1px solid #EEE; padding: 5px 0 5px 10px; } .tips-content-l5 { height: 10em; } .tips-content-l9 { height: 18em; } .tips-images { margin: 15px 10px 0; } .tips-images img { border: 1px solid #6963E7; width:120px; margin:0 9px; } .tips-close { text-align: center; } .tips-close a { margin: 0 5px; } .tips-close-donate { text-align: left; margin-left: 85px; padding-left: 5em; } .tips-content-developer { padding-left: 90px; margin-bottom: 23px; } .tips-content-developer .developer-logo { position: absolute; left: 0; top: 1em; } .tips-content-donate { padding-left: 75px; margin-bottom: 10px; } .tips-content-donate .app-icon { position: absolute; left: 0; top: 0; } .app-tip-score h2{ display:none; }