pay.scss 10 KB

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