纸通宝小程序
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.
 

18 lines
384 B

/* components/scan-code/scan-code.wxss */
.item-check{
line-height: 45px;
display: flex;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1rpx solid #f3f3f3;
}
.list-view{
width:100%;
max-height:225px;
background-color: white;
padding: 0rpx 32rpx;
}