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. #u1679_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:none;
  29. border-left:0px;
  30. border-top:0px;
  31. border-right:0px;
  32. border-radius:0px;
  33. border-bottom-right-radius:0px;
  34. border-bottom-left-radius:0px;
  35. -moz-box-shadow:none;
  36. -webkit-box-shadow:none;
  37. box-shadow:none;
  38. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  39. font-style:normal;
  40. color:#000000;
  41. text-align:left;
  42. line-height:40px;
  43. }
  44. #u1679 {
  45. border-width:0px;
  46. position:absolute;
  47. left:85px;
  48. top:86px;
  49. width:843px;
  50. height:484px;
  51. display:flex;
  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. #u1679 .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. #u1679_text {
  66. border-width:0px;
  67. word-wrap:break-word;
  68. text-transform:none;
  69. }