Skip to content

Commit fc9ccde

Browse files
committed
add web 106
1 parent 9c7ccc6 commit fc9ccde

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+4644
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.centerBoxTop{
2+
width: 100%;
3+
height:49%;
4+
5+
}
6+
.centerBoxBottom{
7+
width: 100%;
8+
height: 49%;
9+
margin-top: 2%;
10+
}
11+
.chain-item{
12+
float: left;
13+
width: 21%;
14+
height: 10vw;
15+
background-color: rgba(13, 226, 232, .2);
16+
/* opacity: .8; */
17+
margin-left: .5vw;
18+
margin-top: 1vw;
19+
color: #0dd8df;
20+
text-align: center;
21+
}
22+
.chain-item h3{
23+
font-size: .8vw;
24+
padding:.5vw 0;
25+
}
26+
.chain-item p{
27+
font-size: .5vw;
28+
padding:.1vw 0;
29+
}
30+
/* #liquidfill-chart{
31+
background: url(../img/2019072517094175.gif) no-repeat center bottom;
32+
background-size: 100% 100%;
33+
} */

0 commit comments

Comments
 (0)