123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- body {
- margin:0px;
- background-image:none;
- position:relative;
- left:-54px;
- width:1259px;
- margin-left:auto;
- margin-right:auto;
- text-align:left;
- }
- .form_sketch {
- border-color:transparent;
- background-color:transparent;
- }
- #base {
- position:absolute;
- z-index:0;
- }
- #u253_div {
- border-width:0px;
- position:absolute;
- left:0px;
- top:0px;
- width:1259px;
- height:560px;
- background:inherit;
- background-color:rgba(255, 255, 255, 0);
- border:none;
- border-radius:0px;
- -moz-box-shadow:none;
- -webkit-box-shadow:none;
- box-shadow:none;
- font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
- font-style:normal;
- line-height:40px;
- }
- #u253 {
- border-width:0px;
- position:absolute;
- left:54px;
- top:42px;
- width:1259px;
- height:560px;
- display:flex;
- font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
- font-style:normal;
- line-height:40px;
- }
- #u253 .text {
- position:absolute;
- align-self:flex-start;
- padding:0px 0px 0px 0px;
- box-sizing:border-box;
- width:100%;
- }
- #u253_text {
- border-width:0px;
- word-wrap:break-word;
- text-transform:none;
- }
|