.datou3-anniu {
display: flex; /* 使用flex布局 */
align-items: center; /* 垂直居中 */
justify-content: center; /* 水平居中 */
height: 40rpx;
width: 60rpx;
position: relative;
border-style: solid;
border-width: 5rpx;
color: white;
}
.datou3-anniu image {
height: 27rpx;
width: 27rpx;
}