tip.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. /* tangram */
  2. .tangram-dialog {
  3. border: 4px solid #D1D1D1;
  4. position: relative;
  5. background: #FFF;
  6. -webkit-border-radius: 4px;
  7. -moz-border-radius: 4px;
  8. }
  9. .tangram-dialog-footer {
  10. text-align: center;
  11. }
  12. .tangram-dialog-footer a {
  13. margin: 0 5px;
  14. }
  15. .tangram-dialog-footer div{
  16. margin-bottom:20px;
  17. }
  18. .tangram-dialog-title{
  19. width:100%;
  20. }
  21. .tangram-dialog-title, .tangram-dialog-content, .tangram-dialog-footer {
  22. overflow: hidden;
  23. }
  24. .tangram-dialog-content{
  25. padding-bottom:20px;
  26. z-index:1;
  27. }
  28. .tangram-dialog-close {
  29. position: absolute;
  30. right: 0;
  31. top: 0;
  32. height: 17px;
  33. width: 17px;
  34. background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/x.png) no-repeat left top;
  35. text-indent: -9999px;
  36. overflow: hidden;
  37. cursor: pointer;
  38. z-index:2;
  39. }
  40. .tangram-dialog-accept, .tangram-dialog-cancel {
  41. display: inline-block;
  42. *display: inline;
  43. *zoom:1;
  44. /**
  45. *
  46. * 解决IE6不支持display:inline-block翻倍
  47. */
  48. }
  49. /* 收藏弹出框设置 */
  50. .app-tip{
  51. *zoom:1;
  52. padding:3px 15px;
  53. }
  54. .app-tip h2{
  55. font-size: 14px;
  56. font-weight: bold;
  57. color: #444;
  58. border-bottom:1px solid #E9E9E9;
  59. padding:10px 0;
  60. margin-bottom:10px;
  61. zoom:1;
  62. }
  63. .app-tip-msg{
  64. padding:0 5px;
  65. }
  66. .app-tip-msg th{
  67. font-size:14px;
  68. font-weight:normal;
  69. padding:5px;
  70. text-align:left;
  71. }
  72. .app-tip-msg td{
  73. padding:5px 0;
  74. }
  75. .app-tip-msg input,.app-tip-msg button{
  76. vertical-align:middle;
  77. }
  78. .app-tip-keyword-input{
  79. width:180px;
  80. height:27px;
  81. line-height:27px;
  82. padding:0 3px;
  83. margin-right:10px;
  84. }
  85. .app-tip-recommend-word{
  86. display:inline-block;
  87. zoom:1;
  88. padding:2px 5px;
  89. margin:2px 5px 2px 0;
  90. color:#06c;
  91. background:#f0f2fc;
  92. }
  93. .app-tip-recommend-word:hover{
  94. background:#06c;
  95. color:#fff;
  96. text-decoration:none;
  97. }
  98. .app-tip-help-text{
  99. color:#aaa;
  100. line-height:2em;
  101. padding:0 5px;
  102. }
  103. .app-tip-help-text a{
  104. color:#06c;
  105. }
  106. .app-tip-btns{
  107. text-align:center;
  108. padding-bottom:5px
  109. }
  110. .app-tip-btns button{
  111. margin:0 5px;
  112. }
  113. .app-w-filtrator-span{
  114. float:left;
  115. margin-right: 5px;
  116. white-space: nowrap;
  117. padding: 0 10px 0 0;
  118. position: relative;
  119. }
  120. .app-w-filtrator-text{
  121. float:left;
  122. color:#06c;
  123. }
  124. .app-w-filtrator-close{
  125. width: 7px;
  126. height: 8px;
  127. cursor: pointer;
  128. overflow: hidden;
  129. position: absolute;
  130. top: 6px;
  131. right: 0;
  132. background:url("http://apps.bdimg.com/static/08251713/appweb/images/bg.png") -18px -119px;
  133. }
  134. .app-w-filtrator-span-hover .app-w-filtrator-close{
  135. background-position:-18px -131px;
  136. }
  137. .app-tip-close-text{
  138. color:#999;
  139. padding:5px;
  140. }
  141. .tips {
  142. width: 610px;
  143. border: 4px solid #D1D1D1;
  144. padding: 20px 15px;
  145. position: relative;
  146. background: #FFF;
  147. display: none;
  148. -webkit-border-radius: 4px;
  149. -moz-border-radius: 4px;
  150. }
  151. .tips .gray {
  152. color: #888888;
  153. }
  154. .tips .blue {
  155. color: #0066CB;
  156. }
  157. .tips-w640 {
  158. width: 610px;
  159. }
  160. .tips-w530 {
  161. width: 500px;
  162. }
  163. .tips-w495 {
  164. width: 465px;
  165. }
  166. .tips-w450 {
  167. width: 420px;
  168. }
  169. .tips-w400 {
  170. width: 370px;
  171. }
  172. .tips-title {
  173. font-size: 14px;
  174. font-weight: bold;
  175. color: #444;
  176. padding:10px 0;
  177. }
  178. .tips-title-underline {
  179. border-bottom: 1px solid #E9E9E9;
  180. padding-bottom: 10px;
  181. }
  182. .tips-title-headline {
  183. font-size: 18px;
  184. font-weight: bold;
  185. color: #444;
  186. text-align: center;
  187. }
  188. .tips-title-headline strong {
  189. font-size: 32px;
  190. font-weight: bold;
  191. color: #DF4759;
  192. margin: 0 0.15em;
  193. }
  194. .tips-button {
  195. display: inline-block;
  196. font-weight: bold;
  197. font-size: 14px;
  198. height: 32px;
  199. line-height: 32px;
  200. text-align: center;
  201. border: none;
  202. cursor:pointer;
  203. }
  204. .tips-button:hover{
  205. text-decoration:none;
  206. }
  207. .tips-button-green {
  208. width: 102px;
  209. color: #FFF;
  210. background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/btn-green.png) no-repeat left top;
  211. }
  212. .tips-button-green-short {
  213. width: 72px;
  214. color: #FFF;
  215. background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/btn-green-short.png) no-repeat left top;
  216. }
  217. .tips-button-green-shorter {
  218. width: 62px;
  219. height: 29px;
  220. line-height: 29px;
  221. color: #FFF;
  222. background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/btn-green-shorter.png) no-repeat left top;
  223. }
  224. .tips-button-orange {
  225. width: 72px;
  226. color: #FFF;
  227. background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/btn-orange.png) no-repeat left top;
  228. }
  229. .tips-button-gray-short {
  230. cursor:default;
  231. width: 72px;
  232. color: #656565;
  233. background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/btn-gray-short.png) no-repeat left top;
  234. }
  235. .tips-button-gray {
  236. cursor:default;
  237. width: 102px;
  238. color: #656565;
  239. background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/btn-gray.png) no-repeat left top;
  240. }
  241. .tips-text {
  242. height: 27px;
  243. line-height: 27px;
  244. background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/text.png) no-repeat left top;
  245. border: 1px solid #CCC;
  246. padding: 0 0.5em;
  247. margin: 0 10px 0 0;
  248. width: 200px;
  249. }
  250. .tips-text-long {
  251. width: 310px;
  252. }
  253. .tips .delete {
  254. background: url(http://apps.bdimg.com/static/08251713/appweb/images/tips/delete.png) no-repeat center center;
  255. display: inline-block;
  256. height: 7px;
  257. width: 7px;
  258. }
  259. .tips-content {
  260. position: relative;
  261. *zoom: 1;
  262. /**
  263. * 解决IE6相对定位问题
  264. */
  265. }
  266. .tips-content-intro, .tips-content-developer {
  267. font-size: 14px;
  268. padding:0 5px;
  269. word-break:break-all;
  270. word-wrap:break-word;
  271. /**
  272. * word-wrap:break-word;
  273. * 解决FF英文不换行
  274. */
  275. }
  276. .tips-content-l5, .tips-content-l9 {
  277. overflow-y: scroll;
  278. margin: 0;
  279. border: 1px solid #EEE;
  280. padding: 5px 0 5px 10px;
  281. }
  282. .tips-content-l5 {
  283. height: 10em;
  284. }
  285. .tips-content-l9 {
  286. height: 18em;
  287. }
  288. .tips-images {
  289. margin: 15px 10px 0;
  290. }
  291. .tips-images img {
  292. border: 1px solid #6963E7;
  293. width:120px;
  294. margin:0 9px;
  295. }
  296. .tips-close {
  297. text-align: center;
  298. }
  299. .tips-close a {
  300. margin: 0 5px;
  301. }
  302. .tips-close-donate {
  303. text-align: left;
  304. margin-left: 85px;
  305. padding-left: 5em;
  306. }
  307. .tips-content-developer {
  308. padding-left: 90px;
  309. margin-bottom: 23px;
  310. }
  311. .tips-content-developer .developer-logo {
  312. position: absolute;
  313. left: 0;
  314. top: 1em;
  315. }
  316. .tips-content-donate {
  317. padding-left: 75px;
  318. margin-bottom: 10px;
  319. }
  320. .tips-content-donate .app-icon {
  321. position: absolute;
  322. left: 0;
  323. top: 0;
  324. }
  325. .app-tip-score h2{
  326. display:none;
  327. }