bill-time.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. /* pages/bill/bill.wxss */
  2. /* page{
  3. height: 100%;
  4. } */
  5. @import '/miniprogram_npm/@vant/weapp/common/index.wxss';
  6. @font-face {
  7. font-family: "iconfont"; /* Project id 4039863 */
  8. src: url('//at.alicdn.com/t/c/font_4039863_ttjwylqy4n.woff2?t=1682480340319') format('woff2'),
  9. url('//at.alicdn.com/t/c/font_4039863_ttjwylqy4n.woff?t=1682480340319') format('woff'),
  10. url('//at.alicdn.com/t/c/font_4039863_ttjwylqy4n.ttf?t=1682480340319') format('truetype');
  11. }
  12. .iconfont {
  13. font-family: "iconfont" !important;
  14. font-size: 16px;
  15. font-style: normal;
  16. -webkit-font-smoothing: antialiased;
  17. -moz-osx-font-smoothing: grayscale;
  18. }
  19. .icon-tuikuan:before {
  20. content: "\e8ab";
  21. color: #FF8C00;
  22. font-size: 35px;
  23. }
  24. .icon-qian:before {
  25. content: "\e640";
  26. color: #FF8C00;
  27. font-size: 35px;
  28. }
  29. .icon-navicon-chps:before {
  30. content: "\e64d";
  31. color: #FF8C00;
  32. font-size: 35px;
  33. }
  34. .icon-baozhuang1:before {
  35. content: "\e61b";
  36. color: #FF8C00;
  37. font-size: 35px;
  38. }
  39. .page-up{
  40. /* height: 30%; */
  41. background: -webkit-linear-gradient(top,rgb(236, 107, 47),#f09b4c,rgb(252, 141, 67));
  42. height:470rpx;
  43. }
  44. #sign{
  45. margin-top: 5px;
  46. }
  47. .title{
  48. float: right;
  49. margin-top:5px;
  50. text-align: center;
  51. width: 100px;
  52. height:30px;
  53. margin-right: 159px;
  54. font-size: 20px;
  55. color:white;
  56. /* background-color:#FF8C00; */
  57. }
  58. .content{
  59. margin-top: 55px;
  60. margin-left: 50px;
  61. }
  62. .text1{
  63. font-size: 22px;
  64. color:white;
  65. }
  66. .text2{
  67. margin-top: 10px;
  68. color:white;
  69. }
  70. #t1{
  71. font-size:14px ;
  72. }
  73. #t2{
  74. font-size: 22px;
  75. }
  76. .items{
  77. background-color: rgb(252, 142, 67);
  78. height: 150rpx;
  79. margin-top: 30px;
  80. }
  81. .item{
  82. color: white;
  83. height: 100rpx;
  84. margin-left: 36px;
  85. }
  86. #i1{
  87. font-size:14px ;
  88. }
  89. #i2{
  90. font-size: 20px;
  91. }
  92. #ibottom{
  93. font-size:14px ;
  94. margin-left: 13px;
  95. }
  96. /*分割线样式*/
  97. .divLine{
  98. background: #929291;
  99. height: 90rpx;
  100. width: 1rpx;
  101. float:right;
  102. margin-right: 16px;
  103. }
  104. /* 累计账单 */
  105. .page-middle{
  106. /* background-color: rgb(230, 240, 240); */
  107. margin-top: 10px;
  108. height: 40px;
  109. line-height: 45px;
  110. }
  111. #mid-text{
  112. margin-left:20px;
  113. }
  114. #sign2{
  115. font-size: 18px;
  116. float:right;
  117. margin: 10px;
  118. }
  119. .page-bottom{
  120. border-top: rgb(10, 10, 10);
  121. }
  122. /* 入账金额 */
  123. .box1{
  124. /* background-color: blue; */
  125. width:49%;
  126. height:120px;
  127. /* margin-top: -50px; */
  128. position: relative;
  129. }
  130. #b1{
  131. /* background-color: tan; */
  132. width: 30px;
  133. height: 30px;
  134. margin-left: 35px;
  135. position: absolute;
  136. top: 45px;
  137. left: -10px;
  138. }
  139. #b1-right{
  140. float:right;
  141. margin-right: 10px ;
  142. height: 30px;
  143. position: absolute;
  144. top: 50px;
  145. left:65px;
  146. }
  147. #atext1{
  148. font-size: 14px;
  149. }
  150. #atext2{
  151. font-size: 22px;
  152. }
  153. #atext3{
  154. font-size: 14px;
  155. color: rgb(104, 106, 107);
  156. }
  157. /* 包装费 */
  158. .box2{
  159. float:right;
  160. margin-top: -120px;
  161. /* background-color: white; */
  162. width:49%;
  163. height:120px;
  164. position: relative;
  165. }
  166. #b2{
  167. /* background-color: tan; */
  168. width: 30px;
  169. height: 30px;
  170. margin-left: 35px;
  171. position: absolute;
  172. top: 45px;
  173. left: -10px;
  174. }
  175. #b2-right{
  176. float:right;
  177. margin-right: 10px ;
  178. height: 30px;
  179. position: absolute;
  180. top: 50px;
  181. left:65px;
  182. }
  183. #btext1{
  184. font-size: 14px;
  185. }
  186. #btext2{
  187. font-size: 22px;
  188. }
  189. #btext3{
  190. font-size: 14px;
  191. color: rgb(104, 106, 107);
  192. }
  193. /* 配送费 */
  194. .box3{
  195. /* background-color:red; */
  196. width:49%;
  197. height:120px;
  198. position:absolute;
  199. }
  200. #b3{
  201. /* background-color: tan; */
  202. width: 30px;
  203. height: 30px;
  204. margin-left: 35px;
  205. position: absolute;
  206. top: 30px;
  207. left: -10px;
  208. }
  209. #b3-right{
  210. float:right;
  211. margin-right: 10px ;
  212. height: 30px;
  213. position: absolute;
  214. top: 35px;
  215. left:65px;
  216. }
  217. #ctext1{
  218. font-size: 14px;
  219. }
  220. #ctext2{
  221. font-size: 22px;
  222. }
  223. #ctext3{
  224. font-size: 14px;
  225. color: rgb(104, 106, 107);
  226. }
  227. /* 退款费 */
  228. .box4{
  229. float:right;
  230. /* margin-top: -150px; */
  231. /* background-color: blue; */
  232. width:49%;
  233. height:120px;
  234. position: relative;
  235. }
  236. #b4{
  237. /* background-color: tan; */
  238. width: 30px;
  239. height: 30px;
  240. margin-left: 35px;
  241. position: absolute;
  242. top: 30px;
  243. left: -10px;
  244. }
  245. #b4-right{
  246. float:right;
  247. margin-right: 10px ;
  248. height: 30px;
  249. position: absolute;
  250. top: 35px;
  251. left:65px;
  252. }
  253. #dtext1{
  254. font-size: 14px;
  255. }
  256. #dtext2{
  257. font-size: 22px;
  258. }
  259. #dtext3{
  260. font-size: 14px;
  261. color: rgb(104, 106, 107);
  262. }
  263. /* 分割线 */
  264. .divLine2{
  265. background: #dad9d7;
  266. height: 220px;
  267. width: 1px;
  268. margin-left: 50%;
  269. margin-top: -105px;
  270. float: left;
  271. }
  272. .divLine3{
  273. background: #dad9d7;
  274. height: 1px;
  275. width: 80%;
  276. margin-left: 40px;
  277. /* margin-top: -150px; */
  278. }
  279. .divLine4{
  280. background: #dad9d7;
  281. height: 1px;
  282. width: 100%;
  283. /* margin-left: 40px; */
  284. /* margin-top: 10px; */
  285. }