38 lines
649 B
Plaintext
38 lines
649 B
Plaintext
.container{
|
|
height: 100vh;
|
|
justify-content: center;
|
|
}
|
|
.contentnav{
|
|
width:96%;
|
|
height: auto;
|
|
margin: 0 auto;
|
|
display:flex;
|
|
flex-wrap: wrap;
|
|
background: #fff;
|
|
border-radius: 10rpx;
|
|
padding: 0 0 5px 0;
|
|
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
|
|
margin-top: 60rpx;
|
|
}
|
|
.servieceimg{
|
|
width: 85rpx;
|
|
height: 85rpx;
|
|
}
|
|
.contentnav .navul{
|
|
width: 50%;
|
|
height: 200rpx;
|
|
margin-top: 10rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.contentnav .navli{
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items:center;
|
|
}
|
|
.contentnav .navli .title{
|
|
font-size:14px;
|
|
margin-top: 10rpx;
|
|
} |