小程序蓝牙通信例子
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.

27 lines
326 B

  1. /* pages/asyntest/asyntest.wxss */
  2. .vertical{
  3. display: flex;
  4. flex-direction: column;
  5. }
  6. /**index.wxss**/
  7. .horizontal{
  8. display: flex;
  9. flex-direction: row;
  10. }
  11. .btinfo{
  12. height:100px;
  13. }
  14. .contentview {
  15. margin: 0 10px;
  16. }
  17. .button {
  18. margin: 5px;
  19. }
  20. .myview{
  21. height:200px;
  22. word-break:break-all;/* 自动换行 */
  23. }