parentPay.scss 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  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. image {
  117. max-width: 18rpx;
  118. max-height: 18rpx;
  119. margin-top: 36rpx;
  120. margin-right: 48rpx;
  121. }
  122. }
  123. .name,
  124. .studentNo {
  125. display: flex;
  126. justify-content: space-around;
  127. width: 590rpx;
  128. height: 111rpx;
  129. margin: 0 auto;
  130. border-bottom: 1rpx solid #cccccc;
  131. background: #fff;
  132. padding-top: 12rpx;
  133. box-sizing: border-box;
  134. text {
  135. display: inline-block;
  136. width: 100rpx;
  137. height: 111rpx;
  138. font-size: 32rpx;
  139. color: #313131;
  140. line-height: 111rpx;
  141. text-align: center;
  142. }
  143. input {
  144. display: inline-block;
  145. width: 390rpx;
  146. height: 111rpx;
  147. text-align: left;
  148. line-height: 111rpx;
  149. }
  150. }
  151. .remark {
  152. width: 552rpx;
  153. height: 24rpx;
  154. margin: 0 auto;
  155. font-size: 24rpx;
  156. color: #999999;
  157. line-height: 54rpx;
  158. }
  159. .confirm {
  160. display: flex;
  161. justify-content: space-between;
  162. width: 410rpx;
  163. height: 254rpx;
  164. margin: 0 auto;
  165. button {
  166. width: 170rpx;
  167. height: 80rpx;
  168. margin-top: 92rpx;
  169. background: rgba(255, 255, 255, 1);
  170. border: 1rpx solid #298def;
  171. border-radius: 4rpx;
  172. text-align: center;
  173. line-height: 80rpx;
  174. color: rgba(41, 141, 239, 1);
  175. }
  176. button:nth-child(2) {
  177. background: rgba(41, 141, 239, 1);
  178. color: #fff;
  179. border-color: rgba(41, 141, 239, 1);
  180. }
  181. }
  182. }
  183. }
  184. .content2 {
  185. position: relative;
  186. width: 100%;
  187. height: 100%;
  188. font-family: "MicrosoftYaHei";
  189. font-weight: 400;
  190. background-image: url(../../static/images/bg.png);
  191. background-size: 100% 100%;
  192. background-attachment: fixed;
  193. background-repeat: no-repeat;
  194. button::after {
  195. border: none;
  196. }
  197. .order {
  198. position: absolute;
  199. top: 115rpx;
  200. left: 50%;
  201. transform: translateX(-345rpx);
  202. width: 690rpx;
  203. height: 28rpx;
  204. font-size: 28rpx;
  205. color: #ffffff;
  206. line-height: 54rpx;
  207. text-align: right;
  208. }
  209. .messageCard {
  210. display: flex;
  211. flex-direction: column;
  212. justify-content: flex-start;
  213. position: absolute;
  214. top: 170rpx;
  215. left: 36rpx;
  216. width: 678rpx;
  217. height: 1000rpx;
  218. background: #fff;
  219. border-radius: 14rpx;
  220. // box-sizing: border-box;
  221. .item-form {
  222. width: 618rpx;
  223. height: 906rpx;
  224. margin: 0 auto;
  225. overflow: scroll;
  226. .item,
  227. .item-pay {
  228. display: flex;
  229. justify-content: space-between;
  230. width: 618rpx;
  231. height: 89rpx;
  232. margin: 0 auto;
  233. margin-top: 8rpx;
  234. border-bottom: 1rpx solid #d9d9d9;
  235. line-height: 89rpx;
  236. box-sizing: border-box;
  237. .ite {
  238. display: inline-block;
  239. width: 150rpx;
  240. height: 60rpx;
  241. line-height: 89rpx;
  242. margin-left: 20rpx;
  243. font-size: 32rpx;
  244. color: #808080;
  245. }
  246. .content {
  247. display: inline-block;
  248. width: 400rpx;
  249. height: 60rpx;
  250. overflow: hidden; //多出部分隐藏
  251. white-space: nowrap; //一行显示
  252. text-overflow: ellipsis; //是否显示省略号
  253. line-height: 89rpx;
  254. margin-left: 40rpx;
  255. color: #000;
  256. background: #fff;
  257. }
  258. }
  259. }
  260. button {
  261. width: 618rpx;
  262. height: 100rpx;
  263. background: #298def;
  264. font-size: 28rpx;
  265. color: #fff;
  266. text-align: center;
  267. line-height: 100rpx;
  268. }
  269. .okPay {
  270. width: 618rpx;
  271. height: 100rpx;
  272. margin: 0 auto;
  273. border-radius: 5rpx;
  274. background: #b3b3b3;
  275. opacity: 0.6;
  276. font-size: 28rpx;
  277. color: #fff;
  278. text-align: center;
  279. line-height: 100rpx;
  280. }
  281. .bottom-a {
  282. display: flex;
  283. justify-content: space-between;
  284. width: 618rpx;
  285. height: 80rpx;
  286. margin: 0 auto;
  287. navigator {
  288. height: 80rpx;
  289. font-size: 26rpx;
  290. color: #298def;
  291. text-align: center;
  292. line-height: 80rpx;
  293. }
  294. }
  295. }
  296. .messageBg1 {
  297. position: absolute;
  298. top: 190rpx;
  299. left: 51rpx;
  300. width: 648rpx;
  301. height: 1005rpx;
  302. background: #ffffff;
  303. opacity: 0.7;
  304. border-radius: 14rpx;
  305. }
  306. .messageBg2 {
  307. position: absolute;
  308. top: 209rpx;
  309. left: 58rpx;
  310. width: 634rpx;
  311. height: 1007rpx;
  312. background: #ffffff;
  313. opacity: 0.5;
  314. border-radius: 14rpx;
  315. }
  316. }