C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 regels
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. }