pay.scss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  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: 90rpx;
  213. background: #e7eef5;
  214. image {
  215. position: absolute;
  216. top: 40%;
  217. left: 50%;
  218. max-width: 18rpx;
  219. max-height: 18rpx;
  220. }
  221. }
  222. }
  223. .name,
  224. .studentNo {
  225. display: flex;
  226. justify-content: space-around;
  227. width: 590rpx;
  228. height: 111rpx;
  229. margin: 0 auto;
  230. border-bottom: 1rpx solid #cccccc;
  231. background: #fff;
  232. padding-top: 12rpx;
  233. box-sizing: border-box;
  234. text {
  235. display: inline-block;
  236. width: 100rpx;
  237. height: 111rpx;
  238. font-size: 32rpx;
  239. color: #313131;
  240. line-height: 111rpx;
  241. text-align: center;
  242. }
  243. input {
  244. display: inline-block;
  245. width: 390rpx;
  246. height: 111rpx;
  247. text-align: left;
  248. line-height: 111rpx;
  249. }
  250. }
  251. .remark {
  252. width: 552rpx;
  253. height: 24rpx;
  254. margin: 0 auto;
  255. font-size: 24rpx;
  256. color: #999999;
  257. line-height: 54rpx;
  258. }
  259. .confirm {
  260. display: flex;
  261. justify-content: space-between;
  262. width: 410rpx;
  263. height: 254rpx;
  264. margin: 0 auto;
  265. button {
  266. width: 170rpx;
  267. height: 80rpx;
  268. margin-top: 92rpx;
  269. background: rgba(255, 255, 255, 1);
  270. border: 1rpx solid #298def;
  271. border-radius: 4rpx;
  272. text-align: center;
  273. line-height: 80rpx;
  274. color: rgba(41, 141, 239, 1);
  275. }
  276. button:nth-child(2) {
  277. background: rgba(41, 141, 239, 1);
  278. color: #fff;
  279. border-color: rgba(41, 141, 239, 1);
  280. }
  281. }
  282. }
  283. .leaveMess {
  284. display: flex;
  285. flex-direction: column;
  286. justify-content: flex-start;
  287. position: absolute;
  288. top: 301rpx;
  289. left: 50%;
  290. transform: translateX(-325rpx);
  291. z-index: 5;
  292. width: 650rpx;
  293. height: 732rpx;
  294. background: #ffffff;
  295. box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(0, 0, 0, 0.29);
  296. border-radius: 10rpx;
  297. overflow: hidden;
  298. box-sizing: border-box;
  299. .top {
  300. display: flex;
  301. justify-content: space-between;
  302. width: 650rpx;
  303. height: 90rpx;
  304. background: #e7eef5;
  305. line-height: 90rpx;
  306. text {
  307. width: 161rpx;
  308. height: 90rpx;
  309. margin-left: 35rpx;
  310. line-height: 90rpx;
  311. font-size: 32rpx;
  312. color: #333333;
  313. }
  314. .close {
  315. position: relative;
  316. width: 120rpx;
  317. height: 90rpx;
  318. background: #e7eef5;
  319. image {
  320. position: absolute;
  321. top: 40%;
  322. left: 50%;
  323. max-width: 18rpx;
  324. max-height: 18rpx;
  325. }
  326. }
  327. }
  328. .name,
  329. .tel {
  330. display: flex;
  331. justify-content: space-between;
  332. width: 570rpx;
  333. height: 56rpx;
  334. margin: 0 auto;
  335. margin-top: 30rpx;
  336. text {
  337. width: 101rpx;
  338. height: 56rpx;
  339. font-size: 28rpx;
  340. color: #333333;
  341. text-align: center;
  342. line-height: 56rpx;
  343. }
  344. input {
  345. width: 453rpx;
  346. height: 56rpx;
  347. font-size: 28rpx;
  348. border: 1rpx solid #bfbfbf;
  349. border-radius: 5rpx;
  350. text-align: left;
  351. text-indent: 10rpx;
  352. }
  353. }
  354. .name {
  355. text {
  356. text-align: right;
  357. }
  358. }
  359. .title {
  360. width: 570rpx;
  361. height: 30rpx;
  362. margin: 0 auto;
  363. margin-top: 40rpx;
  364. color: #333333;
  365. font-size: 28rpx;
  366. line-height: 30rpx;
  367. }
  368. textarea {
  369. width: 570rpx;
  370. height: 230rpx;
  371. border: 1rpx solid #cccccc;
  372. border-radius: 10rpx;
  373. margin: 0 auto;
  374. margin-top: 20rpx;
  375. }
  376. button {
  377. width: 170rpx;
  378. height: 80rpx;
  379. margin-top: 30rpx;
  380. background: #298def;
  381. border-radius: 4px;
  382. color: #fff;
  383. text-align: center;
  384. line-height: 80rpx;
  385. }
  386. }
  387. }