index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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. align-items: center;
  15. }
  16. .red{
  17. height: 32rpx;
  18. width: 20rpx;
  19. border-right:solid #ec3a43 6rpx
  20. }
  21. .invoicing{
  22. margin-left: 17rpx;
  23. font-size: 36rpx;
  24. font-weight: 700;
  25. color: #ec3a43;
  26. line-height: 1;
  27. }
  28. /* 开票图片类型 */
  29. .invoicImg{
  30. width: 100%;
  31. height: 500rpx;
  32. }
  33. /* 发票类型开票详情 */
  34. .invoicDetail{
  35. /* height: 480rpx; */
  36. width: 100%;
  37. background-color: #fff;
  38. position: relative;
  39. top: -300rpx;
  40. border-radius: 28rpx;
  41. }
  42. .invoicTop{
  43. height:65rpx;
  44. width: 100%;
  45. /* background-color: blue; */
  46. display: flex;
  47. align-items: center;
  48. }
  49. .invoicTopLeft{
  50. width: 20rpx;
  51. height: 20rpx;
  52. border-right:solid #ec3a43 6rpx;
  53. margin-right: 17rpx;
  54. }
  55. .invoicTopInfo{
  56. font-size: 24rpx;
  57. color: #3e3939;
  58. font-weight: 700;
  59. }
  60. /* 发票类型 */
  61. .invoicType{
  62. display: flex;
  63. width: 708rpx;
  64. height: 74rpx;
  65. border-bottom: solid #dbdcdd 2rpx;
  66. align-items: center;
  67. margin: 0 20rpx;
  68. }
  69. .invoicTypeInfo {
  70. display: flex;
  71. width: 708rpx;
  72. /* height: 80rpx; */
  73. border-bottom: solid #dbdcdd 2rpx;
  74. align-items: center;
  75. margin: 0 20rpx;
  76. }
  77. .invoicTypeInfoOne{
  78. display: flex;
  79. width: 708rpx;
  80. height: 80rpx;
  81. border-bottom: solid #dbdcdd 2rpx;
  82. align-items: center;
  83. margin: 0 20rpx;
  84. }
  85. .typeInfoTitle {
  86. overflow: hidden;
  87. width: 417rpx;
  88. margin-right: -16rpx;
  89. text-align: right;
  90. white-space: wrap;
  91. padding: 4rpx 0 8rpx 0;
  92. margin-right: 0rpx;
  93. }
  94. .typeInfoOne {
  95. /* display: block; */
  96. position: relative;
  97. /* left: 190rpx; */
  98. font-size: 26rpx;
  99. color: #959595;
  100. /* margin-right: 15rpx; */
  101. width: 90rpx;
  102. height: 74rpx;
  103. /* float: left; */
  104. }
  105. .type{
  106. font-size: 28rpx;
  107. margin-right: auto;
  108. color: #433f3f;
  109. }
  110. .typeInfo{
  111. font-size: 26rpx;
  112. color: #888886;
  113. text-overflow: -o-ellipsis-lastline;
  114. overflow: hidden;
  115. text-overflow: ellipsis;
  116. display: -webkit-box;
  117. -webkit-line-clamp: 2;
  118. -webkit-box-orient: vertical;
  119. /* margin-right: 20rpx; */
  120. }
  121. .invoicEmail{
  122. display: flex;
  123. width: 708rpx;
  124. height: 74rpx;
  125. align-items: center;
  126. margin: 0 20rpx;
  127. }
  128. .typeInput {
  129. text-align: right;
  130. /* text-align-last: right; */
  131. /* margin-right: 15rpx; */
  132. /* box-sizing:border-box; */
  133. font-size: 22rpx;
  134. color: #959595;
  135. }
  136. /* 底部 */
  137. .editInfo{
  138. position: fixed;
  139. bottom: 0;
  140. height: 87rpx;
  141. width: 100%;
  142. background-color: #fff;
  143. display: flex;
  144. justify-content: center;
  145. align-items: center;
  146. }
  147. .infobtn{
  148. background-color: #ec3a43;
  149. border-radius: 20rpx;
  150. width: 630rpx;
  151. height: 73rpx;
  152. text-align: center;
  153. line-height: 73rpx;
  154. color: #fef7f8;
  155. }