Commit 2195e1fe authored by 黄奎's avatar 黄奎
parents 70fcf958 d1c27572
<template> <template>
<div class="UpgradedVersion-header absolute row-sb z-index1"> <div class="UpgradedVersion-header absolute row-sb z-index1">
<div class="UpgradedVersion-header-left row-ajc" <div class="UpgradedVersion-header-left relative row-aic"
:style="{'background':backgroundImg}"> :style="{'background':backgroundImg}">
<img src="http://192.168.10.214:8130/Upload/NewTripFeature/headerLogoTwo.png"/> <img class="header-leftBj absolute z-index2" src="http://192.168.10.214:8130/Upload/NewTripFeature/logoBj.png"/>
<img class="header-leftImg" src="http://192.168.10.214:8130/Upload/NewTripFeature/headerLogoTwo.png"/>
</div> </div>
<div class="UpgradedVersion-header-right"> <div class="UpgradedVersion-header-right">
<div class="UpgradedVersion-header-title"> <div class="UpgradedVersion-header-title">
...@@ -61,12 +62,19 @@ ...@@ -61,12 +62,19 @@
height: 65px; height: 65px;
border-radius: 0px 0px 18px 0px; border-radius: 0px 0px 18px 0px;
position: relative; position: relative;
background-size: 27px 65px;
} }
.UpgradedVersion-header img{ .header-leftImg{
width: 292px; width: 292px;
height: auto; height: auto;
display: block; display: block;
margin-left: 19px;
}
.header-leftBj{
left: 307px;
top: 0;
width: 27px;
height: 100%;
background-size: 100% 100%;
} }
.UpgradedVersion-header-title{ .UpgradedVersion-header-title{
padding: 12px 19px 10px 19px; padding: 12px 19px 10px 19px;
......
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