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

更新

parent f7753991
...@@ -63,7 +63,7 @@ export default { ...@@ -63,7 +63,7 @@ export default {
font-family Pangmenzhengdao font-family Pangmenzhengdao
src url(./assets/font/pangmenzhengdao.ttf) src url(./assets/font/pangmenzhengdao.ttf)
html, body html, body
background #000 background-color #000 !important
width 100% width 100%
height 100% height 100%
user-select none user-select none
......
...@@ -3,7 +3,7 @@ let FILE_URL = '' ...@@ -3,7 +3,7 @@ let FILE_URL = ''
switch (process.env.NODE_ENV) { switch (process.env.NODE_ENV) {
case 'production': case 'production':
IMG_URL = 'http://10.221.1.181:8080/dist/static/' IMG_URL = 'http://10.221.1.181:8080/dist/static/'
FILE_URL = '/dist/static/' FILE_URL = '/static/'
break break
default: default:
IMG_URL = 'http://localhost:8080/static/' IMG_URL = 'http://localhost:8080/static/'
......
...@@ -47,7 +47,7 @@ export default { ...@@ -47,7 +47,7 @@ export default {
width 28% width 28%
text-align right text-align right
&:first-child &:first-child
width 16% width 20%
text-align center text-align center
b b
color #FFCE34 color #FFCE34
......
...@@ -5,6 +5,10 @@ ...@@ -5,6 +5,10 @@
<div class="simple-logo"> <div class="simple-logo">
<div class="img-wrapper"> <div class="img-wrapper">
<img width="60%" :src="$api.FILE_URL+enterprise.logoPath" /> <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> </div>
<div class="simple-base"> <div class="simple-base">
...@@ -28,6 +32,10 @@ ...@@ -28,6 +32,10 @@
<div class="complete-logo"> <div class="complete-logo">
<div class="img-wrapper"> <div class="img-wrapper">
<img :src="$api.FILE_URL+enterprise.logoPath" /> <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>
</div> </div>
</section> </section>
...@@ -79,6 +87,31 @@ export default { ...@@ -79,6 +87,31 @@ export default {
display flex display flex
align-items center align-items center
justify-content 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 img
width 80% width 80%
padding 1rem padding 1rem
...@@ -97,7 +130,8 @@ export default { ...@@ -97,7 +130,8 @@ export default {
padding 1rem padding 1rem
align-items center align-items center
.simple-logo .simple-logo
flex 1 flex 1.5
height 70%
.simple-base .simple-base
flex 2 flex 2
margin-left 1rem margin-left 1rem
...@@ -118,7 +152,8 @@ export default { ...@@ -118,7 +152,8 @@ export default {
height 8rem height 8rem
overflow auto overflow auto
.complete-logo .complete-logo
flex 1 flex 1.2
.img-wrapper .img-wrapper
margin-left 3rem margin-left 3rem
</style> </style>
...@@ -112,7 +112,7 @@ export default { ...@@ -112,7 +112,7 @@ export default {
&:nth-child(2) &:nth-child(2)
width 50% width 50%
&:nth-child(4) &:nth-child(4)
width 15% width 13%
.over .over
max-height 8rem max-height 8rem
overflow auto 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