index.less 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .rechargePage {
  2. background-color: rgba(255, 255, 255, 1);
  3. position: relative;
  4. width: 100%;
  5. height: calc(100vh - 44px);
  6. overflow: hidden;
  7. .numberInput {
  8. .van-field__control {
  9. width: 80px;
  10. border: 0.5px solid #ccc;
  11. }
  12. }
  13. .van-cell {
  14. margin-top: 13px;
  15. }
  16. .van-cell:after {
  17. display: none;
  18. }
  19. .van-field__label {
  20. width: 91px;
  21. }
  22. .volumeChangeButton {
  23. border-color: #2c87c8;
  24. background-color: #2c87c8;
  25. width: 220px;
  26. height: 34px;
  27. margin: 49px auto;
  28. .van-button__text {
  29. font-size: 15px;
  30. }
  31. }
  32. .van-radio__icon--checked .van-icon {
  33. background-color: #2c87c8;
  34. border-color: #2c87c8;
  35. }
  36. .van-cascader__option--selected {
  37. color: #2c87c8;
  38. }
  39. .van-tabs__line {
  40. background-color: #2c87c8 !important;
  41. }
  42. .box1 {
  43. width: 100%;
  44. height: 237px;
  45. }
  46. .baseRow {
  47. width: 100%;
  48. height: 20px;
  49. margin-left: 15px;
  50. margin-top: 15px;
  51. justify-content: flex-start;
  52. .group2 {
  53. background-color: #5a9cc8;
  54. border-radius: 2px;
  55. width: 4px;
  56. height: 16px;
  57. margin-top: 4px;
  58. }
  59. .baseText {
  60. width: 150px;
  61. height: 20px;
  62. overflow-wrap: break-word;
  63. color: rgba(64, 77, 116, 1);
  64. font-size: 14px;
  65. font-family: PingFangSC-Medium;
  66. font-weight: bold;
  67. text-align: left;
  68. white-space: nowrap;
  69. line-height: 20px;
  70. display: block;
  71. margin-left: 15px;
  72. .recharge {
  73. color: red;
  74. font-size: 18px;
  75. }
  76. }
  77. }
  78. }