styles.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-62px;
  6. width:797px;
  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. #u252_div {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:797px;
  25. height:180px;
  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-style:normal;
  35. font-size:12px;
  36. line-height:20px;
  37. }
  38. #u252 {
  39. border-width:0px;
  40. position:absolute;
  41. left:62px;
  42. top:48px;
  43. width:797px;
  44. height:180px;
  45. display:flex;
  46. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  47. font-style:normal;
  48. font-size:12px;
  49. line-height:20px;
  50. }
  51. #u252 .text {
  52. position:absolute;
  53. align-self:flex-start;
  54. padding:0px 0px 0px 0px;
  55. box-sizing:border-box;
  56. width:100%;
  57. }
  58. #u252_text {
  59. border-width:0px;
  60. white-space:nowrap;
  61. text-transform:none;
  62. }