C端小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

17 satır
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. }