app.wxss
387 字节
/**app.wxss**/
button {
padding: 0;
margin: 0;
border: 0;
background: transparent;
line-height: auto;
border-radius: 0;
/* line-height: 1; */
}
button::after {
border: 0;
border-radius: 0;
width: 0;
height: 0;
}
.btn-scan {
margin-bottom: 34rpx !important;
margin-top: 61rpx !important;
}
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}