parentPay.scss 12 KB

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