12345678910111213141516171819202122 |
- .ad-page {
- text-align: center
- }
- .ad-page image {
- width: 444rpx;
- height: 455rpx;
- margin-top: 282rpx;
- }
- .ad-page .ver {
- width: 100%;
- text-align: center;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 40rpx;
- color: #000000;
- opacity: 1;
- position: fixed;
- bottom: 284rpx;
- }
|