index.rpx.css 219 B

1234567891011121314
  1. .face{
  2. width: 500rpx;
  3. margin-top: 10rpx;
  4. border-radius: 15rpx;
  5. }
  6. .btn{
  7. background: #ffe05c;
  8. width: 686rpx;
  9. height: 80rpx;
  10. line-height: 80rpx;
  11. font-size: 28rpx;
  12. margin-top: 200rpx;
  13. }