s
This commit is contained in:
parent
adc049f3e9
commit
4f286413dd
@ -152,13 +152,14 @@ export default {
|
||||
font-size: 28rpx;
|
||||
}
|
||||
.wrap1_2_1_2 {
|
||||
border-radius: 8rpx;
|
||||
width: 76rpx;
|
||||
height: 26rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
background: #76c458;
|
||||
background: #40BE94;
|
||||
font-size: 16rpx;
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,10 @@
|
||||
<template>
|
||||
<div class="com-root">
|
||||
|
||||
<div class="content1"></div>
|
||||
<div class="content2"></div>
|
||||
<div class="content3">
|
||||
<image src="../../static/gdz49@3x.png"></image>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
@ -8,15 +12,32 @@ export default {
|
||||
name: "view-venues"
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<style scoped lang="scss">
|
||||
.com-root{
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-image: url("../../static/gdz49@3x.png");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
position: relative;
|
||||
.content3{
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
z-index: 999;
|
||||
position: absolute;
|
||||
|
||||
image{
|
||||
width: 750rpx;
|
||||
height: 1449.44rpx;
|
||||
}
|
||||
}
|
||||
.content2{
|
||||
transform:rotate(180deg) ;
|
||||
width: 100vw;
|
||||
height: 50vh;
|
||||
background-image: url("../../static/bg-common.png");
|
||||
|
||||
}
|
||||
.content1{
|
||||
width: 100vw;
|
||||
height: 50vh;
|
||||
background-image: url("../../static/bg-common.png");
|
||||
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
2
unpackage/dist/index.html
vendored
2
unpackage/dist/index.html
vendored
@ -1,2 +1,2 @@
|
||||
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>uni-admission-fee</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.97465e7b.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.dbfdf2e8.js></script><script src=/static/js/index.4d896bd5.js></script></body></html>
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.97465e7b.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.3a42503c.js></script><script src=/static/js/index.89dc8c21.js></script></body></html>
|
Loading…
Reference in New Issue
Block a user