outmoney.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. .outmoney{
  53. margin: 0 30rpx;
  54. padding: 0 20rpx;
  55. }
  56. .outmoney text{
  57. color: #aaaaaa;
  58. font-size: 28rpx;
  59. }
  60. .outmoney_button{
  61. position: absolute;
  62. bottom: 0;
  63. width: calc(100% - 60rpx);
  64. font-size: 32rpx;
  65. margin: 50rpx 30rpx;
  66. font-family: 'Lucida Sans',
  67. 'Lucida Sans Regular',
  68. 'Lucida Grande',
  69. 'Lucida Sans Unicode',
  70. Geneva,
  71. Verdana,
  72. sans-serif;
  73. color: #ffffff;
  74. text-overflow: ellipsis;
  75. white-space: nowrap;
  76. background-color: #1cb03f;
  77. }
  78. .outmoney_button_disable{
  79. position: absolute;
  80. bottom: 0;
  81. width: calc(100% - 60rpx);
  82. font-size: 32rpx;
  83. margin: 50rpx 30rpx;
  84. font-family: 'Lucida Sans',
  85. 'Lucida Sans Regular',
  86. 'Lucida Grande',
  87. 'Lucida Sans Unicode',
  88. Geneva,
  89. Verdana,
  90. sans-serif;
  91. color: #ffffff;
  92. text-overflow: ellipsis;
  93. white-space: nowrap;
  94. background-color: #c9c9c9;
  95. }
  96. .outmoney_button.button-hover{
  97. background-color: #1ca05e;
  98. }