diff --git a/.env.development b/.env.development index 3f976ee..41c0621 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ VUE_APP_MODE=development VUE_APP_NODE_ENV=development -VUE_APP_SCENE=greenvalley +VUE_APP_SCENE=wisdomcar VUE_APP_BASE_URL=http://test.tall.wiki/ VUE_APP_API_URL=http://test.tall.wiki/gateway VUE_APP_PROXY_URL=/gateway -VUE_APP_PUBLIC_PATH=/greenvalley +VUE_APP_PUBLIC_PATH=/wisdomcar VUE_APP_MSG_URL=wss://test.tall.wiki/websocket/message/v4.0/ws VUE_APP_TITLE=盐湖区人民医院数字看板 VUE_APP_DESCRIPTION=盐湖区人民医院数字看板 diff --git a/.env.production b/.env.production index 0880a18..ba82787 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ VUE_APP_MODE=production VUE_APP_NODE_ENV=production -VUE_APP_SCENE=greenvalley +VUE_APP_SCENE=wisdomcar VUE_APP_BASE_URL=http://www.sxwikionline.com/ VUE_APP_API_URL=http://www.sxwikionline.com/gateway VUE_APP_PROXY_URL=/gateway -VUE_APP_PUBLIC_PATH=/greenvalley +VUE_APP_PUBLIC_PATH=/wisdomcar VUE_APP_MSG_URL=wss://www.tall.wiki/websocket/message/v4.0/ws VUE_APP_TITLE=盐湖区人民医院数字看板 VUE_APP_DESCRIPTION=盐湖区人民医院数字看板 diff --git a/src/App.vue b/src/App.vue index 093fc8b..a3a66ce 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,6 +7,7 @@ diff --git a/src/components/LoadCells/LoadCells.styl b/src/components/LoadCells/LoadCells.styl new file mode 100644 index 0000000..6e077c9 --- /dev/null +++ b/src/components/LoadCells/LoadCells.styl @@ -0,0 +1,51 @@ +.box { + width: 88%; + left: 6%; + position: relative; +} + +.title { + font-size: 17px; + color: #C8CED5; + letter-spacing: 2px; +} + +.number { + height: 80%; + position: absolute; + right: 0; + bottom: 0; +} + +.number .num_item { + background: url('~assets/cz-bg.png') no-repeat bottom left; + background-size: auto 90%; + position: relative; + top: -6px; + left: 2px; +} + +.number span { + display: inline-block; + position: relative; + top: -8px; + left: 2px; + font-size: 38px; + font-style: oblique; + font-weight: 400; + letter-spacing: 18px; + height: 100%; +} + +@media (max-width: 1500px) { + .title { + font-size: 12px; + letter-spacing: 0; + } + + .number span { + top: -8px; + font-size: 23px; + letter-spacing: 16px; + } +} diff --git a/src/components/LoadCells/LoadCells.vue b/src/components/LoadCells/LoadCells.vue index 1dfffab..cc7a415 100644 --- a/src/components/LoadCells/LoadCells.vue +++ b/src/components/LoadCells/LoadCells.vue @@ -70,55 +70,5 @@ export default { diff --git a/src/components/RFID/RFID.vue b/src/components/RFID/RFID.vue index b560fa1..a03461c 100644 --- a/src/components/RFID/RFID.vue +++ b/src/components/RFID/RFID.vue @@ -1,7 +1,12 @@