C端小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

18 行
355 B

  1. .content image{
  2. display: block;
  3. width: 468rpx;
  4. margin: 100rpx auto 0;
  5. }
  6. button::after{ border: none; }
  7. .content button{
  8. width: 670rpx;
  9. height: 95rpx;
  10. line-height: 95rpx;
  11. text-align: center;
  12. color: #333;
  13. font-size: 36rpx;
  14. background: #fff!important;
  15. border-radius:60rpx!important;
  16. margin-top: 169rpx;
  17. border: 1px solid #C4C4C4;
  18. }