index.less 214 B

1234567891011
  1. @import '../../../../styles/base.less';
  2. .add-customer {
  3. padding: 20rpx 0;
  4. text-align: center;
  5. color: blue;
  6. background-color: #eee;
  7. border-radius: 40rpx;
  8. }
  9. .add-icon {
  10. margin-right: 10rpx;
  11. }