Commit 63a96995 by Chao Sun

背景图修改

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