1234567891011121314151617181920 |
- @import '../../../../styles/base.less';
- .warning {
- padding: 10rpx;
- color:@red;
- }
- .tips{
- line-height: 2;
- }
- .type-picker {
- position: fixed;
- bottom: 128rpx;
- left:0;
- right: 0;
- }
- .save-btn {
- color: #ffffff;
- background-color:#46a9a4;
- }
|