pay.scss 11 KB

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