style.scss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /* 容器 */
  2. .withdrawal-container{
  3. padding: 30upx;
  4. }
  5. /* 容器 */
  6. /* 头部 */
  7. .withdrawal-header{
  8. height: 290upx;
  9. box-shadow: 0 0 20upx 0 rgba(0, 0, 0, 0.1);
  10. border-radius: 20upx;
  11. padding: 0 30upx;
  12. }
  13. .withdrawal-header-info{
  14. font-size: 30upx;
  15. line-height: 34upx;
  16. color: #666;
  17. font-weight: bold;
  18. }
  19. .withdrawal-record{
  20. font-size: 26upx;
  21. font-weight: 400;
  22. }
  23. .withdrawal-input-container{
  24. padding: 10upx 5upx 0;
  25. border-bottom: 1upx solid #D8D8D8;
  26. height: 133upx;
  27. font-size: 50upx;
  28. line-height: 60upx;
  29. color: #121922;
  30. }
  31. .withdrawal-price-em{
  32. margin-right: 30upx;
  33. }
  34. .withdrawal-input{
  35. height: 60upx;
  36. width: 100%;
  37. font-weight: 500;
  38. }
  39. .withdrawal-footer{
  40. height: 86upx;
  41. font-size: 26upx;
  42. line-height: 30upx;
  43. color: #666666;
  44. font-weight: 400;
  45. margin-bottom: 4upx;
  46. }
  47. .withdrawal-cash{
  48. margin-left: 30upx;
  49. color: #629CFF;
  50. }
  51. /* 头部 */
  52. /* 按钮 */
  53. .withdrawal-button{
  54. width: 600upx;
  55. height: 80upx;
  56. background-color: #41AE3C;
  57. border-radius: 40upx;
  58. margin-top: 122upx;
  59. font-size: 30upx;
  60. line-height: 40upx;
  61. color: #fff;
  62. }
  63. /* 按钮 */