This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/* pages/bd/bd.wxss */
.binding-item {
margin: 40rpx;
padding-top: 20rpx;
padding-bottom: 40rpx;
display: flex;
font-size: 32rpx;
/* 在模拟器为iphone 6 时,1px=2rpx ,这里设置32rpx,即16px */
border-bottom: 1rpx solid #dedede;
}
.binding-item input {
align-items: center;
justify-content: center;
height: 100%;
padding-left: 20rpx;
.binding-btn{
background-color:#19be6b;
padding: 28rpx;
color: pink;
text-align: center;
.button{
margin-top: 30rpx;
margin-bottom: 30rpx;