index.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. /* pages/order/invoicingRecord/index.wxss */
  2. page {
  3. background-color: #f4f4f3;
  4. }
  5. /* .applicationRecord {
  6. font-size: 23rpx;
  7. } */
  8. .chooseCode::before {
  9. content: '';
  10. height: 20rpx;
  11. width: 6rpx;
  12. background: var(--subtitleColor);
  13. display: inline-block;
  14. margin-right: 10rpx;
  15. border-radius: 4rpx;
  16. background-image: initial;
  17. background-position-x: initial;
  18. background-position-y: initial;
  19. background-size: initial;
  20. background-repeat-x: initial;
  21. background-repeat-y: initial;
  22. background-attachment: initial;
  23. background-origin: initial;
  24. background-clip: initial;
  25. background-color: var(--subtitleColor);
  26. border-top-left-radius: 2px;
  27. border-top-right-radius: 2px;
  28. border-bottom-right-radius: 2px;
  29. border-bottom-left-radius: 2px;
  30. }
  31. /* 消费码 */
  32. .code {
  33. display: flex;
  34. height: 76rpx;
  35. padding: 0 20rpx;
  36. }
  37. .left {
  38. width: 6rpx;
  39. height: 19rpx;
  40. margin: 31rpx 7rpx 20rpx 35rpx;
  41. }
  42. .chooseCode {
  43. font-size: 28rpx;
  44. /* position: relative;
  45. top:13rpx */
  46. margin: 25rpx 0 19rpx 6rpx;
  47. }
  48. /* 选择项 */
  49. .chooseTerm {
  50. background-color: #fff;
  51. height: 120rpx;
  52. border-radius: 26rpx;
  53. margin-bottom: 20rpx;
  54. }
  55. .frame radio .wx-radio-input {
  56. border-radius: 50%;
  57. width: 28rpx;
  58. height: 28rpx;
  59. border: 1rpx solid #ed4c55;
  60. margin: 44rpx 29rpx 44rpx 35rpx;
  61. }
  62. /* 选择信息说明 */
  63. .infomation {
  64. position: relative;
  65. top: 36rpx;
  66. left: 95rpx;
  67. }
  68. .time {
  69. position: relative;
  70. left: 0rpx;
  71. }
  72. .position {
  73. width: 655rpx;
  74. height: 28rpx;
  75. font-size: 28rpx;
  76. font-weight: 600;
  77. display: flex;
  78. position: relative;
  79. top: -16rpx;
  80. left: -60rpx;
  81. margin-bottom: 6rpx;
  82. }
  83. .explain {
  84. width: 655rpx;
  85. height: 24rpx;
  86. font-size: 24rpx;
  87. font-weight: 550;
  88. display: flex;
  89. }
  90. .name {
  91. color: #888886;
  92. font-size: 26rpx;
  93. display: block;
  94. width: 321rpx;
  95. height: 26rpx;
  96. font-weight: normal;
  97. position: relative;
  98. left: -60rpx;
  99. }
  100. .name2 {
  101. position: relative;
  102. left: -214rpx;
  103. }
  104. .invoicing_price {
  105. color: #575353;
  106. font-size: 22rpx;
  107. }
  108. .invoicing_price image {
  109. width: 84rpx;
  110. height: 22rpx;
  111. margin-right: 30rpx;
  112. }
  113. .price {
  114. position: relative;
  115. left: 25rpx;
  116. font-size: 28rpx;
  117. font-weight: 600;
  118. color: #4c4747;
  119. }
  120. /* 待开票 */
  121. .toBeInvoiced {
  122. width: 130rpx;
  123. height: 26rpx;
  124. font-size: 26rpx;
  125. position: relative;
  126. top: -24rpx;
  127. left: -21rpx;
  128. font-weight: normal;
  129. color: var(--subtitleColor);
  130. }
  131. /* 已开票 */
  132. .invoiced {
  133. color: #cfd0d1;
  134. }