addRoom.less 384B

1234567891011121314151617181920212223
  1. .from-room{
  2. width: 100%;
  3. box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
  4. border-radius: 24px;
  5. }
  6. .weui-agree .weui-agree__text {
  7. display: inline;
  8. }
  9. button {
  10. width: calc(100% - 60px);
  11. height: 92px;
  12. background: #1A3B83;
  13. margin: 0 auto;
  14. line-height: 92px;
  15. border-radius: 12px;
  16. font-size: 40px;
  17. color: #ffffff;
  18. }
  19. .font{
  20. font-size: 28px;
  21. color: #202020;
  22. }