蓝牙控制阀小程序
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.

44 lines
765 B

3 years ago
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. }
  5. .content {
  6. display: -webkit-box;
  7. display: -webkit-flex;
  8. display: flex;
  9. width: 100%;
  10. height: 100%;
  11. -webkit-box-orient: vertical;
  12. -webkit-box-direction: normal;
  13. -webkit-flex-direction: column;
  14. flex-direction: column;
  15. -webkit-box-align: center;
  16. -webkit-align-items: center;
  17. align-items: center;
  18. -webkit-box-pack: center;
  19. -webkit-justify-content: center;
  20. justify-content: center;
  21. }
  22. .logo {
  23. margin: 0;
  24. padding: 0;
  25. margin-top: 300rpx;
  26. }
  27. .text-area {
  28. display: -webkit-box;
  29. display: -webkit-flex;
  30. display: flex;
  31. -webkit-box-pack: center;
  32. -webkit-justify-content: center;
  33. justify-content: center;
  34. }
  35. .title {
  36. font-size: 36rpx;
  37. color: #8f8f94;
  38. }
  39. .u-row {
  40. margin: 40rpx 0;
  41. }