pay.scss 11 KB

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