handleMonthly.scss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .handle-monthly {
  2. padding: 40rpx;
  3. .handle-monthly-item {
  4. display: flex;
  5. flex-direction: row;
  6. align-items: center;
  7. border-bottom: solid 1rpx #cecece;
  8. // height: 96rpx;
  9. line-height: 96rpx;
  10. position: relative;
  11. > view {
  12. &:first-child {
  13. width: 22%;
  14. color: #757575;
  15. font-size: 32rpx;
  16. font-weight: 400;
  17. text-align: justify;
  18. text-align-last: justify;
  19. margin-right: 8%;
  20. }
  21. &:last-child {
  22. width: 70%;
  23. color: #404040;
  24. font-size: 36rpx;
  25. font-weight: 400;
  26. }
  27. }
  28. .choose-license {
  29. display: flex;
  30. justify-content: space-between;
  31. }
  32. .handle-monthly-money {
  33. color: #f97219 !important;
  34. }
  35. .handle-monthly-time-long {
  36. display: flex;
  37. flex-direction: row;
  38. align-items: center;
  39. button {
  40. margin: 0;
  41. padding: 0;
  42. width: 46rpx;
  43. height: 46rpx;
  44. line-height: 40rpx;
  45. border: solid 1px #008cff;
  46. color: #008cff;
  47. text-align: center;
  48. }
  49. view {
  50. padding: 0 61rpx;
  51. }
  52. }
  53. .handle-monthly-time-tips {
  54. width: 100%!important;
  55. position: absolute;
  56. bottom: -24rpx;
  57. font-size: 24rpx!important;
  58. color: #2979ff!important;
  59. }
  60. }
  61. .handle-monthly-explain {
  62. font-size: 24rpx;
  63. line-height: 40rpx;
  64. color: #3a3a3a;
  65. font-weight: 400;
  66. }
  67. .handle-monthly-confirm-button {
  68. width: calc(100% - 60rpx);
  69. margin: 52rpx auto;
  70. }
  71. }
  72. .pb20 {
  73. padding-bottom: 30rpx;
  74. }