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