parentPay.scss 13 KB

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