styles.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-46px;
  6. width:1000px;
  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. #u14701_div {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:1000px;
  25. height:280px;
  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-weight:500;
  35. font-style:normal;
  36. font-size:18px;
  37. line-height:40px;
  38. }
  39. #u14701 {
  40. border-width:0px;
  41. position:absolute;
  42. left:46px;
  43. top:38px;
  44. width:1000px;
  45. height:280px;
  46. display:flex;
  47. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  48. font-weight:500;
  49. font-style:normal;
  50. font-size:18px;
  51. line-height:40px;
  52. }
  53. #u14701 .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. #u14701_text {
  61. border-width:0px;
  62. word-wrap:break-word;
  63. text-transform:none;
  64. }