diff --git a/public/static/offline/JSON/getServeList.json b/public/static/offline/JSON/getServeList.json
index 62a0fe8..147f34e 100644
--- a/public/static/offline/JSON/getServeList.json
+++ b/public/static/offline/JSON/getServeList.json
@@ -1 +1,77 @@
-{"code":200,"msg":"操作成功","data":{"serveList":[]}}
\ No newline at end of file
+{
+ "code": 200,
+ "msg": "操作成功",
+ "data": {
+ "serveList": [
+ {
+ "name": "母婴室拉萨酱豆腐路上看见独立房间数量大幅",
+ "nameEn": "muyingshi",
+ "logoUrl": "/iotFile/project-n-ww5jvpwnu0ads70lbkda/20230509/DuK2J6y7qyGJDBxpxVQS3.png",
+ "fileUrl": "/iotFile/project-n-ww5jvpwnu0ads70lbkda/20230509/_EMy-K7nCJOXBMEaIq6CC.png",
+ "qrUrl": "",
+ "content": "母婴室信息",
+ "contentEn": "muyingshi",
+ "isPoint": 2,
+ "building": "",
+ "buildingCode": "",
+ "buildingOrder": 0,
+ "floor": "",
+ "floorCode": "",
+ "floorOrder": 0,
+ "point": -1
+ },
+ {
+ "name": "体温计阿斯利康的飞机老师酱豆腐立刻撒旦解放了",
+ "nameEn": "tiwenj",
+ "logoUrl": "/iotFile/project-n-ww5jvpwnu0ads70lbkda/20230509/8HjKGhry5r4JGJ1Cdlo3e.png",
+ "fileUrl": "/iotFile/project-n-ww5jvpwnu0ads70lbkda/20230509/YzpHFa2tq1y0Y9g92leE9.png",
+ "qrUrl": "",
+ "content": "体温计",
+ "contentEn": "tiwenj",
+ "isPoint": 2,
+ "building": "",
+ "buildingCode": "",
+ "buildingOrder": 0,
+ "floor": "",
+ "floorCode": "",
+ "floorOrder": 0,
+ "point": -1
+ },
+ {
+ "name": "血压计",
+ "nameEn": "xueyaji",
+ "logoUrl": "/iotFile/project-n-ww5jvpwnu0ads70lbkda/20230509/pUPfu0ibaBHzTdrT8OsMK.png",
+ "fileUrl": "/iotFile/project-n-ww5jvpwnu0ads70lbkda/20230509/a0c-LW4BYv_YlnFvF2hor.png",
+ "qrUrl": "",
+ "content": "血压计",
+ "contentEn": "xueyaji",
+ "isPoint": 2,
+ "building": "",
+ "buildingCode": "",
+ "buildingOrder": 0,
+ "floor": "",
+ "floorCode": "",
+ "floorOrder": 0,
+ "point": -1
+ },
+ {
+ "name": "穿梭巴士",
+ "nameEn": "scbs",
+ "logoUrl": "/iotFile/project-n-ww5jvpwnu0ads70lbkda/20230509/wbQwJw3IGvaUKo1fxwqJE.png",
+ "fileUrl": "/iotFile/project-n-ww5jvpwnu0ads70lbkda/20230509/XxPPvgPGDCQPqQpwmwxmx.png",
+ "qrUrl": "",
+ "content": "穿梭巴士",
+ "contentEn": "csbs",
+ "isPoint": 2,
+ "building": "",
+ "buildingCode": "",
+ "buildingOrder": 0,
+ "floor": "",
+ "floorCode": "",
+ "floorOrder": 0,
+ "point": -1
+ }
+
+ ]
+ }
+}
\ No newline at end of file
diff --git a/src/base/Marquees/Marquees.vue b/src/base/Marquees/Marquees.vue
index a4d6d21..4b503f6 100644
--- a/src/base/Marquees/Marquees.vue
+++ b/src/base/Marquees/Marquees.vue
@@ -1,7 +1,7 @@
{{ artInfo.creationYear }}
@@ -44,7 +44,8 @@ function clickGo() { position: relative; width: 456px; height: 150px; - padding: 8px; + padding: 0; + padding-left: 8px; margin-bottom: 14px; background: rgb(255 255 255 / 80%); border-radius: 12px; @@ -53,6 +54,7 @@ function clickGo() { display: inline-block; width: 240px; height: 135px; + object-fit: contain; border-radius: 8px; } .intro-container { @@ -62,7 +64,9 @@ function clickGo() { .art-title { max-width: 170px; - height: 19px; + height: 21px; + padding-top: 4px; + padding-bottom: 2px; font-size: 14px; font-family: 'font_bold'; color: #736661; @@ -73,7 +77,9 @@ function clickGo() { } .art-author { max-width: 170px; - height: 17px; + height: 18px; + padding-top: 4px; + padding-bottom: 2px; margin-top: 2px; font-size: 10px; font-family: 'font_bold'; diff --git a/src/views/Art/ArtRightItem.vue b/src/views/Art/ArtRightItem.vue index 5b670f4..76645ce 100644 --- a/src/views/Art/ArtRightItem.vue +++ b/src/views/Art/ArtRightItem.vue @@ -46,6 +46,7 @@ function clickGo() { width: 160px; height: 90.4px; border-radius: 8px; + object-fit: contain; } .intro-container { display: inline-block; diff --git a/src/views/Member/Member.vue b/src/views/Member/Member.vue index 6c1e172..aaf25e4 100644 --- a/src/views/Member/Member.vue +++ b/src/views/Member/Member.vue @@ -1,5 +1,5 @@ -