parentPay.scss 9.4 KB

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