ownersinfo.scss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. page{
  2. background-color: #F4F4F4;
  3. }
  4. .print-btn {
  5. width: 60;
  6. height: 60;
  7. }
  8. .owelist{
  9. margin: 31rpx 40rpx;
  10. padding-bottom: 40rpx;
  11. .owelist-item{
  12. background-color: #fff;
  13. padding: 25rpx 31rpx;
  14. border-radius: 10rpx;
  15. margin-bottom: 19rpx;
  16. .item-header{
  17. margin-bottom: 11rpx;
  18. .vehicle-no{
  19. font-size: 40rpx;
  20. font-weight: 500;
  21. color: #3D3D3D;
  22. line-height: 56rpx;
  23. }
  24. .space-name{
  25. font-size: 34rpx;
  26. font-weight: 500;
  27. color: #8F8F8F;
  28. line-height: 48rpx;
  29. }
  30. }
  31. .road-name{
  32. font-size: 26rpx;
  33. font-weight: 400;
  34. color: #A2A2A2;
  35. line-height: 37rpx;
  36. padding-bottom: 20rpx;
  37. border-bottom: 1px solid #D5D5D5;
  38. margin-bottom: 21rpx;
  39. }
  40. .info-item{
  41. font-size: 30rpx;
  42. color: #63717F;
  43. line-height: 42rpx;
  44. margin-bottom: 13rpx;
  45. .amount{
  46. font-weight: 500;
  47. color: #FA6400;
  48. }
  49. }
  50. }
  51. }
  52. .button-wrap{
  53. height: 120rpx;
  54. .button{
  55. position: fixed;
  56. left: 20rpx;
  57. bottom: 40rpx;
  58. right: 20rpx;
  59. z-index: 999;
  60. }
  61. }
  62. .pay-tips {
  63. width: calc(100% - 34rpx);
  64. margin: 23rpx auto;
  65. border-top: solid 1px #979797;
  66. padding: 38rpx 0;
  67. color: #5F5F5F;
  68. text {
  69. color: #3397FA;
  70. padding: 0 10rpx;
  71. }
  72. }
  73. .pay-way {
  74. display: flex;
  75. justify-content: space-between;
  76. width: calc(100% - 34rpx);
  77. border-top: solid 1px #979797;
  78. margin: 23rpx auto;
  79. padding: 38rpx 26rpx;
  80. .pay-way-item {
  81. text-align: center;
  82. font-size: 30rpx;
  83. color: #5F5F5F;
  84. image {
  85. width: 143rpx;
  86. height: 143rpx;
  87. }
  88. }
  89. }
  90. .pay-way-close-btn {
  91. width: calc(100% - 34rpx);
  92. margin: 0 auto 68rpx;
  93. border: none;
  94. background-color: #3397FA;
  95. color: #fff;
  96. border-radius: 10rpx;
  97. }
  98. .qrcode-popup{
  99. text-align: center;
  100. .qrcode-popup-btn{
  101. margin-top: 42rpx;
  102. height: 85rpx;
  103. line-height: 85rpx;
  104. background: #3397FA;
  105. box-shadow: 0px 9rpx 9rpx 0px rgba(0, 0, 0, 0.03);
  106. text-align: center;
  107. border-radius: 10rpx;
  108. font-size: 30rpx;
  109. font-weight: 500;
  110. color: #FFFFFF;
  111. }
  112. }
  113. .popup-btn1{
  114. padding: 68rpx 0rpx 0px 40rpx;
  115. }
  116. .popup-btn2{
  117. padding: 68rpx 0rpx 0px 250rpx;
  118. }
  119. .popup{
  120. /deep/ .uni-scroll-view-content{
  121. padding: 39rpx 34rpx 77rpx;
  122. box-sizing: border-box;
  123. }
  124. .popup-title{
  125. font-size: 46rpx;
  126. color: #404040;
  127. line-height: 65rpx;
  128. text-align: center;
  129. border-bottom: 1px solid #D5D5D5;
  130. padding-bottom: 23rpx;
  131. margin-bottom: 33rpx;
  132. }
  133. }
  134. .change{
  135. margin-left: 30rpx;
  136. }