regular_invite.wxss 445 B

1234567891011121314151617181920
  1. /* pages/regular_invite/regular_invite.wxss */
  2. .btn-area {
  3. position: sticky;
  4. bottom: 50rpx;
  5. margin-top: calc(100vh - 264px - 160rpx);
  6. margin-left: 28rpx;
  7. margin-right: 28rpx;
  8. }
  9. .btn-area>button {
  10. background: linear-gradient(180deg, #6EAAFF 0%, #2F6FD1 100%);
  11. width: 100%;
  12. height: 110rpx;
  13. border-radius: 8rpx;
  14. line-height: 110rpx;
  15. color: #FFFFFF;
  16. font-size: 30rpx;
  17. }
  18. .btn-area >.bg-info{
  19. background: #ccc !important;
  20. }