Commit 63188606 authored by 郭铭瑶's avatar 郭铭瑶 🤘

更新

parent f7753991
......@@ -63,7 +63,7 @@ export default {
font-family Pangmenzhengdao
src url(./assets/font/pangmenzhengdao.ttf)
html, body
background #000
background-color #000 !important
width 100%
height 100%
user-select none
......
......@@ -3,7 +3,7 @@ let FILE_URL = ''
switch (process.env.NODE_ENV) {
case 'production':
IMG_URL = 'http://10.221.1.181:8080/dist/static/'
FILE_URL = '/dist/static/'
FILE_URL = '/static/'
break
default:
IMG_URL = 'http://localhost:8080/static/'
......
......@@ -47,7 +47,7 @@ export default {
width 28%
text-align right
&:first-child
width 16%
width 20%
text-align center
b
color #FFCE34
......
......@@ -5,6 +5,10 @@
<div class="simple-logo">
<div class="img-wrapper">
<img width="60%" :src="$api.FILE_URL+enterprise.logoPath" />
<div class="edge top-left"/>
<div class="edge top-right"/>
<div class="edge bottom-left"/>
<div class="edge bottom-right"/>
</div>
</div>
<div class="simple-base">
......@@ -28,6 +32,10 @@
<div class="complete-logo">
<div class="img-wrapper">
<img :src="$api.FILE_URL+enterprise.logoPath" />
<div class="edge top-left"/>
<div class="edge top-right"/>
<div class="edge bottom-left"/>
<div class="edge bottom-right"/>
</div>
</div>
</section>
......@@ -79,6 +87,31 @@ export default {
display flex
align-items center
justify-content center
position relative
.edge
position absolute
width 0
border 0.6rem solid $color-map(1)
&.top-left
top 0
left 0
border-right-color transparent
border-bottom-color transparent
&.top-right
top 0
right 0
border-left-color transparent
border-bottom-color transparent
&.bottom-left
bottom 0
left 0
border-right-color transparent
border-top-color transparent
&.bottom-right
bottom 0
right 0
border-left-color transparent
border-top-color transparent
img
width 80%
padding 1rem
......@@ -97,7 +130,8 @@ export default {
padding 1rem
align-items center
.simple-logo
flex 1
flex 1.5
height 70%
.simple-base
flex 2
margin-left 1rem
......@@ -118,7 +152,8 @@ export default {
height 8rem
overflow auto
.complete-logo
flex 1
flex 1.2
.img-wrapper
margin-left 3rem
</style>
......@@ -112,7 +112,7 @@ export default {
&:nth-child(2)
width 50%
&:nth-child(4)
width 15%
width 13%
.over
max-height 8rem
overflow auto
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment