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