uc-balance.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. /* 个人中心-我的余额 */
  2. /* 我的余额 */
  3. .user-center .balance .uc-serach {
  4. padding: 5px 0;
  5. color: #777;
  6. }
  7. .user-center .balance .uc-serach .left .current-balance {
  8. margin-left: 10px;
  9. margin-right: 10px;
  10. /* width: 130px; */
  11. color: #000;
  12. }
  13. .user-center .balance .uc-serach .left .current-balance .number,
  14. .user-center .balance .uc-serach .left .expired-balance .number {
  15. color: #e1251b;
  16. font-family: verdana;
  17. font-size: 18px;
  18. }
  19. .user-center .balance .uc-serach .left .expired-balance .number,
  20. .user-center .balance .uc-serach .left .expired-balance .balance-des {
  21. color: #999;
  22. }
  23. .user-center .balance .uc-serach .right .search {
  24. border-radius: 2px;
  25. cursor: pointer;
  26. }
  27. .user-center .balance .balance-detail .box {
  28. width: 100%;
  29. text-align: center;
  30. }
  31. .user-center .balance .balance-detail .box th {
  32. background: #f9f9f9;
  33. padding: 10px 0;
  34. padding-left: 10px;
  35. text-align: left;
  36. }
  37. .user-center .balance .balance-detail .box td {
  38. padding: 13px 0;
  39. padding-left: 10px;
  40. color: #999;
  41. border-bottom: 1px solid #eee;
  42. }
  43. .user-center .balance .balance-detail .box td .balance-change {
  44. font-family: arial;
  45. font-size: 14px;
  46. }
  47. .user-center .balance .balance-detail .box td .add {
  48. color: #e1251b;
  49. }
  50. .user-center .balance .balance-detail .box td .time {
  51. font-family: arial;
  52. color: #999;
  53. }
  54. /* 我的余额 end */
  55. /* 余额充值 */
  56. .topup .step-box .left .text {
  57. line-height: 40px;
  58. }
  59. .text .order-number {
  60. margin-left: 10px;
  61. }
  62. .text .order-number .order-number-con {
  63. display: inline-block;
  64. vertical-align: top;
  65. }
  66. .text .order-number .order-number-con .order-number-item {
  67. display: block;
  68. }
  69. .topup .topup-con .pay-box {
  70. background: #f9f9f9;
  71. padding: 20px;
  72. }
  73. .topup .topup-con .pay-box .pay-info {
  74. /* padding-left: 52px; */
  75. position: relative;
  76. }
  77. .topup .topup-con .pay-box .pay-info .item {
  78. display: flex;
  79. justify-content:space-between;
  80. }
  81. .topup .topup-con .pay-box .pay-info .item .tit {
  82. font-size: 14px;
  83. height: 20px;
  84. line-height: 20px;
  85. flex: 1;
  86. font-weight: 600;
  87. }
  88. .itemTip {
  89. color: #999;
  90. margin-top: 1%;
  91. }
  92. .topup .topup-con .section-topup {
  93. margin-top: 30px;
  94. }
  95. .topup .topup-con .section-topup .tit {
  96. margin-bottom: 20px;
  97. font-size: 14px;
  98. padding: 0 20px;
  99. width: 10%;
  100. text-align: right;
  101. font-weight: 600;
  102. }
  103. .topup .topup-con .section-topup .con {
  104. display: flex;
  105. }
  106. .topup .topup-con .section-topup .con .unit {
  107. font-size: 20px;
  108. margin-left: 2%;
  109. font-weight: 400;
  110. }
  111. .topup .topup-con .section-topup .con .item {
  112. /* width: 174px; */
  113. height: 60px;
  114. line-height: 60px;
  115. /* margin-left: 20px; */
  116. margin-bottom: 20px;
  117. border: 1px solid #e0e0e0;
  118. text-align: center;
  119. cursor: pointer;
  120. overflow: hidden;
  121. -moz-transition: all 0.2s;
  122. -webkit-transition: all 0.2s;
  123. -o-transition: all 0.2s;
  124. transition: all 0.2s;display: flex;
  125. align-items: center;
  126. justify-content: center;
  127. font-size: 16px;
  128. }
  129. .topup .topup-con .section-topup .con .item:hover {
  130. border-color: #e1251b;
  131. }
  132. .topup .topup-con .section-topup .con .item.active{
  133. border-color: #e1251b;
  134. }
  135. .topup .topup-con .section-topup .btn {
  136. margin-top: 10px;
  137. margin-left: 16.5%;
  138. display: block;
  139. font-size: 15px;
  140. font-weight: 500;
  141. width: 130px;
  142. height: 30px;
  143. line-height: 30px;
  144. background: #e1251b;
  145. text-align: center;
  146. color: #fff;
  147. border-radius: 5px;
  148. }
  149. .topup .topup-con .section-topup .btn:hover {
  150. opacity: 0.9;
  151. }
  152. .topup .topup-con .section-topup .btn.no-pay {
  153. cursor: not-allowed;
  154. background: #ccc;
  155. }
  156. .items .text {
  157. border: 1px solid #eee;
  158. width: 220px;
  159. padding: 0 10px;
  160. height: 30px;
  161. font-size: 12px;
  162. box-sizing: border-box;
  163. }
  164. .section-topup .items {
  165. display: flex;
  166. margin-top: 10px;
  167. }
  168. .section-topup .items .tit {
  169. margin: 0 15px;
  170. color: #000;
  171. display: block;
  172. line-height: 30px;
  173. }
  174. .section-topup .items .con {
  175. flex: 1;
  176. display: flex;
  177. flex-wrap: wrap;
  178. }
  179. .section-topup .items .con .number{
  180. color: #e1251b;
  181. font-family: verdana;
  182. font-size: 20px;
  183. font-weight: 600;
  184. }
  185. .section-topup .items .con .item {
  186. display: inline-block;
  187. border: 1px solid #ddd;
  188. position: relative;
  189. margin-right: 10px;
  190. margin-bottom: 10px;
  191. vertical-align: middle;
  192. -moz-transition: all 0.2s;
  193. -webkit-transition: all 0.2s;
  194. -o-transition: all 0.2s;
  195. transition: all 0.2s;
  196. cursor: pointer;
  197. }
  198. .section-topup .items .con .item.not-optional {
  199. border: 1px dashed #bbb;
  200. color: #bbb;
  201. }
  202. .section-topup .items .con .item.active,
  203. .section-topup .items .con .item:hover {
  204. border: 1px solid #e1251b;
  205. color: #e1251b;
  206. }
  207. .section-topup .items.sku-img .tit {
  208. line-height: 52px;
  209. }
  210. .section-topup .items.sku-img .con .item {
  211. width: 50px;
  212. height: 50px;
  213. font-size: 0;
  214. line-height: 50px;
  215. }
  216. .section-topup .items.sku-img .con .item img {
  217. width: 100%;
  218. height: 100%;
  219. vertical-align: middle;
  220. }
  221. .section-topup .items.sku-text .con .item {
  222. padding: 0 16px;
  223. line-height: 28px;
  224. height: 28px;
  225. }
  226. .section-topup .items .con .goods-number {
  227. height: 30px;
  228. }
  229. .section-topup .items .con .goods-number .reduce,
  230. .section-topup .items .con .goods-number .increase {
  231. display: inline-block;
  232. vertical-align: top;
  233. width: 30px;
  234. height: 30px;
  235. background: #e9e9e9;
  236. font-size: 22px;
  237. text-align: center;
  238. line-height: 26px;
  239. color: #999;
  240. cursor: pointer;
  241. }
  242. .section-topup .items .con .goods-number .limit {
  243. cursor: not-allowed;
  244. color: #ccc;
  245. }
  246. .section-topup .items .con .goods-number .number {
  247. border: 0;
  248. width: 60px;
  249. height: 30px;
  250. text-align: center;
  251. font-family: arial;
  252. vertical-align: top;
  253. }
  254. .items .con .itemPay {
  255. width: 174px;
  256. height: 60px;
  257. line-height: 60px;
  258. margin-right: 20px;
  259. margin-bottom: 20px;
  260. border: 1px solid #e0e0e0;
  261. text-align: center;
  262. cursor: pointer;
  263. overflow: hidden;
  264. transition: all 0.2s;
  265. display: flex;
  266. align-items: center;
  267. justify-content: center;
  268. font-size: 16px;
  269. }
  270. .items .con .itemPay img {
  271. display: block;
  272. width: 28px;
  273. height: 28px;
  274. margin-right: 10px;
  275. }
  276. .items .con .itemPay .paypal-logo {
  277. width: 30px;
  278. height: 34px;
  279. }
  280. .items .con .itemPay .paypal-text {
  281. width: 80px;
  282. height: 26px;
  283. }
  284. .items .con .active {
  285. border-color: #e1251b;
  286. }
  287. /* 余额充值 end */
  288. /* 个人中心-我的余额 end */