index.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. /* pages/order/invoicingDetail/index.wxss */
  2. page{
  3. background-color: #f4f4f3;
  4. padding:0;
  5. margin: 0;
  6. }
  7. /* 开票信息顶部 */
  8. .detailTop{
  9. display: flex;
  10. position: absolute;
  11. top:68rpx;
  12. margin: 0;
  13. padding: 0;
  14. width: 100%;
  15. }
  16. .red{
  17. height: 75rpx;
  18. width: 20rpx;
  19. border-right:solid var(--subtitleColor) 6rpx
  20. }
  21. .invoicing{
  22. margin-left: 17rpx;
  23. /* position: relative;
  24. top:-8rpx; */
  25. width: 65%;
  26. }
  27. .invoicing1{
  28. color: #000;
  29. font-weight: 900;
  30. font-size: 36rpx;
  31. line-height: 1;
  32. margin-top: -2rpx;
  33. }
  34. .invoicing2{
  35. font-size: 25rpx;
  36. color: #413b3b;
  37. margin-top: 10rpx;
  38. }
  39. /* 开票图片类型 */
  40. .invoicImg{
  41. width: 25%;
  42. margin-top: -50rpx;
  43. }
  44. .refuseImg{
  45. width: 25%;
  46. margin-top: -50rpx;
  47. }
  48. .overImg{
  49. width: 25%;
  50. margin-top: -50rpx;
  51. }
  52. /* 发票类型开票详情 */
  53. .invoicDetail{
  54. /* height: 527rpx; */
  55. width: 100%;
  56. background-color: #fff;
  57. position: relative;
  58. top: 200rpx;
  59. border-radius: 28rpx;
  60. }
  61. .invoicTop{
  62. height:65rpx;
  63. width: 100%;
  64. /* background-color: blue; */
  65. display: flex;
  66. align-items: center;
  67. padding: 0 20rpx;
  68. }
  69. .invoicTopLeft{
  70. width: 20rpx;
  71. height: 20rpx;
  72. border-right:solid var(--subtitleColor) 6rpx;
  73. margin-right: 17rpx;
  74. }
  75. .invoicTopInfo{
  76. font-size: 28rpx;
  77. color: #000;
  78. /* font-weight: 700; */
  79. margin-top: 20rpx;
  80. }
  81. .invoicTopInfo::before{
  82. content: '';
  83. height: 20rpx;
  84. width: 6rpx;
  85. background: var(--subtitleColor);
  86. display: inline-block;
  87. margin-right: 10rpx;
  88. border-radius: 4rpx;
  89. background-image: initial;
  90. background-position-x: initial;
  91. background-position-y: initial;
  92. background-size: initial;
  93. background-repeat-x: initial;
  94. background-repeat-y: initial;
  95. background-attachment: initial;
  96. background-origin: initial;
  97. background-clip: initial;
  98. background-color: var(--subtitleColor);
  99. border-top-left-radius: 2px;
  100. border-top-right-radius: 2px;
  101. border-bottom-right-radius: 2px;
  102. border-bottom-left-radius: 2px;
  103. }
  104. /* 发票类型 */
  105. .invoicType{
  106. display: flex;
  107. width: 708rpx;
  108. height: 74rpx;
  109. border-bottom: solid #dbdcdd 2rpx;
  110. align-items: center;
  111. margin: 0 20rpx;
  112. }
  113. .type{
  114. font-size: 28rpx;
  115. margin-right: auto;
  116. color: #433f3f;
  117. flex:2;
  118. }
  119. .typeInfo{
  120. font-size: 26rpx;
  121. color:#959595;
  122. display: -webkit-box;
  123. -webkit-line-clamp: 2;
  124. -webkit-box-orient: vertical;
  125. }
  126. .typeInfo2{
  127. font-size: 22rpx;
  128. color:#959595;
  129. flex:wrap
  130. }
  131. .typeInput {
  132. text-align: right;
  133. text-align-last: right;
  134. margin-right: 15rpx;
  135. /* box-sizing:border-box; */
  136. font-size: 22rpx;
  137. color: #959595;
  138. }
  139. .typeInfoTitle {
  140. flex:1;
  141. overflow: hidden;
  142. width: 417rpx;
  143. /* margin-right: -16rpx; */
  144. text-align: right;
  145. white-space: wrap;
  146. padding: 8rpx 0 8rpx 0;
  147. }
  148. .typeInfoOne {
  149. position: relative;
  150. font-size: 26rpx;
  151. color: #959595;
  152. /* margin-right: 15rpx; */
  153. width: 90rpx;
  154. height: 74rpx;
  155. }
  156. .invoicTypeInfoOne{
  157. display: flex;
  158. width: 708rpx;
  159. height: 80rpx;
  160. border-bottom: solid #dbdcdd 2rpx;
  161. align-items: center;
  162. margin: 0 20rpx;
  163. }
  164. .invoicTypeInfo {
  165. display: flex;
  166. width: 708rpx;
  167. /* height: 80rpx; */
  168. border-bottom: solid #dbdcdd 2rpx;
  169. align-items: center;
  170. margin: 0 20rpx;
  171. }
  172. .invoicEmail{
  173. display: flex;
  174. width: 708rpx;
  175. height: 74rpx;
  176. align-items: center;
  177. margin: 0 20rpx;
  178. }
  179. /* 底部 */
  180. .editInfo{
  181. position: fixed;
  182. bottom: 0;
  183. height: 87rpx;
  184. width: 100%;
  185. background-color: #fff;
  186. display: flex;
  187. justify-content: center;
  188. align-items: center;
  189. }
  190. .infobtn{
  191. background-color: var(--themeColor);
  192. border-radius: 20rpx;
  193. width: 630rpx;
  194. height: 73rpx;
  195. text-align: center;
  196. line-height: 73rpx;
  197. color: #000;
  198. }