完善预约场馆页面
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<view :data-theme="theme()" :class="theme() || ''" style="padding-bottom: 44rpx;">
|
||||
<view class="top_head pr" :style="'background-image: url(@/static/bg.png); background-size:100% auto;background-color:#F6F7F9;'">
|
||||
<view class="top_head pr" :style="'background-image: url(../../static/bg.png); background-size:100% auto;background-color:#F6F7F9;'">
|
||||
<view class="head_top" :style="'height:' + topBarTop() + 'px;'"></view>
|
||||
<view class="title" :style="topBarHeight() == 0 ? '' : 'height:' + topBarHeight() + 'px;'">
|
||||
秀湖网球中心
|
||||
</view>
|
||||
</view>
|
||||
<view :style="'background: url(@/static/bg.png) no-repeat; background-size:100% auto;'">
|
||||
<view :style="'background: url(../../static/bg.png) no-repeat; background-size:100% auto;'">
|
||||
<view v-if="thisindex == 0"><diy style="position: relative;" :diyItems="items"></diy></view>
|
||||
|
||||
<view class="notice">
|
||||
@ -25,7 +25,7 @@
|
||||
<image style="width: 690rpx;height: 320rpx;" src="@/static/wqzx.png" mode="aspectFit"></image>
|
||||
<view class="ball-title">
|
||||
<image style="width: 108rpx;height: 160rpx;" src="@/static/wq.png" mode="aspectFill"></image>
|
||||
<view style="background-image: url(@/static/wqbg.png);">
|
||||
<view style="background-image: url(../../static/wqbg.png);">
|
||||
<image style="width: 160rpx;height: 44rpx;" src="@/static/wqyd_txt.png" mode="aspectFill"></image>
|
||||
</view>
|
||||
</view>
|
||||
@ -44,7 +44,7 @@
|
||||
<image style="width: 690rpx;height: 320rpx;" src="@/static/lqzx.png" mode="aspectFit"></image>
|
||||
<view class="ball-title" style="bottom: 24rpx; left: 28rpx;">
|
||||
<image style="width: 64rpx;height: 64rpx;" src="@/static/lq.png" mode="aspectFill"></image>
|
||||
<view style="background-image: url(@/static/wqbg.png); bottom: 0; left: 20rpx;" >
|
||||
<view style="background-image: url(../../static/wqbg.png); bottom: 0; left: 20rpx;" >
|
||||
<image style="width: 160rpx;height: 44rpx;" src="@/static/lqyd_txt.png" mode="aspectFill"></image>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user