index.wxss 220 B

1234567891011
  1. @import "/icon.wxss";
  2. .btn {
  3. width: 60rpx;
  4. height: 60rpx;
  5. border-radius: 50%;
  6. background: linear-gradient(to top, #ff5345, #ff8379);
  7. display: flex!important;
  8. align-items: center;
  9. justify-content: center;
  10. }