chargemoney.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. /* pages/chargemoney/chargemoney.wxss */
  2. .chargemoney {
  3. display: inline-block;
  4. position: relative;
  5. width: 148rpx;
  6. height: 77rpx;
  7. margin: 50rpx 51rpx 0 51rpx;
  8. flex-shrink: 0;
  9. overflow: hidden;
  10. }
  11. .chargemoney_select {
  12. display: inline-block;
  13. position: relative;
  14. width: 148rpx;
  15. height: 77rpx;
  16. margin: 50rpx 51rpx 0 51rpx;
  17. flex-shrink: 0;
  18. overflow: hidden;
  19. }
  20. .chargemoney image, .chargemoney_select image {
  21. width: 147rpx;
  22. height: 77rpx;
  23. }
  24. .chargemoney view, .chargemoney_select view {
  25. position: absolute;
  26. top: 0;
  27. left: 0;
  28. width: 148rpx;
  29. height: 77rpx;
  30. flex-shrink: 0;
  31. overflow: hidden;
  32. text-align: center;
  33. }
  34. text {
  35. font-size: 32rpx;
  36. font-family: 'Lucida Sans',
  37. 'Lucida Sans Regular',
  38. 'Lucida Grande',
  39. 'Lucida Sans Unicode',
  40. Geneva,
  41. Verdana,
  42. sans-serif;
  43. color: #959595;
  44. text-overflow: ellipsis;
  45. white-space: nowrap;
  46. overflow: hidden;
  47. line-height: 77rpx;
  48. height: 77rpx;
  49. min-height: 77rpx;
  50. }
  51. .chargemoney_select text {
  52. color: red;
  53. }
  54. .active {
  55. background-color: #ebebeb;
  56. }
  57. .money_input {
  58. margin: 51rpx 30rpx;
  59. padding: 0 21rpx;
  60. border-top: 1rpx solid #f7f7f7;
  61. border-bottom: 1rpx solid #f7f7f7;
  62. }
  63. .section_phcolor {
  64. font-size: 28rpx;
  65. line-height: 100rpx;
  66. height: 100rpx;
  67. min-height: 100rpx;
  68. color: #aaaaaa;
  69. }
  70. .money_input {
  71. line-height: 100rpx;
  72. height: 100rpx;
  73. min-height: 100rpx;
  74. }
  75. .money_input text {
  76. display: inline-block;
  77. color: #434343;
  78. line-height: 100rpx;
  79. height: 100rpx;
  80. min-height: 100rpx;
  81. }
  82. .money_input input {
  83. padding: 0 20rpx;
  84. display: inline-block;
  85. width: 450rpx;
  86. height: 100rpx;
  87. line-height: 100rpx;
  88. min-height: 100rpx;
  89. color: #aaaaaa;
  90. font-size: 28rpx;
  91. }
  92. .chargemoney_button{
  93. position: absolute;
  94. bottom: 0;
  95. width: calc(100% - 60rpx);
  96. font-size: 32rpx;
  97. margin: 50rpx 30rpx;
  98. font-family: 'Lucida Sans',
  99. 'Lucida Sans Regular',
  100. 'Lucida Grande',
  101. 'Lucida Sans Unicode',
  102. Geneva,
  103. Verdana,
  104. sans-serif;
  105. color: #ffffff;
  106. text-overflow: ellipsis;
  107. white-space: nowrap;
  108. background-color: #1cb03f;
  109. }
  110. .chargemoney_button.button-hover{
  111. background-color: #1ca05e;
  112. }