withdrawal.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .withdrawal-mian{
  2. margin: 0;
  3. padding: 0;
  4. font-size: 25rpx;
  5. }
  6. .withdrawal-tab1{
  7. display: flex;
  8. width: 100%;
  9. height: 100rpx;
  10. line-height: 100rpx;
  11. border: 1rpx solid ghostwhite;
  12. }
  13. .withdrawal-tab1 image{
  14. height: 75rpx;
  15. width: 75rpx;
  16. border-radius: 50%;
  17. margin-left: 50rpx;
  18. display: inline-block;
  19. margin-top: 12rpx;
  20. }
  21. .withdrawal-tab2{
  22. box-sizing: border-box;
  23. width: 100%;
  24. height: 120rpx;
  25. line-height: 120rpx;
  26. border: 1rpx solid #f0f0f0;
  27. padding: 0 20rpx;
  28. display: flex;
  29. justify-content: space-between;
  30. font-size: 30rpx;
  31. }
  32. .withdrawal-tab2 input{
  33. display: inline-block;
  34. width: 60%;
  35. height: 120rpx;
  36. line-height: 120rpx;
  37. vertical-align: middle;
  38. /* color: #e43130; */
  39. }
  40. .withdrawal-tab2-text2{
  41. color: #e43130;
  42. }
  43. .withdrawal-tab3{
  44. width: 100%;
  45. height: 120rpx;
  46. line-height: 120rpx;
  47. border: 1rpx solid ghostwhite;
  48. }
  49. .withdrawal-tab3-text{
  50. margin-left: 20rpx;
  51. }
  52. .withdrawal-tab3 input{
  53. width: 400rpx;
  54. height: 28rpx;
  55. margin-left: 180rpx;
  56. margin-top: -76rpx;
  57. }
  58. .withdrawal-tab3-text2{
  59. float: right;
  60. margin-right:-135rpx;
  61. margin-top: -75rpx;
  62. color: grey;
  63. }
  64. .line{
  65. border: none;
  66. height: 60rpx;
  67. border-right: 1px solid silver;
  68. float: right;
  69. margin-right: 150rpx;
  70. margin-top: -50rpx;
  71. }
  72. .withdrawal-btn{
  73. width: 95%;
  74. height: 90rpx;
  75. line-height: 90rpx;
  76. margin-top: 50rpx;
  77. font-size: 30rpx;
  78. color: white;
  79. background-color: #e43130;
  80. }
  81. /* 提现tips */
  82. .rule-block{
  83. margin: 25rpx 25rpx 0;
  84. }
  85. .rule-block .tip{
  86. display: block;
  87. font-size: 26rpx;
  88. line-height: 1.5em;
  89. color: #888888;
  90. }