Browse Source

页面logo居左

master
1747191978@qq.com 4 months ago
parent
commit
a3293042af
  1. 2
      大唐会议前台1/App.vue
  2. 4
      大唐会议前台1/pages/index/details.vue
  3. 2
      大唐会议前台1/pages/index/index.vue
  4. 2
      大唐会议前台1/pages/index/pdf.vue

2
大唐会议前台1/App.vue

@ -98,8 +98,6 @@
position: fixed !important;
top:16px;
left: 16px;
right: 16px;
margin: auto;
}
//

4
大唐会议前台1/pages/index/details.vue

@ -1,6 +1,6 @@
<template>
<view class="box">
<image class="back" src='../../imgs/back.png' mode="widthFix" @click="handleBack"></image>
<!-- <image class="back" src='../../imgs/back.png' mode="widthFix" @click="handleBack"></image> -->
<image class="logo" src='../../imgs/logo.png' alt="" mode="widthFix" ></image>
<view class="box-cent">
<view class="box-cent1">
@ -18,7 +18,7 @@
<!-- 底部背景图 -->
<view class="view-backimg">
<view class="view-backimg-top"></view>
<view class="view-backimg-bottom"></view>
<!-- <view class="view-backimg-bottom"></view> -->
</view>
<!-- 头像 - 头像 -->
<view class="avatarobx">

2
大唐会议前台1/pages/index/index.vue

@ -1,6 +1,6 @@
<template>
<view class="box">
<image class="back" src='../../imgs/back.png' mode="widthFix" @click='handleBack'></image>
<!-- <image class="back" src='../../imgs/back.png' mode="widthFix" @click='handleBack'></image> -->
<image class="logo" src='../../imgs/logo.png' mode="widthFix" ></image>
<view class="box-cent">
<view class="box-cent1">

2
大唐会议前台1/pages/index/pdf.vue

@ -1,6 +1,6 @@
<template>
<view class="box" style="position: relative;">
<image class="back" src='../../imgs/back.png' mode="widthFix" @click="handleBack"></image>
<!-- <image class="back" src='../../imgs/back.png' mode="widthFix" @click="handleBack"></image> -->
<image class="logo" src='../../imgs/logo.png' mode="widthFix" ></image>
<view class="box-cent">
<view class="box-cent1">

Loading…
Cancel
Save