Skip to content

Commit

Permalink
修改定位
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaoZeMing committed Aug 15, 2018
1 parent be701ba commit 5ec9f76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,27 +59,27 @@
</audio>
<div class="balloons text-center" id="b1">
<!--<h2 style="color:#F2B300;">胡</h2>-->
<h2 style="top: -10px"><img class="jpg" src="log.png"></h2>
<h2><img class="jpg" src="log.png"></h2>
</div>
<div class="balloons text-center" id="b2">
<!--<h2 style="color:#0719D4;">琴</h2>-->
<h2 style="top: -10px"><img class="jpg" src="qqlog.jpeg"></h2>
<h2 ><img class="jpg" src="qqlog.jpeg"></h2>

</div>
<div class="balloons text-center" id="b3">
<h2 style="color:#D14D39;top: -10px"></h2>
<h2 style="color:#D14D39;"></h2>
</div>
<div class="balloons text-center" id="b4">
<h2 style="color:#8FAD00;top: -10px"></h2>
<h2 style="color:#8FAD00;"></h2>
</div>
<div class="balloons text-center" id="b5">
<h2 style="color:#8377E4;top: -10px"></h2>
<h2 style="color:#8377E4;"></h2>
</div>
<div class="balloons text-center" id="b6">
<h2 style="color:#99C96A;top: -10px"></h2>
<h2 style="color:#99C96A;"></h2>
</div>
<div class="balloons text-center" id="b7">
<h2 style="color:#20CFB4;top: -10px">
<h2 style="color:#20CFB4;">
<!--<img style="max-width: 300px;-webkit-border-radius: 10px 20px 20px 20px ;-->
<!-- -moz-border-radius: 20px 20px 20px 20px ;-->
<!--border-radius: 20px 20px 20px 20px ;" src="r1.jpeg">-->
Expand Down
2 changes: 2 additions & 0 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,8 @@ audio {
color: #BF4136;
text-shadow: 5px 5px 5px #FFF;
display: none;
position: absolute;
top:calc(100vw / 30) ;
}
#b1,#b11 {
background-image: url('b1.png');
Expand Down

0 comments on commit 5ec9f76

Please sign in to comment.