|
|
@@ -227,34 +227,10 @@
|
|
|
width:1.14rem;
|
|
|
height:1.14rem;
|
|
|
margin:0 auto;
|
|
|
- position:relative;
|
|
|
- }
|
|
|
- .home-main .home-main-content div:first-child{
|
|
|
- background:rgb(255,48,100);
|
|
|
- }
|
|
|
- .home-main .home-main-content:nth-child(2) div{
|
|
|
- background:rgb(250,103,67);
|
|
|
- }
|
|
|
- .home-main .home-main-content:nth-child(3) div {
|
|
|
- background: rgb(252, 184, 54);
|
|
|
- }
|
|
|
- .home-main .home-main-content:nth-child(4) div{
|
|
|
- background:rgb(99,147,255);
|
|
|
- }
|
|
|
- .home-main .home-main-content:nth-child(5) div{
|
|
|
- background:rgb(67,201,173);
|
|
|
- }
|
|
|
- .home-main .home-main-content:last-child div{
|
|
|
- background:rgb(135,201,79);
|
|
|
}
|
|
|
.home-main .home-main-content div>img{
|
|
|
- width: .8rem;
|
|
|
- height:.8rem;
|
|
|
- position:absolute;
|
|
|
- left:50%;
|
|
|
- top:50%;
|
|
|
- margin-left:-36%;
|
|
|
- margin-top:-36%;
|
|
|
+ width: 100%;
|
|
|
+ height:100%;
|
|
|
}
|
|
|
|
|
|
.home-main .home-main-content p{
|