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.

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