index.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. /* 提交成功图片 */
  2. .subBox {
  3. height: 322rpx;
  4. width: 100%;
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. }
  9. .submitImg {
  10. width: 277rpx;
  11. height: 185rpx;
  12. /* margin: 20rpx 0; */
  13. }
  14. .subText {
  15. color: #000;
  16. font-size: 39rpx;
  17. font-weight: 700;
  18. }
  19. .subText2 {
  20. color: #656161;
  21. font-size: 22rpx;
  22. margin-top: 10rpx;
  23. }
  24. /* 开票结果 */
  25. .invoicRes {
  26. height: 326rpx;
  27. width: 100%;
  28. background-color: #fff;
  29. border-radius: 28rpx;
  30. margin-top: 20rpx;
  31. }
  32. .invoicResText {
  33. display: flex;
  34. height: 84rpx;
  35. width: 100%;
  36. align-items: center;
  37. padding: 0 20rpx;
  38. }
  39. .red {
  40. width: 20rpx;
  41. height: 26rpx;
  42. border-right: 5rpx solid #eb3943;
  43. margin-right: 7rpx;
  44. }
  45. .redText {
  46. font-size: 28rpx;
  47. color: #454040;
  48. }
  49. .redText::before {
  50. content: '';
  51. height: 20rpx;
  52. width: 6rpx;
  53. background: var(--subtitleColor);
  54. display: inline-block;
  55. margin-right: 10rpx;
  56. border-radius: 4rpx;
  57. background-image: initial;
  58. background-position-x: initial;
  59. background-position-y: initial;
  60. background-size: initial;
  61. background-repeat-x: initial;
  62. background-repeat-y: initial;
  63. background-attachment: initial;
  64. background-origin: initial;
  65. background-clip: initial;
  66. background-color: var(--subtitleColor);
  67. border-top-left-radius: 2px;
  68. border-top-right-radius: 2px;
  69. border-bottom-right-radius: 2px;
  70. border-bottom-left-radius: 2px;
  71. }
  72. .service {
  73. width: 100%;
  74. height: 204rpx;
  75. display: flex;
  76. margin: 14rpx 34rpx 0 33rpx;
  77. /* margin-right: auto; */
  78. }
  79. .serviceText {
  80. font-size: 28rpx;
  81. }
  82. .serviceText2 {
  83. font-size: 28rpx;
  84. color: var(--subtitleColor);
  85. font-weight: 900;
  86. }
  87. .serviceText3 {
  88. font-size: 25rpx;
  89. margin-top: 10rpx;
  90. }
  91. .qrcode {
  92. display: flex;
  93. width: 100%;
  94. height: 102rpx;
  95. align-items: center;
  96. margin-top: 32rpx;
  97. }
  98. .qrcodeImg {
  99. width: 62rpx;
  100. height: 54rpx;
  101. }
  102. .qrcodeText {
  103. color: #888886;
  104. font-size: 25rpx;
  105. margin: 0 14rpx 0 19rpx;
  106. }
  107. .rightImg {
  108. margin-top: 8rpx;
  109. width: 30rpx;
  110. height: 30rpx;
  111. }
  112. .qrcodeImg2 {
  113. width: 196rpx;
  114. height: 196rpx;
  115. background-color: #ececed;
  116. position: relative;
  117. left: 14rpx;
  118. }
  119. /* 开票信息修改 */
  120. .infoEdit {
  121. width: 100%;
  122. height: 275rpx;
  123. background-color: #fff;
  124. margin-top: 22rpx;
  125. border-radius: 28rpx;
  126. }
  127. .infoEditBox {
  128. display: flex;
  129. align-items: center;
  130. width: 100%;
  131. height: 74rpx;
  132. padding: 0 20rpx
  133. }
  134. .infoEditText {
  135. color: #3e3939;
  136. font-size: 28rpx;
  137. }
  138. .infoEditText::before {
  139. content: '';
  140. height: 20rpx;
  141. width: 6rpx;
  142. background: var(--subtitleColor);
  143. display: inline-block;
  144. margin-right: 10rpx;
  145. border-radius: 4rpx;
  146. background-image: initial;
  147. background-position-x: initial;
  148. background-position-y: initial;
  149. background-size: initial;
  150. background-repeat-x: initial;
  151. background-repeat-y: initial;
  152. background-attachment: initial;
  153. background-origin: initial;
  154. background-clip: initial;
  155. background-color: var(--subtitleColor);
  156. border-top-left-radius: 2px;
  157. border-top-right-radius: 2px;
  158. border-bottom-right-radius: 2px;
  159. border-bottom-left-radius: 2px;
  160. }
  161. .infoEditText2 {
  162. color: #3e3939;
  163. font-size: 25rpx;
  164. text-align: left;
  165. margin-left: 32rpx;
  166. margin-top: 14rpx;
  167. }
  168. .record {
  169. width: 100%;
  170. height: 87rpx;
  171. }
  172. .recordText {
  173. text-align: center;
  174. background-color: var(--themeColor);
  175. border-radius: 30rpx;
  176. width: 280rpx;
  177. height: 63rpx;
  178. line-height: 63rpx;
  179. color: #000;
  180. font-size: 28rpx;
  181. margin: 37rpx auto;
  182. }