index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. page {
  2. background-color: #fff !important;
  3. }
  4. .cash-withdrawal .nav {
  5. height: 130rpx;
  6. box-shadow: 0 10rpx 10rpx #f8f8f8;
  7. }
  8. .cash-withdrawal .nav .item {
  9. font-size: 26rpx;
  10. flex: 1;
  11. text-align: center;
  12. }
  13. .cash-withdrawal .nav .item~.item {
  14. border-left: 1px solid #f0f0f0;
  15. }
  16. .cash-withdrawal .nav .item .iconfont {
  17. width: 40rpx;
  18. height: 40rpx;
  19. border-radius: 50%;
  20. border: 2rpx solid #e93323;
  21. text-align: center;
  22. line-height: 37rpx;
  23. margin: 0 auto 6rpx auto;
  24. font-size: 22rpx;
  25. box-sizing: border-box;
  26. }
  27. .cash-withdrawal .nav .item .iconfont.on {
  28. background-color: #e93323;
  29. color: #fff;
  30. border-color: #e93323;
  31. }
  32. .cash-withdrawal .nav .item .line {
  33. width: 2rpx;
  34. height: 20rpx;
  35. margin: 0 auto;
  36. transition: height 0.3s;
  37. }
  38. .cash-withdrawal .nav .item .line.on {
  39. height: 39rpx;
  40. }
  41. .cash-withdrawal .wrapper .list {
  42. padding: 0 30rpx;
  43. }
  44. .cash-withdrawal .wrapper .list .item {
  45. border-bottom: 1rpx solid #eee;
  46. height: 107rpx;
  47. font-size: 30rpx;
  48. color: #333;
  49. }
  50. .cash-withdrawal .wrapper .list .item .name {
  51. width: 130rpx;
  52. }
  53. .cash-withdrawal .wrapper .list .item .input {
  54. width: 505rpx;
  55. }
  56. .cash-withdrawal .wrapper .list .item .input .placeholder {
  57. color: #bbb;
  58. }
  59. .cash-withdrawal .wrapper .list .tip {
  60. font-size: 26rpx;
  61. color: #999;
  62. margin-top: 25rpx;
  63. }
  64. .cash-withdrawal .wrapper .list .bnt {
  65. font-size: 32rpx;
  66. color: #fff;
  67. width: 690rpx;
  68. height: 90rpx;
  69. text-align: center;
  70. border-radius: 50rpx;
  71. line-height: 90rpx;
  72. margin: 64rpx auto;
  73. }
  74. .cash-withdrawal .wrapper .list .tip2 {
  75. font-size: 26rpx;
  76. color: #999;
  77. text-align: center;
  78. margin: 44rpx 0 20rpx 0;
  79. }
  80. .cash-withdrawal .wrapper .list .value {
  81. height: 135rpx;
  82. line-height: 135rpx;
  83. border-bottom: 1rpx solid #eee;
  84. width: 690rpx;
  85. margin: 0 auto;
  86. }
  87. .cash-withdrawal .wrapper .list .value input {
  88. font-size: 80rpx;
  89. color: #282828;
  90. height: 135rpx;
  91. text-align: center;
  92. }
  93. .cash-withdrawal .wrapper .list .value .placeholder2 {
  94. color: #bbb;
  95. }