handleMonthly.scss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. button {
  62. width: 100%;
  63. height: 100rpx;
  64. line-height: 100rpx;
  65. background-color: #008CFF;
  66. color: #fff;
  67. font-size: 28rpx;
  68. font-weight: 500;
  69. border-radius: 10rpx;
  70. }
  71. }
  72. }