Commit fbe9e307 authored by 潘永坪's avatar 潘永坪

湖广会馆图片修改

parent 2f343d5b
<template> <template>
<view class="wrap"> <view class="wrap">
<view> <image src="../../../static/img/hghg/hghgBg.jpg" class="bgImage"></image>
<view class="btn-wrap">
<view> <view>
<text class="button" @click="goKnow()">购票须知</text> <text class="button" @click="goKnow()">购票须知</text>
</view> </view>
...@@ -83,12 +84,23 @@ export default { ...@@ -83,12 +84,23 @@ export default {
<style scoped> <style scoped>
.wrap{ .wrap{
height: 100%; height: 100%;
background:#fffae8;
font-size: 40rpx; font-size: 40rpx;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content:center; justify-content:center;
} }
.bgImage{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.btn-wrap{
position: relative;
top: -160rpx;
}
.button{ .button{
width: 520rpx; width: 520rpx;
height: 112rpx; height: 112rpx;
......
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