keyPay.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. @charset "utf-8";
  2. /***** 统一化 *****/
  3. html {
  4. background-color: #E0E2E6;
  5. }
  6. body {
  7. background-color: #F0F2F5;
  8. font-size: 14px;
  9. color: #3A414B;
  10. }
  11. a {
  12. text-decoration: none;
  13. outline: none;
  14. }
  15. a:hover {
  16. text-decoration: underline;
  17. }
  18. .layout {
  19. width: 960px;
  20. margin: 0px auto;
  21. }
  22. .fa {
  23. font-family: Arial, Helvetica;
  24. }
  25. .servicePhone, .orderInfo h2, .greenBtn, .greenBtn .leftBorder, .supportBankWrap .sign, .supportBankWrap .more, .success, .error, .limitText .arrow, .result, .popup .close, .statement, .keepTime, .keepTime i, .control, .payFail, .bindMore span, .callError, .controlTrigger, .nonsupport, .notice .closeNotice, .payLimitWrap .popTxt .arrow {
  26. background: url(../images/icons.png) no-repeat; scroll 0 0 rgba(0, 0, 0, 0);
  27. }
  28. .payLimitWrap {
  29. color: #999999;
  30. cursor: pointer;
  31. float: left;
  32. font-size: 12px;
  33. margin-left: 10px;
  34. margin-top: 24px;
  35. position: relative;
  36. }
  37. .payLimitWrap:hover .popTxt {
  38. display: block;
  39. }
  40. .payLimitWrap .popTxt {
  41. position: absolute;
  42. display: none;
  43. left: 0px;
  44. bottom: 24px;
  45. width: 260px;
  46. padding: 14px 8px;
  47. background-color: #ECF4F7;
  48. border: #BBC7D3 solid 1px;
  49. line-height: 22px;
  50. color: #666;
  51. cursor: default;
  52. }
  53. .payLimitWrap .popTxt .arrow {
  54. position: absolute;
  55. bottom: -9px;
  56. left: 18px;
  57. display: block;
  58. width: 14px;
  59. height: 9px;
  60. background-position: 0px -656px;
  61. }
  62. .notice {
  63. background-color: #FFF9E5;
  64. border: 1px solid #EFC5A3;
  65. color: #F5802E;
  66. font-size: 12px;
  67. height: 30px;
  68. overflow: hidden;
  69. position: relative;
  70. }
  71. .notice .closeNotice {
  72. background-position: 0 -611px;
  73. cursor: pointer;
  74. display: block;
  75. height: 11px;
  76. position: absolute;
  77. right: 15px;
  78. top: 10px;
  79. width: 11px;
  80. }
  81. .noticeList {
  82. margin-left: 24px;
  83. margin-right: 24px;
  84. }
  85. .noticeList li {
  86. height: 30px;
  87. line-height: 30px;
  88. overflow: hidden;
  89. text-overflow: ellipsis;
  90. white-space: nowrap;
  91. }
  92. .success, .error {
  93. margin-top: 5px;
  94. padding-left: 20px;
  95. background-position: -207px -1437px;
  96. font-size: 12px;
  97. color: #73BF20;
  98. }
  99. .error {
  100. background-position: -208px -610px;
  101. color: #DF3234;
  102. }
  103. li {
  104. list-style: none outside none;
  105. }
  106. .abnor {
  107. color: #999999;
  108. font-weight: normal;
  109. margin-top: 7px;
  110. }
  111. #mask {
  112. z-index: 500;
  113. background-color: #000;
  114. opacity: 0.78;
  115. filter: alpha(opacity = 78);
  116. }
  117. /***** iframe遮罩层样式 *****/
  118. #iframeMask {
  119. z-index: 499;
  120. opacity: 0;
  121. filter: alpha(opacity = 0);
  122. }
  123. /***** 统一化结束 *****/ /***** 头部 *****/
  124. .logo a {
  125. width: 290px;
  126. height: 45px;
  127. background:url(../images/logo.png) no-repeat left center;
  128. text-indent: -9999px;
  129. }
  130. .viceLogo {
  131. width: 81px;
  132. height: 35px;
  133. margin-left: 15px;
  134. margin-top: 5px;
  135. padding-left: 15px;
  136. border-left: #D9DADD solid 1px;
  137. background-position: 15px -350px;
  138. text-indent: -9999px;
  139. }
  140. .servicePhone {
  141. width: 215px;
  142. height: 14px;
  143. margin-top: 45px;
  144. }
  145. /***** 头部结束 *****/ /***** 左侧订单信息 *****/
  146. .mainWrap {
  147. margin-top: 15px;
  148. background-color: #F8F8F8;
  149. border: #E6E7E8 solid 1px;
  150. box-shadow: #E6E7E8 1px 1px 8px, #E6E7E8 -1px -1px 8px;
  151. }
  152. .orderInfo {
  153. width: 214px;
  154. padding: 0px 8px;
  155. }
  156. .orderInfo h2 {
  157. padding: 13px 0px 13px 33px;
  158. background-position: -197px -493px;
  159. border-bottom: #CCCED0 dotted 1px;
  160. font-weight: bold;
  161. }
  162. .orderInfo .firstInfoList {
  163. padding-bottom: 7px;
  164. border-bottom: #CCCED0 dotted 1px;
  165. }
  166. .orderInfo .infoList dt,.orderInfo .infoList dd {
  167. float: left;
  168. margin-bottom: 8px;
  169. line-height: 22px;
  170. }
  171. .orderInfo .infoList dt {
  172. padding-left: 5px;
  173. color: #9BA0A7;
  174. }
  175. .orderInfo .infoList dd {
  176. width: 145px;
  177. }
  178. .orderInfo .infoList dd .sum {
  179. margin-right: 5px;
  180. color: #ff6633;
  181. font-size: 26px;
  182. font-weight: 600;
  183. }
  184. /***** 左侧订单信息结束 *****/ /***** 右侧内容 *****/
  185. .rightContainer {
  186. width: 714px;
  187. min-height: 360px;
  188. padding: 0px 8px;
  189. background: url(../images/r_bg.gif) repeat-y #FFF;
  190. }
  191. /*右侧标签*/
  192. .rightContainer .tagWraps {
  193. border-bottom: #E6E7E8 solid 1px;
  194. }
  195. .rightContainer .tagWraps li {
  196. position: relative;
  197. bottom: -1px;
  198. float: left;
  199. display: inline;
  200. margin-left: 20px;
  201. height: 42px;
  202. line-height: 42px;
  203. border-bottom: #65C476 solid 1px;
  204. color: #65C476;
  205. font-weight: bold;
  206. cursor: default;
  207. }
  208. .rightContainer .tagWrap li {
  209. position: relative;
  210. bottom: -1px;
  211. float: left;
  212. display: inline;
  213. margin-left: 20px;
  214. height: 42px;
  215. line-height: 42px;
  216. color: #65C476;
  217. font-weight: bold;
  218. cursor: default;
  219. }
  220. /*版权*/
  221. .copyright {
  222. margin-top: 10px;
  223. padding-top: 15px;
  224. border-top: #E3E5E9 solid 1px;
  225. text-align: center;
  226. font-size: 12px;
  227. color: #666;
  228. height:40px;
  229. line-height:40px
  230. }
  231. /*选择其他付款方式*/
  232. .tagWrap,.kcWrap { margin-top: 5px; border: #DADADA solid 1px; }
  233. .tagNav { height: 38px; padding-left: 16px; background: url(../images/tag_bg.gif) repeat-x; }
  234. .tagNav li { float: left; display: inline; height: 33px; margin: 5px 2px 0px; line-height: 33px; }
  235. .tagNav li a { display: block; height: 100%; padding-right: 22px; font-size: 14px; font-family: "\5FAE\8F6F\96C5\9ED1"; color: #FFF; font-weight: bold; }
  236. .tagNav li a.current, .tagNav li a.current em { background: url(../images/tag_nav_bg.gif) no-repeat right -33px #FFF; color: #359335; }
  237. .tagNav li a em { background-position: 0px -999px; display: inline-block; vertical-align: top; *vertical-align:middle;
  238. width: 7px; height: 100%; margin-right: 16px; }
  239. .tagNav li a.current em { background-position: 0px 0px; }
  240. .bankWrap li { float: left; display: inline; margin-left: 45px; *margin-left:35px;
  241. margin-bottom: 15px; }
  242. .bankWrap .iw{ display: inline-block; vertical-align: middle; width: 114px; height: 25px; padding-top: 5px; padding-left: 10px; background: url(../images/bank_logo.png) no-repeat; border: #DDD solid 1px; text-indent: -9999px; }
  243. .infoWrap .bankLogo{ display:inline-block; *display:inline; *zoom:1; vertical-align:middle; width: 136px; height:30px; margin-left: 15px;}
  244. .infoWrap .bankLogo span{ display:inline-block; width:100%; height:100%; background: url(../images/bank_logo.png) no-repeat;}
  245. .pointCard .iw { background: url(../images/point_card_logo.gif) no-repeat; }
  246. .preCard .iw { background: url(../images/pre_card_logo.gif) no-repeat; }
  247. .member .iw { background: url(../images/logo.gif) no-repeat 5px top; }
  248. .bankWrap .enterprise li { margin-left: 30px; }
  249. .bankWrap .enterprise li .iw { width: 126px; }
  250. /******点卡logo******/
  251. .QQCARD { background-position: 0px 0px !important; }
  252. .TELECOM { background-position: 0px -49px !important; }
  253. .JIUYOU { background-position: 0px -99px !important; }
  254. .JUNNET { background-position: 0px -150px !important; }
  255. .UNICOM { background-position: 0px -196px !important; }
  256. .SZX { background-position: 0px -247px !important; }
  257. .SNDACARD { background-position: 0px -297px !important; }
  258. .SOHU { background-position: 0px -346px !important; }
  259. .TIANHONG { background-position: 0px -396px !important; }
  260. .TIANXIA { background-position: 0px -446px !important; }
  261. .WANMEI { background-position: 0px -496px !important; }
  262. .NETEASE { background-position: 0px -542px !important; }
  263. .ZHENGTU { background-position: 0px -592px !important; }
  264. .ZONGYOU { background-position: 0px -643px !important; }
  265. /******点卡logo结束******/
  266. /******预付费卡logo******/
  267. .Yitong { background-position: 0px 5px !important; }
  268. .Aixin { background-position: 0px -36px !important; }
  269. .AllScore { background-position: 5px -82px !important; }
  270. .Zhongfutong { background-position: 5px -129px !important; }
  271. .Dazhong { background-position: 5px -170px !important; }
  272. .HUILIAN { background-position: 5px -210px !important; }
  273. .GXJFT { background-position: 5px -257px !important; }
  274. .JINCHENGTONG { background-position: 5px -303px !important; }
  275. .JXJiaofeitong { background-position: 5px -352px !important; }
  276. .RUITONG { background-position: 5px -398px !important; }
  277. .JIANGSRX { background-position: 5px -447px !important; }
  278. .Slsy { background-position: 5px -490px !important; }
  279. .Shangmeng { background-position: 5px -532px !important; }
  280. .WSTONGLIAN { background-position: 5px -578px !important; }
  281. .Edenred { background-position: 5px -625px !important; }
  282. .Yikahui { background-position: 5px -668px !important; }
  283. .Bohaiyisheng { background-position: 5px -710px !important; }
  284. .Ybt { background-position: 5px -753px !important; }
  285. .XIANFENG { background-position: -2px -788px !important; }
  286. /******预付费卡logo结束******/
  287. /******借记卡信用卡logo******/
  288. .ABC { background-position: 0px 0px !important;/*农业银行*/ }
  289. .CCB { background-position: 0px -93px !important;/*建设银行*/ }
  290. .ICBC { background-position: 0px -186px !important;/*工商银行*/ }
  291. .BOC { background-position: -12px -279px !important;/*中国银行*/ }
  292. .BOCO { background-position: 0px -372px !important;/*交通银行*/ }
  293. .CMBCHINA { background-position: -8px -465px !important;/*招商银行*/ }
  294. .CMBC { background-position: 0px -558px !important;/*民生银行*/ }
  295. .CIB { background-position: 0px -651px !important;/*兴业银行*/ }
  296. .CEB { background-position: 0px -744px !important;/*光大银行*/ }
  297. .ECITIC { background-position: -5px -837px !important;/*中信银行*/ }
  298. .POST { background-position: 0px -930px !important;/*邮政储蓄银行*/ }
  299. .BCCB { background-position: -7px -1023px !important;/*北京银行*/ }
  300. .GDB { background-position: 0px -1116px !important;/*广发银行*/ }
  301. .SDB { background-position: 0px -1209px !important;/*深圳发展银行*/ }
  302. .SPDB { background-position: -5px -1302px !important;/*浦发银行*/ }
  303. .HXB { background-position: -5px -1395px !important;/*华夏银行*/ }
  304. .BJRCB { background-position: 0px -1488px !important;/*北京农商银行*/ }
  305. .SHB { background-position: -150px 0px !important;/*上海银行*/ }
  306. .CZ { background-position: -148px -93px !important;/*浙商银行*/ }
  307. .SDE { background-position: -137px -186px !important;/*顺德信用社*/ }
  308. .SCCB { background-position: -140px -372px !important;/*河北银行*/ }
  309. .EGB { background-position: -145px -465px !important;/*恒丰银行*/ }
  310. .ZJTLCB { background-position: -135px -558px !important;/*浙江泰隆商业银行*/ }
  311. .CBHB { background-position: -138px -651px !important;/*渤海银行*/ }
  312. .HKBEA { background-position: -138px -744px !important;/*东亚银行*/ }
  313. .NJCB { background-position: -145px -930px !important;/*南京银行*/ }
  314. .NBCB { background-position: -148px -1023px !important;/*宁波银行*/ }
  315. .GZCB { background-position: -137px -1116px !important;/*广州市商业银行*/ }
  316. .SRCB { background-position: -137px -1209px !important;/*上海农村商业银行*/ }
  317. .HZBANK { background-position: -145px -1302px !important;/*杭州银行*/ }
  318. .NCBBANK { background-position: -140px -1395px !important;/*南洋商业银行*/ }
  319. .PINGANBANK { background-position: -137px -1488px !important;/*平安银行*/ }
  320. /******借记卡信用卡logo结束******/
  321. /******企业logo******/
  322. .BOC-EP { background-position: 0px -310px !important;/*中国银行-企业*/ }
  323. .CMBCHINA-EP { background-position: 0px -496px !important;/*招商银行-企业*/ }
  324. .SDB-EP { background-position: 0px -1240px !important;/*深圳发展银行-企业*/ }
  325. .SPDB-EP { background-position: 0px -1333px !important;/*浦发银行-企业*/ }
  326. .ABC-EP { background-position: 0px -31px !important;/*农业银行-企业*/ }
  327. .BOCO-EP { background-position: 0px -403px !important;/*交通银行-企业*/ }
  328. .CCB-EP { background-position: 0px -124px !important;/*建设银行-企业*/ }
  329. .CEB-EP { background-position: 0px -775px !important;/*光大银行-企业*/ }
  330. .ICBC-EP { background-position: 0px -217px !important;/*工商银行-企业*/ }
  331. /******企业logo结束******/
  332. .JZ { background-position: -140px -279px !important;/*锦州银行*/ }/*未使用*/
  333. .RCU { background-position: -138px -837px !important;/*广东农村信用社*/ }/*未使用*/
  334. .CMBC-EP { background-position: 0px -589px !important;/*民生银行-企业*/ }
  335. .CIB-EP { background-position: 0px -682px !important;/*兴业银行-企业*/ }
  336. .ECITIC-EP { background-position: 0px -868px !important;/*中信银行-企业*/ }
  337. .POST-EP { background-position: 0px -961px !important;/*邮政储蓄银行-企业*/ }
  338. .BCCB-EP { background-position: 0px -1054px !important;/*北京银行-企业*/ }
  339. .GDB-EP { background-position: 0px -1147px !important;/*广发银行-企业*/ }
  340. .HXB-EP { background-position: 0px -1426px !important;/*华夏银行-企业*/ }
  341. .BJRCB-EP { background-position: 0px -1519px !important;/*北京农商银行-企业*/ }
  342. .SHB-EP { background-position: -137px -31px !important;/*上海银行-企业*/ }
  343. .CZ-EP { background-position: -137px -124px !important;/*浙商银行-企业*/ }
  344. .SDE-EP { background-position: -137px -217px !important;/*顺德信用社-企业*/ }
  345. .SCCB-EP { background-position: -137px -403px !important;/*河北银行-企业*/ }
  346. .EGB-EP { background-position: -137px -496px !important;/*恒丰银行-企业*/ }
  347. .ZJTLCB-EP { background-position: -137px -589px !important;/*浙江泰隆商业银行-企业*/ }
  348. .CBHB-EP { background-position: -137px -682px !important;/*渤海银行-企业*/ }
  349. .HKBEA-EP { background-position: -137px -775px !important;/*东亚银行-企业*/ }
  350. .NJCB-EP { background-position: -137px -961px !important;/*南京银行-企业*/ }
  351. .NBCB-EP { background-position: -137px -1054px !important;/*宁波银行-企业*/ }
  352. .GZCB-EP { background-position: -137px -1147px !important;/*广州市商业银行-企业*/ }
  353. .SRCB-EP { background-position: -137px -1240px !important;/*上海农村商业银行-企业*/ }
  354. .HZBANK-EP { background-position: -137px -1333px !important;/*杭州银行-企业*/ }
  355. .NCBBANK-EP { background-position: -137px -1426px !important;/*南洋商业银行-企业*/ }
  356. .PINGANBANK-EP { background-position: -137px -1519px !important;/*平安银行-企业*/ }
  357. .JZ-EP { background-position: -137px -310px !important;/*锦州银行-企业*/ }/*未使用*/
  358. .RCU-EP { background-position: -137px -868px !important;/*广东农村信用社-企业*/ }/*未使用*/
  359. /*选择其他付款方式结束*/