order.scss 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. page {
  2. height: 100%;
  3. }
  4. .container {
  5. position: relative;
  6. width: 100%;
  7. height: 100%;
  8. background-image: url(../../static/images/bg.png);
  9. background-size: cover;
  10. background-attachment: fixed;
  11. background-repeat: no-repeat;
  12. box-sizing: border-box;
  13. font-family: "Microsoft YaHei";
  14. font-weight: 400;
  15. box-sizing: border-box;
  16. overflow: hidden;
  17. .hint {
  18. position: fixed;
  19. top: 250rpx;
  20. left: 50%;
  21. transform: translateX(-375rpx);
  22. width: 750rpx;
  23. height: 50rpx;
  24. line-height: 50rpx;
  25. text-align: center;
  26. color: #615f5f;
  27. font-size: 28rpx;
  28. }
  29. .mark {
  30. position: absolute;
  31. width: 100%;
  32. height: 100%;
  33. background: #000000;
  34. opacity: 0.2;
  35. z-index: 4;
  36. }
  37. button::after {
  38. border: none;
  39. }
  40. button {
  41. margin: 0;
  42. outline: none;
  43. padding: 0;
  44. }
  45. .list {
  46. width: 700rpx;
  47. height: 1300rpx;
  48. overflow: scroll;
  49. margin: 0 auto;
  50. padding-top: 163rpx;
  51. border-radius: 10rpx;
  52. box-sizing: border-box;
  53. &::-webkit-scrollbar {
  54. display: none;
  55. }
  56. .messCard {
  57. position: relative;
  58. width: 690rpx;
  59. height: 464rpx;
  60. margin-bottom: 30rpx;
  61. border-radius: 10rpx;
  62. box-sizing: border-box;
  63. .field {
  64. position: absolute;
  65. top: 0;
  66. left: 0;
  67. width: 690rpx;
  68. height: 453rpx;
  69. background: #ffffff;
  70. border-radius: 10rpx;
  71. overflow: hidden;
  72. z-index: 3;
  73. .header {
  74. display: flex;
  75. justify-content: space-between;
  76. width: 690rpx;
  77. height: 90rpx;
  78. background: #e7eef5;
  79. text {
  80. width: 500rpx;
  81. height: 90rpx;
  82. font-size: 28rpx;
  83. margin-left: 20rpx;
  84. color: #333333;
  85. text-align: left;
  86. line-height: 90rpx;
  87. }
  88. & text:nth-child(2) {
  89. width: 140rpx;
  90. height: 88rpx;
  91. line-height: 88rpx;
  92. color: #999999;
  93. }
  94. }
  95. .content {
  96. width: 690rpx;
  97. height: 242rpx;
  98. .mess-itm {
  99. display: flex;
  100. justify-content: space-between;
  101. width: 650rpx;
  102. height: 30rpx;
  103. margin: 0 auto;
  104. margin-top: 28rpx;
  105. text {
  106. width: 100rpx;
  107. height: 30rpx;
  108. font-size: 28rpx;
  109. color: #808080;
  110. line-height: 30rpx;
  111. text-align: left;
  112. }
  113. & text:nth-child(2) {
  114. width: 550rpx;
  115. color: rgba(51, 51, 51, 1);
  116. }
  117. .time {
  118. width: 400rpx;
  119. margin-top: 20rpx;
  120. font-size: 24rpx;
  121. color: #808080;
  122. }
  123. .amount {
  124. width: 245px;
  125. margin-top: 18rpx;
  126. font-weight: bold;
  127. color: #333333;
  128. text-align: right;
  129. }
  130. }
  131. }
  132. .footer {
  133. width: 690rpx;
  134. height: 121rpx;
  135. .bt-item {
  136. display: flex;
  137. justify-content: flex-end;
  138. width: 460rpx;
  139. height: 70rpx;
  140. margin-top: 15rpx;
  141. margin-left: 210rpx;
  142. .button {
  143. width: 140rpx;
  144. height: 60rpx;
  145. margin-left: 20rpx;
  146. line-height: 60rpx;
  147. text-align: center;
  148. font-size: 28rpx;
  149. color: #298def;
  150. border: 1px solid #298def;
  151. border-radius: 30rpx;
  152. background: #fff;
  153. }
  154. }
  155. }
  156. }
  157. .fieldBg {
  158. position: absolute;
  159. top: 148rpx;
  160. left: 21rpx;
  161. width: 648rpx;
  162. height: 316rpx;
  163. background: #ffffff;
  164. opacity: 0.7;
  165. border-radius: 14rpx;
  166. z-index: 2;
  167. }
  168. }
  169. }
  170. .detail {
  171. display: flex;
  172. flex-direction: column;
  173. justify-content: flex-start;
  174. position: absolute;
  175. top: 196rpx;
  176. left: 50%;
  177. transform: translateX(-325rpx);
  178. width: 650rpx;
  179. height: 742rpx;
  180. background: #ffffff;
  181. box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(0, 0, 0, 0.29);
  182. border-radius: 10rpx;
  183. overflow: hidden;
  184. box-sizing: border-box;
  185. z-index: 5;
  186. .top {
  187. display: flex;
  188. justify-content: space-between;
  189. width: 650rpx;
  190. height: 90rpx;
  191. background: #e7eef5;
  192. line-height: 90rpx;
  193. text {
  194. width: 161rpx;
  195. height: 90rpx;
  196. margin-left: 35rpx;
  197. line-height: 90rpx;
  198. font-size: 32rpx;
  199. color: #333333;
  200. }
  201. .close {
  202. position: relative;
  203. width: 120rpx;
  204. height: 80rpx;
  205. background: #e7eef5;
  206. .image {
  207. position: absolute;
  208. top: 40%;
  209. left: 50%;
  210. width: 18rpx;
  211. height: 18rpx;
  212. background-image: url(../../static/images/close.png);
  213. background-size: 100%;
  214. }
  215. }
  216. }
  217. .content {
  218. width: 650rpx;
  219. height: 652rpx;
  220. overflow-y: scroll;
  221. box-sizing: border-box;
  222. .mess-itm,
  223. .mess-itm-pay {
  224. display: flex;
  225. justify-content: flex-start;
  226. width: 590rpx;
  227. height: 30rpx;
  228. margin: 0 auto;
  229. margin-top: 32rpx;
  230. box-sizing: border-box;
  231. text {
  232. // width: 200rpx;
  233. height: 30rpx;
  234. font-size: 28rpx;
  235. color: #808080;
  236. line-height: 30rpx;
  237. text-align: left;
  238. }
  239. & text:nth-child(2) {
  240. // width: 550rpx;
  241. color: rgba(51, 51, 51, 1);
  242. }
  243. }
  244. }
  245. }
  246. .messageCard {
  247. display: flex;
  248. flex-direction: column;
  249. justify-content: flex-start;
  250. position: absolute;
  251. top: 125rpx;
  252. left: 50%;
  253. transform: translateX(-350rpx);
  254. width: 700rpx;
  255. height: 1000rpx;
  256. box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(0, 0, 0, 0.29);
  257. background: #fff;
  258. border-radius: 14rpx;
  259. z-index: 5;
  260. .item-form {
  261. width: 618rpx;
  262. height: 800rpx;
  263. margin: 0 auto;
  264. overflow: scroll;
  265. &::-webkit-scrollbar {
  266. display: none;
  267. }
  268. .item,
  269. .item-pay {
  270. display: flex;
  271. justify-content: space-between;
  272. width: 618rpx;
  273. height: 89rpx;
  274. margin: 0 auto;
  275. margin-top: 8rpx;
  276. border-bottom: 1rpx solid #d9d9d9;
  277. line-height: 89rpx;
  278. box-sizing: border-box;
  279. .ite {
  280. display: inline-block;
  281. width: 200rpx;
  282. height: 60rpx;
  283. line-height: 89rpx;
  284. margin-left: 20rpx;
  285. font-size: 32rpx;
  286. color: #808080;
  287. box-sizing: border-box;
  288. }
  289. .content {
  290. display: inline-block;
  291. width: 400rpx;
  292. height: 60rpx;
  293. overflow: hidden; //多出部分隐藏
  294. white-space: nowrap; //一行显示
  295. text-overflow: ellipsis; //是否显示省略号
  296. line-height: 89rpx;
  297. margin-left: 40rpx;
  298. color: #000;
  299. background: #fff;
  300. box-sizing: border-box;
  301. }
  302. }
  303. }
  304. button {
  305. width: 618rpx;
  306. height: 90rpx;
  307. margin: 0 auto;
  308. margin-bottom: 20rpx;
  309. background: #298def;
  310. font-size: 28rpx;
  311. color: #fff;
  312. border: 2rpx solid #fff;
  313. text-align: center;
  314. line-height: 90rpx;
  315. box-sizing: border-box;
  316. }
  317. & button:nth-of-type(2) {
  318. background: #fff;
  319. color: #298def;
  320. border: 2rpx solid #298def;
  321. }
  322. }
  323. }