/* components/l-form/index.wxss */ .form{ .disinput{ width: 0; } .flex{ display: flex; justify-content: flex-start; align-items: center; .radio{ max-width: 200rpx; } } .area{ position: fixed; bottom: 0; width: 100%; z-index: 5; } .button{ margin-top: 50rpx; padding: 20rpx; } }