confirm-style.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. .xubox_shade,.xubox_layer{
  2. position:fixed;
  3. _position:absolute
  4. }
  5. .xubox_shade{
  6. top:0;
  7. left:0;
  8. width:100%;
  9. height:100%;
  10. _height:expression(document.body.offsetHeight+"px")
  11. }
  12. .xubox_layer{
  13. top:150px;
  14. left:50%;
  15. height:auto;
  16. width:310px;
  17. margin-left:-155px
  18. }
  19. .xubox_border,.xubox_title,.xubox_title i,.xubox_page,.xubox_iframe,.xubox_title em,.xubox_close,.xubox_msgico,.xubox_moves{
  20. position:absolute
  21. }
  22. .xubox_border{
  23. border-radius:5px
  24. }
  25. .xubox_title{
  26. left:0;
  27. top:0
  28. }
  29. .xubox_main{
  30. position:relative;
  31. height:100%;
  32. _float:left
  33. }
  34. .xubox_page{
  35. top:0;
  36. left:0
  37. }
  38. .xubox_load{
  39. background:url(loading.gif) #fff center center no-repeat
  40. }
  41. .xubox_loading{
  42. display:block;
  43. float:left;
  44. text-decoration:none;
  45. color:#FFF;
  46. _float:none
  47. }
  48. .xulayer_png32{
  49. background:url(confirm-icon.png) no-repeat
  50. }
  51. .xubox_moves{
  52. border:3px solid #666;
  53. cursor:move;
  54. background-color:rgba(255,255,255,.3);
  55. background-color:#fff9;
  56. filter:alpha(opacity=50)
  57. }
  58. .xubox_msgico{
  59. width:32px;
  60. height:32px;
  61. top:52px;
  62. left:15px;
  63. background:url(confirm-icon.png) no-repeat
  64. }
  65. .xubox_text{
  66. padding-left:55px;
  67. float:left;
  68. line-height:25px;
  69. word-break:break-all;
  70. padding-right:20px;
  71. overflow:hidden;
  72. font-size:14px
  73. }
  74. .xubox_msgtype0{
  75. background-position:-91px -38px
  76. }
  77. .xubox_msgtype1{
  78. background-position:-128px -38px
  79. }
  80. .xubox_msgtype2{
  81. background-position:-163px -38px
  82. }
  83. .xubox_msgtype3{
  84. background-position:-91px -75px
  85. }
  86. .xubox_msgtype4{
  87. background-position:-163px -75px
  88. }
  89. .xubox_msgtype5{
  90. background-position:-163px -112px
  91. }
  92. .xubox_msgtype6{
  93. background-position:-163px -148px
  94. }
  95. .xubox_msgtype7{
  96. background-position:-128px -75px
  97. }
  98. .xubox_msgtype8{
  99. background-position:-91px -6px
  100. }
  101. .xubox_msgtype9{
  102. background-position:-129px -6px
  103. }
  104. .xubox_msgtype10{
  105. background-position:-163px -6px
  106. }
  107. .xubox_msgtype11{
  108. background-position:-206px -6px
  109. }
  110. .xubox_msgtype12{
  111. background-position:-206px -44px
  112. }
  113. .xubox_msgtype13{
  114. background-position:-206px -81px
  115. }
  116. .xubox_msgtype14{
  117. background-position:-206px -122px
  118. }
  119. .xubox_msgtype15{
  120. background-position:-206px -157px
  121. }
  122. .xubox_loading_0{
  123. width:60px;
  124. height:24px;
  125. background:url(loading.gif) no-repeat
  126. }
  127. .xubox_setwin{
  128. position:absolute;
  129. right:10px;
  130. *right:0;
  131. top:10px;
  132. font-size:0
  133. }
  134. .xubox_setwin a{
  135. position:relative;
  136. display:inline-block;
  137. *display:inline;
  138. *zoom:1;
  139. vertical-align:top;
  140. width:14px;
  141. height:14px;
  142. margin-left:10px;
  143. font-size:12px;
  144. _overflow:hidden
  145. }
  146. .xubox_setwin .xubox_min cite{
  147. position:absolute;
  148. width:14px;
  149. height:2px;
  150. left:0;
  151. top:50%;
  152. margin-top:-1px;
  153. background-color:#919191;
  154. cursor:pointer;
  155. _overflow:hidden
  156. }
  157. .xubox_setwin .xubox_min:hover cite{
  158. background-color:#2D93CA
  159. }
  160. .xubox_setwin .xubox_max{
  161. background-position:-6px -189px
  162. }
  163. .xubox_setwin .xubox_max:hover{
  164. background-position:-6px -206px
  165. }
  166. .xubox_setwin .xubox_maxmin{
  167. background-position:-29px -189px
  168. }
  169. .xubox_setwin .xubox_maxmin:hover{
  170. background-position:-29px -206px
  171. }
  172. .xubox_setwin .xubox_close0{
  173. width:14px;
  174. height:14px;
  175. background-position:-31px -7px;
  176. cursor:pointer
  177. }
  178. .xubox_setwin .xubox_close0:hover{
  179. background-position:-51px -7px
  180. }
  181. .xubox_setwin .xubox_close1{
  182. position:absolute;
  183. right:-28px;
  184. top:-28px;
  185. width:30px;
  186. height:30px;
  187. margin-left:0;
  188. background-position:-60px -195px;
  189. *right:-18px;
  190. _right:-15px;
  191. _top:-23px;
  192. _width:14px;
  193. _height:14px;
  194. _background-position:-31px -7px
  195. }
  196. .xubox_setwin .xubox_close1:hover{
  197. background-position:-91px -195px;
  198. _background-position:-51px -7px
  199. }
  200. .xubox_title{
  201. width:100%;
  202. height:35px;
  203. line-height:35px;
  204. border-bottom:1px solid #D5D5D5;
  205. background:url(confirm-title.png) #EBEBEB repeat-x;
  206. font-size:14px;
  207. color:#333
  208. }
  209. .xubox_title em{
  210. height:20px;
  211. line-height:20px;
  212. width:60%;
  213. top:7px;
  214. left:10px;
  215. font-style:normal;
  216. text-overflow:ellipsis;
  217. overflow:hidden;
  218. white-space:nowrap
  219. }
  220. .xubox_botton a{
  221. position:absolute;
  222. bottom:10px;
  223. left:50%;
  224. background:url(confirm-icon.png) repeat;
  225. text-decoration:none;
  226. color:#FFF;
  227. font-size:14px;
  228. text-align:center;
  229. font-weight:bold;
  230. overflow:hidden
  231. }
  232. .xubox_botton a:hover{
  233. text-decoration:none;
  234. color:#FFF
  235. }
  236. .xubox_botton .xubox_botton1{
  237. width:79px;
  238. height:32px;
  239. line-height:32px;
  240. margin-left:-39px;
  241. background-position:-6px -34px
  242. }
  243. .xubox_botton1:hover{
  244. background-position:-6px -72px
  245. }
  246. .xubox_botton .xubox_botton2{
  247. margin-left:-76px;
  248. width:71px;
  249. height:29px;
  250. line-height:29px;
  251. background-position:-5px -114px
  252. }
  253. .xubox_botton2:hover{
  254. background-position:-5px -146px
  255. }
  256. .xubox_botton .xubox_botton3{
  257. width:71px;
  258. height:29px;
  259. line-height:29px;
  260. margin-left:10px;
  261. background-position:-81px -114px
  262. }
  263. .xubox_botton3:hover{
  264. background-position:-81px -146px
  265. }
  266. .xubox_tips{
  267. position:relative;
  268. line-height:20px;
  269. min-width:12px;
  270. padding:3px 30px 3px 10px;
  271. font-size:12px;
  272. _float:left;
  273. border-radius:3px;
  274. box-shadow:1px 1px 3px rgba(0,0,0,.3)
  275. }
  276. .xubox_tips i.layerTipsG{
  277. position:absolute;
  278. width:0;
  279. height:0;
  280. border-width:8px;
  281. border-color:transparent;
  282. border-style:dashed;
  283. *overflow:hidden
  284. }
  285. .xubox_tips i.layerTipsT,.xubox_tips i.layerTipsB{
  286. left:5px;
  287. border-right-style:solid
  288. }
  289. .xubox_tips i.layerTipsT{
  290. bottom:-8px
  291. }
  292. .xubox_tips i.layerTipsB{
  293. top:-8px
  294. }
  295. .xubox_tips i.layerTipsR,.xubox_tips i.layerTipsL{
  296. top:1px;
  297. border-bottom-style:solid
  298. }
  299. .xubox_tips i.layerTipsR{
  300. left:-8px
  301. }
  302. .xubox_tips i.layerTipsL{
  303. right:-8px
  304. }