index.less 316 B

1234567891011121314151617181920
  1. @import '../../../../styles/base.less';
  2. page {
  3. background: #ffffff;
  4. }
  5. .add-customer {
  6. padding: 20rpx 0;
  7. text-align: center;
  8. color: blue;
  9. background-color: #eee;
  10. border-radius: 40rpx;
  11. }
  12. .add-icon {
  13. margin-right: 10rpx;
  14. }
  15. .save-btn {
  16. color: #ffffff;
  17. background-color:#46a9a4;
  18. }