system_payment.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /*// 主题色*/
  2. /*字体主色调*/
  3. /*线条主色调*/
  4. /*按钮主色调*/
  5. /*底纹色*/
  6. .paymentlist em {
  7. font-size: 21px;
  8. }
  9. .redtit {
  10. width: 100%;
  11. padding: 15px 10px;
  12. position: relative;
  13. }
  14. .redtit > span {
  15. padding-left: 5px;
  16. border-left: 3px solid #e47470;
  17. font-size: 17px;
  18. color: #000;
  19. }
  20. .paymentlist input[type=checkbox],
  21. input[type=radio] {
  22. margin-right: 5px;
  23. }
  24. .paymentlist .right {
  25. text-align: right;
  26. }
  27. .paymenttab {
  28. padding: 10px;
  29. }
  30. .rechargetab {
  31. width: 100%;
  32. height: 42px;
  33. border-bottom: 1px solid #e5e4e9;
  34. }
  35. .rechargetab .tab {
  36. width: 100%;
  37. }
  38. .rechargetab .tab li {
  39. float: left;
  40. display: inline-block;
  41. padding: 0 15px;
  42. position: relative;
  43. line-height: 40px;
  44. border: 1px solid #e5e4e9;
  45. border-bottom: 0;
  46. margin-left: -1px;
  47. background-color: #f7f7f7;
  48. }
  49. .rechargetab .tab li.active {
  50. margin-bottom: -1px;
  51. background-color: #fff;
  52. border-top: 2px solid #389ee1;
  53. }
  54. .rechargetabcontent .list .input-wrap {
  55. width: 180px;
  56. margin-right: 5px;
  57. display: inline-block;
  58. }
  59. .rechargetabcontent .list {
  60. padding-left: 90px;
  61. }
  62. .rechargetabcontent .list label {
  63. width: 80px;
  64. position: absolute;
  65. left: 0;
  66. top: 0;
  67. line-height: 42px;
  68. text-align: center;
  69. font-weight: normal;
  70. }
  71. .rechargestyle {
  72. width: 1000px;
  73. padding-top: 20px;
  74. }
  75. .rechargestyle .rechargebox {
  76. width: 190px;
  77. height: 40px;
  78. border: 1px solid #e5e4e9;
  79. float: left;
  80. margin-right: 15px;
  81. margin-bottom: 10px;
  82. text-align: center;
  83. line-height: 40px;
  84. cursor: pointer;
  85. }
  86. .rechargestyle .rechargebox.active {
  87. border: 1px solid #389ee1;
  88. }
  89. .warmtip {
  90. width: 100%;
  91. padding: 10px;
  92. border: 1px solid #e5e4e9;
  93. background: #f7f7f7;
  94. }
  95. .warmtip h1 {
  96. font-size: 14px;
  97. font-weight: normal;
  98. line-height: 25px;
  99. }
  100. .warmtip ul {
  101. margin: 0;
  102. line-height: 22px;
  103. }
  104. .warmtip ul .f_redcolor {
  105. color: #ff0000;
  106. }
  107. .yezf {
  108. padding: 10px;
  109. }
  110. .detaillist > div {
  111. display: inline-block;
  112. }
  113. .yezf .detaillist {
  114. position: relative;
  115. line-height: 30px;
  116. }
  117. .yezf .detaillist em {
  118. color: #e47470;
  119. padding-right: 5px;
  120. font-size: 22px;
  121. }
  122. .yezf .detaillist label {
  123. line-height: 37px;
  124. text-align: left;
  125. font-weight: normal;
  126. }
  127. .useyepay {
  128. margin-right: 15px;
  129. }
  130. .useyepay .input-wrap {
  131. display: inline-block;
  132. width: 80px;
  133. height: 37px;
  134. }
  135. .useyepay input[type=checkbox],
  136. input[type=radio] {
  137. margin-right: 5px;
  138. }
  139. .submitbox {
  140. padding: 15px 10px;
  141. text-align: right;
  142. padding-bottom: 80px;
  143. }
  144. .submitbox .btn.fit {
  145. width: 160px;
  146. }
  147. .submitbox .con {
  148. display: inline-block;
  149. float: right;
  150. padding-right: 15px;
  151. padding-top: 15px;
  152. }
  153. .submitbox .con span {
  154. color: #e47470;
  155. }
  156. .submitbox .con span em {
  157. font-size: 18px;
  158. }