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.

15 lines
235 B

1 year ago
  1. /* pages/Bluetooth1/Bluetooth1.wxss */
  2. .btnlist{
  3. display: flex;
  4. flex-wrap: wrap;
  5. margin: 30rpx;
  6. }
  7. .btnli{
  8. width: 33%;
  9. margin-top: 30rpx;
  10. }
  11. .locktext{
  12. margin: 30rpx;
  13. font-size: 24rpx;
  14. line-height: 40rpx;
  15. color: #999;
  16. }