order.scss 10 KB

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