styles.css 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-2px;
  6. width:433px;
  7. margin-left:auto;
  8. margin-right:auto;
  9. text-align:left;
  10. }
  11. .form_sketch {
  12. border-color:transparent;
  13. background-color:transparent;
  14. }
  15. #base {
  16. position:absolute;
  17. z-index:0;
  18. }
  19. #u0 {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:0px;
  25. height:0px;
  26. }
  27. #u1 {
  28. border-width:0px;
  29. position:absolute;
  30. left:2px;
  31. top:0px;
  32. width:433px;
  33. height:865px;
  34. display:flex;
  35. transition:none;
  36. }
  37. #u1 .text {
  38. position:absolute;
  39. align-self:center;
  40. padding:2px 2px 2px 2px;
  41. box-sizing:border-box;
  42. width:100%;
  43. }
  44. #u1_img {
  45. border-width:0px;
  46. position:absolute;
  47. left:0px;
  48. top:0px;
  49. width:433px;
  50. height:865px;
  51. }
  52. #u1_text {
  53. border-width:0px;
  54. word-wrap:break-word;
  55. text-transform:none;
  56. visibility:hidden;
  57. }
  58. #u2_div {
  59. border-width:0px;
  60. position:absolute;
  61. left:0px;
  62. top:0px;
  63. width:375px;
  64. height:815px;
  65. background:inherit;
  66. background-color:rgba(255, 255, 255, 1);
  67. border-radius:38px;
  68. filter:drop-shadow(none);
  69. transition:none;
  70. }
  71. #u2 {
  72. border-width:0px;
  73. position:absolute;
  74. left:30px;
  75. top:24px;
  76. width:375px;
  77. height:815px;
  78. display:flex;
  79. transition:none;
  80. transform-origin:50% 50%;
  81. }
  82. #u2 .text {
  83. position:absolute;
  84. align-self:center;
  85. padding:2px 2px 2px 2px;
  86. box-sizing:border-box;
  87. width:100%;
  88. }
  89. #u2_text {
  90. border-width:0px;
  91. word-wrap:break-word;
  92. text-transform:none;
  93. visibility:hidden;
  94. }
  95. #u3 {
  96. border-width:0px;
  97. position:absolute;
  98. left:29px;
  99. top:24px;
  100. width:375px;
  101. height:44px;
  102. display:flex;
  103. transition:none;
  104. }
  105. #u3 .text {
  106. position:absolute;
  107. align-self:center;
  108. padding:2px 2px 2px 2px;
  109. box-sizing:border-box;
  110. width:100%;
  111. }
  112. #u3_img {
  113. border-width:0px;
  114. position:absolute;
  115. left:0px;
  116. top:0px;
  117. width:375px;
  118. height:44px;
  119. }
  120. #u3_text {
  121. border-width:0px;
  122. word-wrap:break-word;
  123. text-transform:none;
  124. visibility:hidden;
  125. }
  126. #u4_div {
  127. border-width:0px;
  128. position:absolute;
  129. left:0px;
  130. top:0px;
  131. width:276px;
  132. height:30px;
  133. background:inherit;
  134. background-color:rgba(255, 255, 255, 0);
  135. border-left:0px;
  136. border-top:0px;
  137. border-right:0px;
  138. border-radius:0px;
  139. border-bottom-right-radius:0px;
  140. border-bottom-left-radius:0px;
  141. filter:drop-shadow(none);
  142. transition:none;
  143. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  144. font-weight:500;
  145. font-style:normal;
  146. font-size:28px;
  147. text-align:center;
  148. line-height:30px;
  149. }
  150. #u4 {
  151. border-width:0px;
  152. position:absolute;
  153. left:78px;
  154. top:154px;
  155. width:276px;
  156. height:30px;
  157. display:flex;
  158. transition:none;
  159. transform-origin:50% 50%;
  160. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  161. font-weight:500;
  162. font-style:normal;
  163. font-size:28px;
  164. text-align:center;
  165. line-height:30px;
  166. }
  167. #u4 .text {
  168. position:absolute;
  169. align-self:center;
  170. padding:0px 0px 0px 0px;
  171. box-sizing:border-box;
  172. width:100%;
  173. }
  174. #u4_text {
  175. border-width:0px;
  176. word-wrap:break-word;
  177. text-transform:none;
  178. }
  179. #u5 {
  180. border-width:0px;
  181. position:absolute;
  182. left:0px;
  183. top:0px;
  184. width:0px;
  185. height:0px;
  186. }
  187. #u6_div {
  188. border-width:0px;
  189. position:absolute;
  190. left:0px;
  191. top:0px;
  192. width:271px;
  193. height:50px;
  194. background:inherit;
  195. background-color:rgba(242, 242, 242, 0.45098039215686275);
  196. border-left:0px;
  197. border-top:0px;
  198. border-right:0px;
  199. border-radius:0px;
  200. border-bottom-right-radius:0px;
  201. border-bottom-left-radius:0px;
  202. filter:drop-shadow(none);
  203. transition:none;
  204. }
  205. #u6 {
  206. border-width:0px;
  207. position:absolute;
  208. left:83px;
  209. top:231px;
  210. width:271px;
  211. height:50px;
  212. display:flex;
  213. transition:none;
  214. transform-origin:50% 50%;
  215. }
  216. #u6 .text {
  217. position:absolute;
  218. align-self:center;
  219. padding:2px 2px 2px 2px;
  220. box-sizing:border-box;
  221. width:100%;
  222. }
  223. #u6_text {
  224. border-width:0px;
  225. word-wrap:break-word;
  226. text-transform:none;
  227. visibility:hidden;
  228. }
  229. #u7_input {
  230. position:absolute;
  231. left:0px;
  232. top:0px;
  233. width:134px;
  234. height:25px;
  235. padding:2px 2px 2px 2px;
  236. font-family:'ArialMT', 'Arial', sans-serif;
  237. font-weight:400;
  238. font-style:normal;
  239. font-size:12px;
  240. letter-spacing:normal;
  241. color:#000000;
  242. vertical-align:none;
  243. text-align:left;
  244. text-transform:none;
  245. background-color:transparent;
  246. border-color:transparent;
  247. }
  248. #u7_input.disabled {
  249. position:absolute;
  250. left:0px;
  251. top:0px;
  252. width:134px;
  253. height:25px;
  254. padding:2px 2px 2px 2px;
  255. font-family:'ArialMT', 'Arial', sans-serif;
  256. font-weight:400;
  257. font-style:normal;
  258. font-size:12px;
  259. letter-spacing:normal;
  260. color:#000000;
  261. vertical-align:none;
  262. text-align:left;
  263. text-transform:none;
  264. background-color:transparent;
  265. border-color:transparent;
  266. }
  267. #u7_div {
  268. border-width:0px;
  269. position:absolute;
  270. left:0px;
  271. top:0px;
  272. width:134px;
  273. height:25px;
  274. background:inherit;
  275. background-color:rgba(242, 242, 242, 0.45098039215686275);
  276. border-radius:0px;
  277. filter:drop-shadow(none);
  278. transition:none;
  279. font-size:12px;
  280. }
  281. #u7 {
  282. border-width:0px;
  283. position:absolute;
  284. left:93px;
  285. top:244px;
  286. width:134px;
  287. height:25px;
  288. display:flex;
  289. transition:none;
  290. transform-origin:50% 50%;
  291. font-size:12px;
  292. }
  293. #u7 .text {
  294. position:absolute;
  295. align-self:center;
  296. padding:2px 2px 2px 2px;
  297. box-sizing:border-box;
  298. width:100%;
  299. }
  300. #u7_div.disabled {
  301. border-width:0px;
  302. position:absolute;
  303. left:0px;
  304. top:0px;
  305. width:134px;
  306. height:25px;
  307. background:inherit;
  308. background-color:rgba(240, 240, 240, 1);
  309. border-radius:0px;
  310. filter:drop-shadow(none);
  311. transition:none;
  312. font-size:12px;
  313. }
  314. #u7.disabled {
  315. }
  316. #u8 {
  317. border-width:0px;
  318. position:absolute;
  319. left:0px;
  320. top:0px;
  321. width:0px;
  322. height:0px;
  323. }
  324. #u9 {
  325. border-width:0px;
  326. position:absolute;
  327. left:0px;
  328. top:0px;
  329. width:0px;
  330. height:0px;
  331. }
  332. #u10_div {
  333. border-width:0px;
  334. position:absolute;
  335. left:0px;
  336. top:0px;
  337. width:271px;
  338. height:50px;
  339. background:inherit;
  340. background-color:rgba(242, 242, 242, 0.45098039215686275);
  341. border-left:0px;
  342. border-top:0px;
  343. border-right:0px;
  344. border-radius:0px;
  345. border-bottom-right-radius:0px;
  346. border-bottom-left-radius:0px;
  347. filter:drop-shadow(none);
  348. transition:none;
  349. }
  350. #u10 {
  351. border-width:0px;
  352. position:absolute;
  353. left:83px;
  354. top:282px;
  355. width:271px;
  356. height:50px;
  357. display:flex;
  358. transition:none;
  359. transform-origin:50% 50%;
  360. }
  361. #u10 .text {
  362. position:absolute;
  363. align-self:center;
  364. padding:2px 2px 2px 2px;
  365. box-sizing:border-box;
  366. width:100%;
  367. }
  368. #u10_text {
  369. border-width:0px;
  370. word-wrap:break-word;
  371. text-transform:none;
  372. visibility:hidden;
  373. }
  374. #u11_input {
  375. position:absolute;
  376. left:0px;
  377. top:0px;
  378. width:134px;
  379. height:25px;
  380. padding:2px 2px 2px 2px;
  381. font-family:'ArialMT', 'Arial', sans-serif;
  382. font-weight:400;
  383. font-style:normal;
  384. font-size:12px;
  385. letter-spacing:normal;
  386. color:#000000;
  387. vertical-align:none;
  388. text-align:left;
  389. text-transform:none;
  390. background-color:transparent;
  391. border-color:transparent;
  392. }
  393. #u11_input.disabled {
  394. position:absolute;
  395. left:0px;
  396. top:0px;
  397. width:134px;
  398. height:25px;
  399. padding:2px 2px 2px 2px;
  400. font-family:'ArialMT', 'Arial', sans-serif;
  401. font-weight:400;
  402. font-style:normal;
  403. font-size:12px;
  404. letter-spacing:normal;
  405. color:#000000;
  406. vertical-align:none;
  407. text-align:left;
  408. text-transform:none;
  409. background-color:transparent;
  410. border-color:transparent;
  411. }
  412. #u11_div {
  413. border-width:0px;
  414. position:absolute;
  415. left:0px;
  416. top:0px;
  417. width:134px;
  418. height:25px;
  419. background:inherit;
  420. background-color:rgba(242, 242, 242, 0.45098039215686275);
  421. border-radius:0px;
  422. filter:drop-shadow(none);
  423. transition:none;
  424. font-size:12px;
  425. }
  426. #u11 {
  427. border-width:0px;
  428. position:absolute;
  429. left:93px;
  430. top:295px;
  431. width:134px;
  432. height:25px;
  433. display:flex;
  434. transition:none;
  435. transform-origin:50% 50%;
  436. font-size:12px;
  437. }
  438. #u11 .text {
  439. position:absolute;
  440. align-self:center;
  441. padding:2px 2px 2px 2px;
  442. box-sizing:border-box;
  443. width:100%;
  444. }
  445. #u11_div.disabled {
  446. border-width:0px;
  447. position:absolute;
  448. left:0px;
  449. top:0px;
  450. width:134px;
  451. height:25px;
  452. background:inherit;
  453. background-color:rgba(240, 240, 240, 1);
  454. border-radius:0px;
  455. filter:drop-shadow(none);
  456. transition:none;
  457. font-size:12px;
  458. }
  459. #u11.disabled {
  460. }
  461. #u12_div {
  462. border-width:0px;
  463. position:absolute;
  464. left:0px;
  465. top:0px;
  466. width:241px;
  467. height:25px;
  468. background:inherit;
  469. background-color:rgba(255, 255, 255, 0);
  470. border-radius:0px;
  471. filter:drop-shadow(none);
  472. transition:none;
  473. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  474. font-weight:400;
  475. font-style:normal;
  476. font-size:18px;
  477. color:#000000;
  478. }
  479. #u12 {
  480. border-width:0px;
  481. position:absolute;
  482. left:96px;
  483. top:790px;
  484. width:241px;
  485. height:25px;
  486. display:flex;
  487. transition:none;
  488. transform-origin:50% 50%;
  489. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  490. font-weight:400;
  491. font-style:normal;
  492. font-size:18px;
  493. color:#000000;
  494. }
  495. #u12 .text {
  496. position:absolute;
  497. align-self:flex-start;
  498. padding:0px 0px 0px 0px;
  499. box-sizing:border-box;
  500. width:100%;
  501. }
  502. #u12_text {
  503. border-width:0px;
  504. white-space:nowrap;
  505. text-transform:none;
  506. }
  507. #u13_div {
  508. border-width:0px;
  509. position:absolute;
  510. left:0px;
  511. top:0px;
  512. width:271px;
  513. height:50px;
  514. background:inherit;
  515. background-color:rgba(0, 137, 254, 1);
  516. border-left:0px;
  517. border-top:0px;
  518. border-right:0px;
  519. border-radius:0px;
  520. border-bottom-right-radius:0px;
  521. border-bottom-left-radius:0px;
  522. filter:drop-shadow(none);
  523. transition:none;
  524. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  525. font-weight:400;
  526. font-style:normal;
  527. font-size:18px;
  528. color:#FFFFFF;
  529. }
  530. #u13 {
  531. border-width:0px;
  532. position:absolute;
  533. left:83px;
  534. top:372px;
  535. width:271px;
  536. height:50px;
  537. display:flex;
  538. transition:none;
  539. transform-origin:50% 50%;
  540. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  541. font-weight:400;
  542. font-style:normal;
  543. font-size:18px;
  544. color:#FFFFFF;
  545. }
  546. #u13 .text {
  547. position:absolute;
  548. align-self:center;
  549. padding:2px 2px 2px 2px;
  550. box-sizing:border-box;
  551. width:100%;
  552. }
  553. #u13_text {
  554. border-width:0px;
  555. word-wrap:break-word;
  556. text-transform:none;
  557. }