.moneyBox .moneyList{
width:3.15rem;
height:2rem;
line-height: 2rem;
display: inline-block;
margin-left: 0.5rem;
border:1px solid #E6E6E6;
text-align: center;
margin-bottom: 0.5rem;
border-radius: 5px;
border-color:#3FC120;
color: #3FC120;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); //这句话就是清除题中阴影
}
网友评论