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.
 

16 lines
235 B

/* pages/Bluetooth1/Bluetooth1.wxss */
.btnlist{
display: flex;
flex-wrap: wrap;
margin: 30rpx;
}
.btnli{
width: 33%;
margin-top: 30rpx;
}
.locktext{
margin: 30rpx;
font-size: 24rpx;
line-height: 40rpx;
color: #999;
}