index.wxss 365 B

12345678910111213141516171819202122232425262728
  1. /* components/autoAdd/index.wxss */
  2. .input{
  3. padding-right: 20rpx;
  4. }
  5. .title-area {
  6. display: flex;
  7. justify-content: flex-start;
  8. align-items: center;
  9. }
  10. .icon {
  11. font-size: 50rpx;
  12. padding: 0 10rpx;
  13. }
  14. .blue {
  15. color: #6EAAFF;
  16. }
  17. .red {
  18. color: #F47F73;
  19. }
  20. .margin-left-sm {
  21. margin-left: 20rpx;
  22. }
  23. .text-green{
  24. color: green;
  25. }
  26. .text-red{
  27. color: red;
  28. }