styles.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-41px;
  6. width:1178px;
  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. #u538_div {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:1178px;
  25. height:420px;
  26. background:inherit;
  27. background-color:rgba(255, 255, 255, 1);
  28. border:none;
  29. border-radius:0px;
  30. -moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.349019607843137);
  31. -webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.349019607843137);
  32. box-shadow:0px 0px 3px rgba(0, 0, 0, 0.349019607843137);
  33. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  34. font-style:normal;
  35. font-size:18px;
  36. text-align:left;
  37. line-height:50px;
  38. }
  39. #u538 {
  40. border-width:0px;
  41. position:absolute;
  42. left:41px;
  43. top:37px;
  44. width:1178px;
  45. height:420px;
  46. display:flex;
  47. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  48. font-style:normal;
  49. font-size:18px;
  50. text-align:left;
  51. line-height:50px;
  52. }
  53. #u538 .text {
  54. position:absolute;
  55. align-self:flex-start;
  56. padding:10px 10px 10px 10px;
  57. box-sizing:border-box;
  58. width:100%;
  59. }
  60. #u538_text {
  61. border-width:0px;
  62. word-wrap:break-word;
  63. text-transform:none;
  64. }