index.less 273 B

1234567891011121314151617181920
  1. @import '../../../../styles/base.less';
  2. .warning {
  3. padding: 10rpx;
  4. color:@red;
  5. }
  6. .tips{
  7. line-height: 2;
  8. }
  9. .type-picker {
  10. position: fixed;
  11. bottom: 128rpx;
  12. left:0;
  13. right: 0;
  14. }
  15. .save-btn {
  16. color: #ffffff;
  17. background-color:#46a9a4;
  18. }