nuxt-for-preset
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

53 lines
1.1 KiB

.wrapper{
border-bottom: solid 1px #e2e2e2;
.descicon {
height: bq(105);
display: flex;
.item {
display: flex;
align-items: center;
width: bq(273+156);
padding: bq(28) 0;
.icon {
width: bq(33);
height: bq(33);
margin: 0 bq(31);
}
.i0{
background-image: url('/image/icon0.png');
background-size: 100% 100%;
background-repeat: no-repeat;
}
.i1{
background-image: url('/image/icon1.png');
background-size: 100% 100%;
background-repeat: no-repeat;
}
.i2{
background-image: url('/image/icon2.png');
background-size: 100% 100%;
background-repeat: no-repeat;
}
.i3{
background-image: url('/image/icon3.png');
background-size: 100% 100%;
background-repeat: no-repeat;
}
.word {
line-height: bq(30 );
.word__titile {
color: #3175bb;
font-size: bq(22);
}
.word__desc {
font-size: bq(18);
color: #8f8f8f;
}
}
}
}
}