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