12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- body {
- margin:0px;
- background-image:none;
- position:relative;
- left:-41px;
- width:1178px;
- margin-left:auto;
- margin-right:auto;
- text-align:left;
- }
- .form_sketch {
- border-color:transparent;
- background-color:transparent;
- }
- #base {
- position:absolute;
- z-index:0;
- }
- #u538_div {
- border-width:0px;
- position:absolute;
- left:0px;
- top:0px;
- width:1178px;
- height:420px;
- background:inherit;
- background-color:rgba(255, 255, 255, 1);
- border:none;
- border-radius:0px;
- -moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.349019607843137);
- -webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.349019607843137);
- box-shadow:0px 0px 3px rgba(0, 0, 0, 0.349019607843137);
- font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
- font-style:normal;
- font-size:18px;
- text-align:left;
- line-height:50px;
- }
- #u538 {
- border-width:0px;
- position:absolute;
- left:41px;
- top:37px;
- width:1178px;
- height:420px;
- display:flex;
- font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
- font-style:normal;
- font-size:18px;
- text-align:left;
- line-height:50px;
- }
- #u538 .text {
- position:absolute;
- align-self:flex-start;
- padding:10px 10px 10px 10px;
- box-sizing:border-box;
- width:100%;
- }
- #u538_text {
- border-width:0px;
- word-wrap:break-word;
- text-transform:none;
- }
|