regular_invite.acss 542 B

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