styles.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-75px;
  6. width:570px;
  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_div {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:570px;
  25. height:150px;
  26. background:inherit;
  27. background-color:rgba(255, 255, 255, 0);
  28. border:none;
  29. border-radius:0px;
  30. -moz-box-shadow:none;
  31. -webkit-box-shadow:none;
  32. box-shadow:none;
  33. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  34. font-weight:400;
  35. font-style:normal;
  36. font-size:18px;
  37. line-height:30px;
  38. }
  39. #u0 {
  40. border-width:0px;
  41. position:absolute;
  42. left:75px;
  43. top:61px;
  44. width:570px;
  45. height:150px;
  46. display:flex;
  47. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  48. font-weight:400;
  49. font-style:normal;
  50. font-size:18px;
  51. line-height:30px;
  52. }
  53. #u0 .text {
  54. position:absolute;
  55. align-self:flex-start;
  56. padding:0px 0px 0px 0px;
  57. box-sizing:border-box;
  58. width:100%;
  59. }
  60. #u0_text {
  61. border-width:0px;
  62. white-space:nowrap;
  63. text-transform:none;
  64. }