| | |
| | | <html> |
| | | <head> |
| | | <meta charset="utf-8"> |
| | | <title>芙艾医疗</title> |
| | | <title>房间屏</title> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0, viewprot-fit=cover, minimal-ui"> |
| | | <meta name="renderer" content="webkit"> |
| | | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> |
| | |
| | | .page_logo_1 .img { |
| | | width: 100%; |
| | | height: 100%; |
| | | object-fit: contain; |
| | | } |
| | | .page_logo_2 { |
| | | width: 132px; |
| | |
| | | .page_logo_2 .img { |
| | | width: 100%; |
| | | height: 100%; |
| | | object-fit: contain; |
| | | } |
| | | .page_date { |
| | | line-height: 28px; |
New file |
| | |
| | | // 全局标题图标配置!!! |
| | | |
| | | // 配置图标统一在 目录下修改 |
| | | // static/settingConfig |
| | | |
| | | module.exports = { |
| | | title: '加颜医疗', // 芙艾医疗 |
| | | |
| | | isLogo: true, // 是否显示logo |
| | | isLongLogo: false // 是否显示长logo |
| | | } |
| | |
| | | import 'element-ui/lib/theme-chalk/display.css' |
| | | import '@/icons' // icon |
| | | |
| | | // 全局标题图标配置!!! |
| | | import settingConfig from './config/settingConfig' // 全局标题图标配置 |
| | | Vue.prototype.settingConfig = settingConfig |
| | | |
| | | Vue.prototype.isTestView = config.isTestView |
| | | |
| | | Vue.config.productionTip = false |
| | |
| | | <div class="page flex flex-col"> |
| | | <div class="page_header flex flex-ver"> |
| | | <div class="left flex flex-ver" @click="back"> |
| | | <div class="page_logo_1"> |
| | | <img class="img" src="static/imgs/logo_1.png"> |
| | | <!-- 全局标题图标配置!!! --> |
| | | <div v-if="settingConfig.isLogo" class="page_logo_1"> |
| | | <!-- 全局标题图标配置!!! --> |
| | | <img class="img" src="static/settingConfig/logo_1.png"> |
| | | </div> |
| | | <div class="page_logo_2"> |
| | | <img class="img" src="static/imgs/logo_2.png"> |
| | | <!-- 全局标题图标配置!!! --> |
| | | <div v-if="settingConfig.isLongLogo" class="page_logo_2"> |
| | | <!-- 全局标题图标配置!!! --> |
| | | <img class="img" src="static/settingConfig/logo_2.png"> |
| | | </div> |
| | | </div> |
| | | <div class="right flex-1 flex flex-jcfe flex-ver"> |
| | |
| | | <div class="page flex flex-col"> |
| | | <div class="page_header flex flex-ver"> |
| | | <div class="left flex flex-ver" @click="resetPage"> |
| | | <div class="page_logo_1"> |
| | | <img class="img" src="static/imgs/logo_1.png"> |
| | | <!-- 全局标题图标配置!!! --> |
| | | <div v-if="settingConfig.isLogo" class="page_logo_1"> |
| | | <!-- 全局标题图标配置!!! --> |
| | | <img class="img" src="static/settingConfig/logo_1.png"> |
| | | </div> |
| | | <div class="page_logo_2"> |
| | | <img class="img" src="static/imgs/logo_2.png"> |
| | | <!-- 全局标题图标配置!!! --> |
| | | <div v-if="settingConfig.isLongLogo" class="page_logo_2"> |
| | | <!-- 全局标题图标配置!!! --> |
| | | <img class="img" src="static/settingConfig/logo_2.png"> |
| | | </div> |
| | | </div> |
| | | <div class="flex-1 flex flex-center"> |