chargemoneycard.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /* pages/ucenter/chargemoneycard/chargemoneycard.wxss */
  2. page {
  3. height: 100%;
  4. overflow-y: hidden;
  5. }
  6. .title {
  7. width: 100%;
  8. text-align: left;
  9. line-height: 28rpx;
  10. font-family: 'Lucida Sans',
  11. 'Lucida Sans Regular',
  12. 'Lucida Grande',
  13. 'Lucida Sans Unicode',
  14. Geneva,
  15. Verdana,
  16. sans-serif;
  17. color: #959595;
  18. font-size: 28rpx;
  19. text-overflow: ellipsis;
  20. white-space: nowrap;
  21. overflow: hidden;
  22. margin: 30rpx 20rpx;
  23. }
  24. text {
  25. display: block;
  26. font-size: 28rpx;
  27. font-family: 'Lucida Sans',
  28. 'Lucida Sans Regular',
  29. 'Lucida Grande',
  30. 'Lucida Sans Unicode',
  31. Geneva,
  32. Verdana,
  33. sans-serif;
  34. color: #fff;
  35. text-overflow: ellipsis;
  36. white-space: nowrap;
  37. overflow: hidden;
  38. line-height: 28rpx;
  39. height: 28rpx;
  40. min-height: 28rpx;
  41. }
  42. .context {
  43. height: calc(100% - 88rpx);
  44. }
  45. image.chargemoneycard_b {
  46. width: 729rpx;
  47. height: 307rpx;
  48. }
  49. .context_view {
  50. position: relative;
  51. margin: 0 10rpx 10rpx 10rpx;
  52. height: 307rpx;
  53. }
  54. .context_text {
  55. width: 100%;
  56. height: 100%;
  57. top: 0;
  58. position: absolute;
  59. }
  60. .cardnum {
  61. margin: 30rpx 0 10rpx 30rpx;
  62. text-shadow: 3rpx 3rpx 3rpx #000;
  63. }
  64. .carnum {
  65. margin: 22rpx 0 10rpx 50rpx;
  66. color: #28b16d;
  67. }
  68. .balancenum {
  69. margin: 30rpx 30rpx 10rpx 0;
  70. }
  71. .balance {
  72. margin: 12rpx 30rpx 10rpx 0;
  73. color: #aaf0c7;
  74. }
  75. .cartype {
  76. font-size: 20rpx;
  77. color: #28b16d;
  78. margin: 112rpx 50rpx 10rpx 0;
  79. }
  80. .right {
  81. float: right;
  82. }