feat: nfc卡写入
This commit is contained in:
parent
a81b89bd92
commit
376d1a0459
|
@ -156,10 +156,14 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.card-left {
|
.card-left {
|
||||||
|
background: url("/static/adminImg/icon-bg1.png") no-repeat right 32rpx bottom 20rpx /
|
||||||
|
60rpx 60rpx;
|
||||||
background-color: #4974f3;
|
background-color: #4974f3;
|
||||||
}
|
}
|
||||||
.card-right {
|
.card-right {
|
||||||
margin-left: 20rpx;
|
margin-left: 20rpx;
|
||||||
|
background: url("/static/adminImg/icon-bg2.png") no-repeat right 32rpx bottom 20rpx /
|
||||||
|
60rpx 60rpx;
|
||||||
background-color: #53d5a9;
|
background-color: #53d5a9;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in New Issue