Commit 63a96995 by Chao Sun

背景图修改

parent 8e90446d
<div class="weui-panel">
<div class="weui-panel__hd">
<div class="weui-panel__hd header">
<!--头部经纪人信息START-->
<div class="avatar">
<img
......
......@@ -42,7 +42,8 @@
.brokerName {
display: flex;
justify-content: space-between;
color: #e3c385;
// color: #e3c385;
font-weight: normal;
font-size: 16px;
> div:first-child {
display: flex;
......@@ -51,7 +52,7 @@
}
}
.ydTitle, .brokerTag {
color: #ae9f82;
// color: #ae9f82;
border-radius: 6px;
}
.brokerTag {
......@@ -76,7 +77,13 @@
font-size: 15px;
}
}
.weui-panel__hd.header{
background: -webkit-linear-gradient(left, #696d90, #a1adc7);
background: -o-linear-gradient(left, #696d90, #a1adc7);
background: -moz-linear-gradient(left, #696d90, #a1adc7);
background: -ms-linear-gradient(left, #696d90, #a1adc7);
background: linear-gradient(to right, #696d90, #a1adc7);
}
.weui-panel__bd{
background: #f6f7f2;
height: auto;
......@@ -90,7 +97,7 @@
margin: 5px auto 8px auto;
box-shadow: 0 1px 5px #969696;
position: relative;
background: url('../../../assets/images/sales__bg.png') no-repeat ;
background: url('../../../assets/images/top_bg.png') no-repeat ;
background-size: cover;
.bg{
height: 100%;
......
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