invoiceInfor.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. /* pages/invoiceInfor/invoiceInfor.wxss */
  2. page{
  3. background-color: #f4f4f4;
  4. }
  5. .container{
  6. background-color: #f4f4f4;
  7. position: relative;
  8. }
  9. .invoice_left_title{
  10. font-size: 28rpx;
  11. color:#b4b4b4;
  12. }
  13. .each_invoice{
  14. padding-left:26rpx;
  15. background-color: #fff;
  16. }
  17. .each_invoice_cont{
  18. display: flex;
  19. flex-direction: row;
  20. align-items: center;
  21. height:100rpx;
  22. font-size: 28rpx;
  23. line-height: 100rpx;
  24. border-bottom:2rpx solid #ebebeb;
  25. position: relative;
  26. }
  27. .invoice_left_title{
  28. padding-right: 34rpx;
  29. }
  30. /* 税票说明 */
  31. .invoice_intro{
  32. font-size: 28rpx;
  33. line-height: 36rpx;
  34. padding:36rpx 44rpx 36rpx 0;
  35. color:#b4b4b4;
  36. }
  37. .space{
  38. width: 100%;
  39. height: 20rpx;
  40. background-color: #f4f4f4;
  41. }
  42. .invoice_title_each{
  43. float: left;
  44. width: 104rpx;
  45. height: 54rpx;
  46. color:#000;
  47. text-align: center;
  48. line-height: 54rpx;
  49. border:2px solid #dcdcdc;
  50. margin-right: 22rpx;
  51. }
  52. .invoice_title_active{
  53. color: #e60012;
  54. border:2px solid #e60012;
  55. }
  56. .each_invoice_cont input{
  57. width: 90%;
  58. }
  59. input.short_input{
  60. width:440rpx;
  61. }
  62. .clear_input_icon{
  63. display: block;
  64. width:40rpx;
  65. height: 40rpx;
  66. position:absolute;
  67. right: 26rpx;
  68. top:14rpx;
  69. }
  70. .cont_pickeris{
  71. display: none;
  72. }
  73. .show{
  74. display:block;
  75. }
  76. .invoice_information{
  77. font-size: 28rpx;
  78. color: #6d6d6d;
  79. background-color: #f4f4f4;
  80. padding:38rpx 14rpx 110rpx 32rpx;
  81. }
  82. .invoice_type_choose{
  83. padding-bottom:15rpx;
  84. }
  85. .invoice_intro_cont{
  86. font-size: 28rpx;
  87. line-height: 40rpx;
  88. }
  89. /* 省市区 */
  90. .cont_bg{
  91. width: 100%;
  92. height: 100%;
  93. background-color: rgba(0, 0, 0, 0.6);
  94. position: fixed;
  95. top: 0;
  96. left: 0;
  97. z-index:100;
  98. }
  99. .city_cont_wrap{
  100. width: 100%;
  101. height: 403rpx;
  102. position: fixed;
  103. left:0;
  104. bottom: 0;
  105. z-index: 110;
  106. background-color: #fff;
  107. }
  108. .city_cont{
  109. width: 100%;
  110. height: 580rpx;
  111. position: fixed;
  112. left:0;
  113. bottom: 0;
  114. z-index: 110;
  115. background-color: #fff;
  116. }
  117. .citybody,.typebody{
  118. width:100%;
  119. color:#000;
  120. background-color: #fff;
  121. }
  122. .city_top{
  123. width: 100%;
  124. height: 100rpx;
  125. line-height: 100rpx;
  126. border-bottom:1px solid #ebebeb;
  127. }
  128. .city_top_cont{
  129. width: 100%;
  130. height: 100%;
  131. position:relative;
  132. }
  133. .city_title{
  134. font-size: 30rpx;
  135. padding: 0 14rpx;
  136. z-index: 2;
  137. }
  138. .citybody {
  139. width: 100%;
  140. font-size: 28rpx;
  141. }
  142. .cont_body_each{
  143. padding-left:26rpx;
  144. line-height: 80rpx;
  145. }
  146. .cont_body_each_active{
  147. color:#d76974;
  148. }
  149. .cont_body{
  150. height:480rpx;
  151. }
  152. .city-true{
  153. height: 100rpx;
  154. color: #000;
  155. text-align: center;
  156. position: absolute;
  157. right: 26rpx;
  158. top:0;
  159. font-size: 28rpx;
  160. line-height: 100rpx;
  161. }
  162. .save_btn{
  163. position: fixed;
  164. left: 0;
  165. bottom: 0;
  166. z-index: 99;
  167. width: 100%;
  168. height: 98rpx;
  169. font-size: 24rpx;
  170. line-height: 98rpx;
  171. color:#fff;
  172. text-align: center;
  173. background-color: #e60012;
  174. }
  175. .save_address{
  176. display: flex;
  177. flex-flow: row;
  178. align-items: center;
  179. padding:32rpx 0 32rpx 26rpx;
  180. }
  181. .save_address_right{
  182. width: 480rpx;
  183. font-size: 28rpx;
  184. line-height: 38rpx;
  185. color:#000;
  186. }
  187. .address_nav{
  188. position: relative;
  189. padding-left:26rpx;
  190. line-height:100rpx;
  191. background-color: #fff;
  192. }
  193. .address_add_img{
  194. display: block;
  195. float: left;
  196. width:62rpx;
  197. height:62rpx;
  198. margin:44rpx 0 0 23rpx;
  199. }
  200. .address_edit_img {
  201. width:15rpx;
  202. height:24rpx;
  203. position:absolute;
  204. top:50%;
  205. right:0;
  206. margin:-12rpx 38rpx 0 0;
  207. }
  208. /* .save_address .invoice_left_title,.save_address .save_address_right{
  209. float: left;
  210. } */