<style>
.gemmologist-name{
display: block;
height: 45upx;
line-height: 45upx;
font-size: 25upx;
}
.grid-item-box{
text-align: center;
height: 165upx;
margin-top: 25upx;
}
.grid-item-box text{
height: 45upx;
}
.identify-head{
width: 80upx;
height: 80upx;
clear: both;
}
</style>
把上面代码保存为.vue文件,在hb中运行即可看到效果
【1】 2