handleMonthly.scss 1.3 KB

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