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