purse.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. /* pages/ucenter/purse/purse.wxss */
  2. page {
  3. height: 100%;
  4. overflow-y: hidden;
  5. }
  6. .top {
  7. background-color: #42b9b4;
  8. width: 100%;
  9. height: 260rpx;
  10. text-align: center;
  11. min-height: 260rpx;
  12. font-family: 'Lucida Sans',
  13. 'Lucida Sans Regular',
  14. 'Lucida Grande',
  15. 'Lucida Sans Unicode',
  16. Geneva,
  17. Verdana,
  18. sans-serif;
  19. color: #fff;
  20. }
  21. .top_left,.top_right {
  22. width: 33%;
  23. height: 170rpx;
  24. display: inline-block;
  25. }
  26. .top_center{
  27. width: 34%;
  28. height: 170rpx;
  29. display: inline-block;
  30. }
  31. /*
  32. .top .active{
  33. background-color: #60e7e1;
  34. }
  35. */
  36. image.chargemoneycard {
  37. margin-top: 10rpx;
  38. width: 52rpx;
  39. height: 43rpx;
  40. flex-shrink: 0;
  41. overflow: hidden;
  42. }
  43. image.balance {
  44. margin-top: 13rpx;
  45. width: 50rpx;
  46. height: 50rpx;
  47. flex-shrink: 0;
  48. overflow: hidden;
  49. }
  50. image.cashcoupon {
  51. margin-top: 14rpx;
  52. width: 54rpx;
  53. height: 39rpx;
  54. flex-shrink: 0;
  55. overflow: hidden;
  56. }
  57. .top text {
  58. display: block;
  59. font-size: 24rpx;
  60. text-overflow: ellipsis;
  61. white-space: nowrap;
  62. overflow: hidden;
  63. line-height: 32rpx;
  64. height: 32rpx;
  65. min-height: 32rpx;
  66. }
  67. .top .text1 ,.top .text2 {
  68. color: #b0deda;
  69. }
  70. .top .text2 {
  71. font-size: 20rpx;
  72. }
  73. .context{
  74. margin-top: 60rpx;
  75. height: 178rpx;
  76. width: 100%;
  77. text-align: center;
  78. min-height: 178rpx;
  79. font-family: 'Lucida Sans',
  80. 'Lucida Sans Regular',
  81. 'Lucida Grande',
  82. 'Lucida Sans Unicode',
  83. Geneva,
  84. Verdana,
  85. sans-serif;
  86. font-size: 24rpx;
  87. color: #545253;
  88. }
  89. .context_view {
  90. /*width: 25%;*/
  91. width: 30%;
  92. height: 178rpx;
  93. display: inline-block;
  94. }
  95. .context_view.active{
  96. background-color: #fafafa;
  97. }
  98. image.chargemoney {
  99. margin: 30rpx 0 20rpx 0;
  100. width: 52rpx;
  101. height: 52rpx;
  102. flex-shrink: 0;
  103. overflow: hidden;
  104. }
  105. image.relevance {
  106. margin: 33rpx 0 20rpx 0;
  107. width: 49rpx;
  108. height: 49rpx;
  109. flex-shrink: 0;
  110. overflow: hidden;
  111. }
  112. image.out {
  113. margin: 30rpx 0 20rpx 0;
  114. width: 52rpx;
  115. height: 52rpx;
  116. flex-shrink: 0;
  117. overflow: hidden;
  118. }
  119. image.exchange {
  120. margin: 40rpx 0 20rpx 0;
  121. width: 56rpx;
  122. height: 42rpx;
  123. flex-shrink: 0;
  124. overflow: hidden;
  125. }
  126. .context text {
  127. display: block;
  128. font-size: 24rpx;
  129. text-overflow: ellipsis;
  130. white-space: nowrap;
  131. overflow: hidden;
  132. line-height: 32rpx;
  133. height: 23rpx;
  134. min-height: 32rpx;
  135. }