diff --git a/src/components/VInout.vue b/src/components/VInout.vue
index ea51fb9..10f99d5 100644
--- a/src/components/VInout.vue
+++ b/src/components/VInout.vue
@@ -2,7 +2,10 @@
进出场消息
-
+
+
万达停车场 京A243547 进场 07:20
+
+
@@ -19,8 +22,8 @@ export default {
data(){
return{
sideNum: 23454,
- closeNum: 23454
- }
+ closeNum: 23454,
+ imgUrl: 'https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1552297151876&di=fcc094f43d6caaf4b9526dabbefd1243&imgtype=0&src=http%3A%2F%2F5b0988e595225.cdn.sohucs.com%2Fimages%2F20190124%2F1fc9d7e14be54986b9e2e055a2b5ccc1.jpeg'}
}
}
@@ -33,6 +36,35 @@ export default {
height: calc(100% - 30px);
margin-left: 20px;
}
+ .access-title{
+ height: 30% ;
+ display: flex;
+ align-items: center;
+ p {
+ width: 99%;
+ padding-right: 20px;
+ height: 26px;
+ line-height: 26px;
+ display: flex;
+ justify-content: space-between;
+ background: linear-gradient(to right, rgba(0, 45, 140, .1) , rgba(0, 45, 140, .7));
+ }
+ .access-icon{
+ display: inline-block;
+ vertical-align: middle;
+ width: 22px;
+ height: 26px;
+ margin-right: 10px;
+ background: url("../images/content/access-icon.png") no-repeat 0 center;
+ background-size: 22px 22px;
+ }
+ }
+ .access-img{
+ width: 93%;
+ height: 60%;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ }
diff --git a/src/components/base/CardTitle.vue b/src/components/base/CardTitle.vue
index 11eb793..d15f1bc 100644
--- a/src/components/base/CardTitle.vue
+++ b/src/components/base/CardTitle.vue
@@ -12,7 +12,6 @@ export default {