index.less 347 B

123456789101112131415161718192021222324
  1. /* components/l-form/index.wxss */
  2. .form{
  3. .disinput{
  4. width: 0;
  5. }
  6. .flex{
  7. display: flex;
  8. justify-content: flex-start;
  9. align-items: center;
  10. .radio{
  11. max-width: 200rpx;
  12. }
  13. }
  14. .area{
  15. position: fixed;
  16. bottom: 0;
  17. width: 100%;
  18. z-index: 5;
  19. }
  20. .button{
  21. margin-top: 50rpx;
  22. padding: 20rpx;
  23. }
  24. }