bluetoothRunSetting.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /* page {
  2. height: 97%;
  3. } */
  4. .body-content {
  5. width: 100%;
  6. height: 100%;
  7. display: flex;
  8. flex-direction: column;
  9. }
  10. .info_list_box {
  11. width: 100%;
  12. height: 100%;
  13. position: relative;
  14. display: flex;
  15. flex-direction: column;
  16. align-items: center;
  17. }
  18. .info_list {
  19. width: 98%;
  20. height: 98%;
  21. margin-top: 8px;
  22. margin-bottom: 8px;
  23. }
  24. .info_text_line_inline {
  25. width: 100%;
  26. display: flex;
  27. flex-direction: row;
  28. align-items: flex-start;
  29. color: black;
  30. }
  31. .info_text_line_inline_title {
  32. width: 50%;
  33. }
  34. .info_text_line_inline_content {
  35. width: 50%;
  36. text-align: left;
  37. color: #669999;
  38. font-size: small;
  39. }
  40. .info_text_line_center {
  41. text-align: center;
  42. }
  43. .datetime_font {
  44. color:#669999;
  45. }
  46. .myinput {
  47. margin-top: 20rpx;
  48. }
  49. .radio_name{
  50. margin:5rpx;
  51. color:#669999;
  52. }
  53. .myinput input {
  54. border-style: solid;
  55. border-width: thin;
  56. border-color: lightgray;
  57. padding-top: 10rpx;
  58. padding-left: 10rpx;
  59. padding-bottom: 10rpx;
  60. color:#669999;
  61. }
  62. .time-select {
  63. margin-top: 10rpx;
  64. display: flex;
  65. flex-direction: row;
  66. justify-content: start;
  67. }
  68. .submit-btn {
  69. height: 15%;
  70. }