12345678910111213141516171819202122232425262728 |
- /* 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;
- }
|