1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- body {
- margin:0px;
- background-image:none;
- position:relative;
- left:-62px;
- width:797px;
- margin-left:auto;
- margin-right:auto;
- text-align:left;
- }
- .form_sketch {
- border-color:transparent;
- background-color:transparent;
- }
- #base {
- position:absolute;
- z-index:0;
- }
- #u252_div {
- border-width:0px;
- position:absolute;
- left:0px;
- top:0px;
- width:797px;
- height:180px;
- 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-Regular', 'PingFang SC', sans-serif;
- font-style:normal;
- font-size:12px;
- line-height:20px;
- }
- #u252 {
- border-width:0px;
- position:absolute;
- left:62px;
- top:48px;
- width:797px;
- height:180px;
- display:flex;
- font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
- font-style:normal;
- font-size:12px;
- line-height:20px;
- }
- #u252 .text {
- position:absolute;
- align-self:flex-start;
- padding:0px 0px 0px 0px;
- box-sizing:border-box;
- width:100%;
- }
- #u252_text {
- border-width:0px;
- white-space:nowrap;
- text-transform:none;
- }
|