1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- #face {
- border-width: 0px;
- position: absolute;
- left: 0px;
- width: 375px;
- height: 774px;
- display: flex;
- }
- #face_img {
- border-width: 0px;
- position: absolute;
- left: 0px;
- top: 0px;
- width: 375px;
- height: 774px;
- }
- #face_text {
- border-width: 0px;
- word-wrap: break-word;
- text-transform: none;
- visibility: hidden;
- }
- #yuan {
- border-width: 0px;
- position: absolute;
- left: 44px;
- top: 162px;
- width: 288px;
- height: 282px;
- display: flex;
- }
- .ax_default {
- font-family: 'ArialMT', 'Arial', sans-serif;
- font-weight: 400;
- font-style: normal;
- font-size: 13px;
- letter-spacing: normal;
- color: #333333;
- vertical-align: none;
- text-align: center;
- line-height: normal;
- text-transform: none;
- }
- #yuan_img {
- border-width: 0px;
- position: absolute;
- left: 0px;
- top: 0px;
- width: 288px;
- height: 282px;
- }
- #yuan .text {
- position: absolute;
- align-self: center;
- padding: 2px 2px 2px 2px;
- box-sizing: border-box;
- width: 100%;
- }
- #yuan_text {
- border-width: 0px;
- word-wrap: break-word;
- text-transform: none;
- visibility: hidden;
- }
|