styles.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-54px;
  6. width:1259px;
  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. #u17578_div {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:1259px;
  25. height:640px;
  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-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  34. font-style:normal;
  35. line-height:40px;
  36. }
  37. #u17578 {
  38. border-width:0px;
  39. position:absolute;
  40. left:54px;
  41. top:42px;
  42. width:1259px;
  43. height:640px;
  44. display:flex;
  45. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  46. font-style:normal;
  47. line-height:40px;
  48. }
  49. #u17578 .text {
  50. position:absolute;
  51. align-self:flex-start;
  52. padding:0px 0px 0px 0px;
  53. box-sizing:border-box;
  54. width:100%;
  55. }
  56. #u17578_text {
  57. border-width:0px;
  58. word-wrap:break-word;
  59. text-transform:none;
  60. }