C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
237 B

  1. .con{
  2. position: absolute;
  3. left: 0;
  4. right: 0;
  5. top: 0;
  6. bottom: 0;
  7. }
  8. .con image{
  9. position: absolute;
  10. width: 400rpx;
  11. height: 400rpx;
  12. left: 0;
  13. right: 0;
  14. top: 0rpx;
  15. bottom: 0;
  16. margin: auto;
  17. }