outmoney.wxss 2.5 KB

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