styles.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-127px;
  6. width:2062px;
  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. #u18201_div {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:2062px;
  25. height:520px;
  26. background:inherit;
  27. background-color:rgba(255, 255, 255, 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-Regular', 'PingFang SC', sans-serif;
  39. font-weight:400;
  40. font-style:normal;
  41. font-size:18px;
  42. color:#D9001B;
  43. line-height:40px;
  44. }
  45. #u18201 {
  46. border-width:0px;
  47. position:absolute;
  48. left:127px;
  49. top:108px;
  50. width:2062px;
  51. height:520px;
  52. display:flex;
  53. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  54. font-weight:400;
  55. font-style:normal;
  56. font-size:18px;
  57. color:#D9001B;
  58. line-height:40px;
  59. }
  60. #u18201 .text {
  61. position:absolute;
  62. align-self:center;
  63. padding:0px 0px 0px 0px;
  64. box-sizing:border-box;
  65. width:100%;
  66. }
  67. #u18201_text {
  68. border-width:0px;
  69. white-space:nowrap;
  70. text-transform:none;
  71. }