pay.scss 11 KB

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