ad.acss 325 B

12345678910111213141516171819202122
  1. .ad-page {
  2. text-align: center
  3. }
  4. .ad-page image {
  5. width: 444rpx;
  6. height: 455rpx;
  7. margin-top: 282rpx;
  8. }
  9. .ad-page .ver {
  10. width: 100%;
  11. text-align: center;
  12. font-size: 28rpx;
  13. font-family: PingFang SC;
  14. font-weight: 400;
  15. line-height: 40rpx;
  16. color: #000000;
  17. opacity: 1;
  18. position: fixed;
  19. bottom: 284rpx;
  20. }