往生殿index1.0
This commit is contained in:
parent
27b9420375
commit
145e91d2c8
|
|
@ -48,11 +48,14 @@
|
|||
/>
|
||||
</view>
|
||||
</view>
|
||||
<bottom-button
|
||||
title="供奉"
|
||||
type="primary"
|
||||
@click="submitPrayer"
|
||||
/>
|
||||
<view class="bottom">
|
||||
<bottom-button
|
||||
title="供奉"
|
||||
type="primary"
|
||||
@click="submitPrayer"
|
||||
/>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
|
@ -189,4 +192,13 @@ export default {
|
|||
width: 100%;
|
||||
max-width: 750rpx;
|
||||
}
|
||||
|
||||
.bottom{
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background: #FFFBF5;
|
||||
height: 170rpx;
|
||||
}
|
||||
</style>
|
||||
Loading…
Reference in New Issue
Block a user