We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2625afe commit 36af8b2Copy full SHA for 36af8b2
index.html
@@ -139,16 +139,16 @@ <h3>五大品牌最新款手机参数对比</h3>
139
140
#echart8 {
141
height: 400px;
142
- /* width: 70%; */
143
- width: 640px;
+ width: 70%;
+ /* width: 640px; */
144
float: left;
145
margin-right: 1.5%;
146
}
147
148
#iphoneXS {
149
150
- /* width: 28.5%; */
151
- width: 255px;
+ width: 28.5%;
+ /* width: 255px; */
152
153
background: url("iphoneX.jpg") no-repeat;
154
background-size: cover;
0 commit comments