12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- body {
- margin:0px;
- background-image:none;
- position:relative;
- left:-46px;
- width:1000px;
- margin-left:auto;
- margin-right:auto;
- text-align:left;
- }
- .form_sketch {
- border-color:transparent;
- background-color:transparent;
- }
- #base {
- position:absolute;
- z-index:0;
- }
- #u14701_div {
- border-width:0px;
- position:absolute;
- left:0px;
- top:0px;
- width:1000px;
- height:280px;
- 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-weight:500;
- font-style:normal;
- font-size:18px;
- line-height:40px;
- }
- #u14701 {
- border-width:0px;
- position:absolute;
- left:46px;
- top:38px;
- width:1000px;
- height:280px;
- display:flex;
- font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
- font-weight:500;
- font-style:normal;
- font-size:18px;
- line-height:40px;
- }
- #u14701 .text {
- position:absolute;
- align-self:flex-start;
- padding:0px 0px 0px 0px;
- box-sizing:border-box;
- width:100%;
- }
- #u14701_text {
- border-width:0px;
- word-wrap:break-word;
- text-transform:none;
- }
|