styles.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-85px;
  6. width:843px;
  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. #u1678_div {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:843px;
  25. height:484px;
  26. background:inherit;
  27. background-color:rgba(245, 154, 35, 0);
  28. border-left:0px;
  29. border-top:0px;
  30. border-right:0px;
  31. border-radius:0px;
  32. border-bottom-right-radius:0px;
  33. border-bottom-left-radius:0px;
  34. filter:drop-shadow(none);
  35. transition:none;
  36. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  37. font-style:normal;
  38. color:#000000;
  39. text-align:left;
  40. line-height:40px;
  41. }
  42. #u1678 {
  43. border-width:0px;
  44. position:absolute;
  45. left:85px;
  46. top:86px;
  47. width:843px;
  48. height:484px;
  49. display:flex;
  50. transition:none;
  51. transform-origin:50% 50%;
  52. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  53. font-style:normal;
  54. color:#000000;
  55. text-align:left;
  56. line-height:40px;
  57. }
  58. #u1678 .text {
  59. position:absolute;
  60. align-self:flex-start;
  61. padding:2px 2px 2px 2px;
  62. box-sizing:border-box;
  63. width:100%;
  64. }
  65. #u1678_text {
  66. border-width:0px;
  67. word-wrap:break-word;
  68. text-transform:none;
  69. }