purse.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. /* pages/ucenter/purse/purse.wxss */
  2. page {
  3. height: 100%;
  4. overflow-y: hidden;
  5. }
  6. .top {
  7. width: 100%;
  8. /* height: 260rpx; */
  9. text-align: left;
  10. /* min-height: 260rpx; */
  11. font-family: 'Lucida Sans',
  12. 'Lucida Sans Regular',
  13. 'Lucida Grande',
  14. 'Lucida Sans Unicode',
  15. Geneva,
  16. Verdana,
  17. sans-serif;
  18. color: #fff;
  19. box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
  20. padding-top: 30rpx;
  21. margin-bottom: 42rpx;
  22. }
  23. .top_center1 {
  24. width: 100%;
  25. height: 311rpx;
  26. position: absolute;
  27. top: 30rpx;
  28. }
  29. .top_center {
  30. width: 100%;
  31. height: 311rpx;
  32. }
  33. image.balance {
  34. margin-left: 12rpx;
  35. width: 725rpx;
  36. height: 311rpx;
  37. overflow: hidden;
  38. }
  39. .top .text1 {
  40. padding: 82rpx 0 0 96rpx;
  41. display: block;
  42. font-size: 24rpx;
  43. text-overflow: ellipsis;
  44. white-space: nowrap;
  45. overflow: hidden;
  46. line-height: 46rpx;
  47. height: 46rpx;
  48. min-height: 46rpx;
  49. font-family: 'Lucida Sans',
  50. 'Lucida Sans Regular',
  51. 'Lucida Grande',
  52. 'Lucida Sans Unicode',
  53. Geneva,
  54. Verdana,
  55. sans-serif;
  56. }
  57. .top .text2 {
  58. padding: 0 0 0 96rpx;
  59. display: block;
  60. font-size: 42rpx;
  61. text-overflow: ellipsis;
  62. white-space: nowrap;
  63. overflow: hidden;
  64. line-height: 60rpx;
  65. height: 60rpx;
  66. min-height: 60rpx;
  67. font-family: 'Lucida Sans',
  68. 'Lucida Sans Regular',
  69. 'Lucida Grande',
  70. 'Lucida Sans Unicode',
  71. Geneva,
  72. Verdana,
  73. sans-serif;
  74. font-weight: bold;
  75. }
  76. .title2 {
  77. padding:0 28rpx;
  78. }
  79. .title2 view {
  80. height: 100rpx;
  81. margin-bottom: 20rpx;
  82. /* background-color: red; */
  83. border-radius: 12rpx;
  84. box-shadow: 2rpx 10rpx 6rpx #f5f5f5;
  85. }
  86. .title2 view.active {
  87. background-color: #f5f5f5;
  88. box-shadow: none;
  89. }
  90. .chargemoney image {
  91. width: 40rpx;
  92. height: 40rpx;
  93. margin: 30rpx 28rpx 30rpx 20rpx;
  94. }
  95. .out image {
  96. width: 34rpx;
  97. height: 35rpx;
  98. margin: 33rpx 28rpx 33rpx 26rpx;
  99. }
  100. .chargemoney text, .out text {
  101. display: inline-block;
  102. line-height: 100rpx;
  103. height: 100rpx;
  104. min-height: 100rpx;
  105. font-size: 32rpx;
  106. font-family: 'Lucida Sans',
  107. 'Lucida Sans Regular',
  108. 'Lucida Grande',
  109. 'Lucida Sans Unicode',
  110. Geneva,
  111. Verdana,
  112. sans-serif;
  113. color: #434343;
  114. text-overflow: ellipsis;
  115. white-space: nowrap;
  116. overflow: hidden;
  117. font-weight: bold;
  118. }