/* components/autoAdd/index.wxss */ .input{ padding-right: 20rpx; } .title-area { display: flex; justify-content: flex-start; align-items: center; } .icon { font-size: 50rpx; padding: 0 10rpx; } .blue { color: #6EAAFF; } .red { color: #F47F73; } .margin-left-sm { margin-left: 20rpx; } .text-green{ color: green; } .text-red{ color: red; }