Skip to content

Commit 0058ec7

Browse files
committed
add iphoneXS picture
1 parent d326ced commit 0058ec7

File tree

3 files changed

+40
-19
lines changed

3 files changed

+40
-19
lines changed

IMG_17822.jpg

206 KB
Loading

index.html

Lines changed: 40 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h3>学历带来的选择差异</h3>
3737

3838

3939
<h3>少女偏爱AOV,熟男偏爱华为和小米</h3>
40-
<div id="container">
40+
<div class="container">
4141
<div id="echart4"></div>
4242
<div id="echart5"></div>
4343
</div>
@@ -57,7 +57,10 @@ <h2>二、手机价格分布</h2>
5757

5858

5959
<h2>三、不买肾,攒几个月的钱够买一部IPhone XS?</h2>
60-
<div id="echart8"></div>
60+
<div class="container">
61+
<div id="echart8"></div>
62+
<div id="iphoneXS"></div>
63+
</div>
6164
<p>国家统计局的数据显示,城镇非私营单位就业人员月平均工资最高10975元,最低 元;人均最高月消费5216元,最低2287元。据此我们可以进行一个粗略的计算,(平均工资-平均消费水平)/手机价格8199。在一线城市正常消费,大约攒4个月的钱就可以拥有一部IPhone XS;在二、三线城市正常生活,购买一部XS大约需要攒钱5-6个月。
6265
</p>
6366

@@ -103,7 +106,7 @@ <h4>五大品牌最新款手机参数对比</h4>
103106
float: left;
104107
}
105108

106-
#container {
109+
.container {
107110
overflow: hidden;
108111
}
109112
/* 清除浮动 */
@@ -115,16 +118,34 @@ <h4>五大品牌最新款手机参数对比</h4>
115118
}
116119

117120
#echart7 {
118-
height: 400px;
119-
width: 80%;
121+
height: 450px;
122+
width: 100%;
120123
margin: 0 auto;
121124
}
122125

123126
#echart8 {
124-
height: 550px;
125-
width: 80%;
126-
margin: 0 auto;
127+
height: 400px;
128+
width: 50%;
129+
float: left;
130+
margin-right: 16.3%;
131+
}
132+
133+
#iphoneXS {
134+
float: left;
135+
width: 33.7%;
136+
height: 400px;
137+
background: url("iphoneX.jpg") no-repeat;
138+
background-size: cover;
139+
background-position: center center;
127140
}
141+
/* #iphoneXS img {
142+
position: absolute;
143+
top: 0;
144+
bottom: 0;
145+
left: 0;
146+
right: 0;
147+
margin: auto;
148+
} */
128149

129150
#echart9 {
130151
height: 400px;
@@ -136,7 +157,7 @@ <h4>五大品牌最新款手机参数对比</h4>
136157
margin: 0 auto;
137158
height: 800px;
138159
width: 100%;
139-
background: url("IMG_17821.jpg") no-repeat;
160+
background: url("IMG_17822.jpg") no-repeat;
140161
background-size: cover;
141162
background-position: center center;
142163
/* background-attachment: fixed; */
@@ -1075,10 +1096,10 @@ <h4>五大品牌最新款手机参数对比</h4>
10751096
barWidth: 40,
10761097
itemStyle: {
10771098
normal: {
1078-
color: '#9FB6CD'
1099+
color: '#d58364'
10791100
},
10801101
emphasis: {
1081-
color: '#9FB6CD'
1102+
color: '#d58364'
10821103
}
10831104
},
10841105
data: _data1
@@ -1091,10 +1112,10 @@ <h4>五大品牌最新款手机参数对比</h4>
10911112
label: _label,
10921113
itemStyle: {
10931114
normal: {
1094-
color: '#607B8B'
1115+
color: '#91c7af'
10951116
},
10961117
emphasis: {
1097-
color: '#607B8B'
1118+
color: '#91c7af'
10981119
}
10991120
},
11001121
data: _data2
@@ -1107,10 +1128,10 @@ <h4>五大品牌最新款手机参数对比</h4>
11071128
label: _label,
11081129
itemStyle: {
11091130
normal: {
1110-
color: '#C1CDCD'
1131+
color: '#c33430'
11111132
},
11121133
emphasis: {
1113-
color: '#C1CDCD'
1134+
color: '#c33430'
11141135
}
11151136
},
11161137
data: _data3
@@ -1123,10 +1144,10 @@ <h4>五大品牌最新款手机参数对比</h4>
11231144
label: _label,
11241145
itemStyle: {
11251146
normal: {
1126-
color: '#838B8B'
1147+
color: '#2e4454'
11271148
},
11281149
emphasis: {
1129-
color: '#838B8B'
1150+
color: '#2e4454'
11301151
}
11311152
},
11321153
data: _data4
@@ -1139,10 +1160,10 @@ <h4>五大品牌最新款手机参数对比</h4>
11391160
label: _label,
11401161
itemStyle: {
11411162
normal: {
1142-
color: '#CDCDC1'
1163+
color: '#60a1a9'
11431164
},
11441165
emphasis: {
1145-
color: '#CDCDC1'
1166+
color: '#60a1a9'
11461167
}
11471168
},
11481169
data: _data5

iphoneX.jpg

106 KB
Loading

0 commit comments

Comments
 (0)