deviceBatchAlter.css 1013 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /* pages/deviceBatchAlter/deviceBatchAlter.wxss */
  2. .form-group {
  3. background-color: #fff;
  4. }
  5. .form-item {
  6. display: flex;
  7. flex-direction: row;
  8. justify-content: flex-start;
  9. align-items: center;
  10. line-height: 3.5;
  11. border-bottom: solid 1px #f8f8f8;
  12. padding: 0 20rpx;
  13. }
  14. .form-label {
  15. white-space: nowrap;
  16. }
  17. .form-value {
  18. width: 100%;
  19. text-align: right;
  20. /* color: #999; */
  21. }
  22. .u-unit {
  23. margin-left: 20rpx;
  24. color: #333;
  25. }
  26. .remark-info {
  27. width: 80%;
  28. height: 120rpx;
  29. line-height: 1;
  30. }
  31. .local-icon {
  32. width: 20px;
  33. vertical-align: center;
  34. }
  35. .save-op {
  36. margin-top: 60rpx;
  37. padding: 30rpx 60rpx;
  38. }
  39. .save-op button {
  40. font-size: 28rpx;
  41. }
  42. .input-bats {
  43. display: flex;
  44. flex-direction: row;
  45. justify-content: flex-end;
  46. }
  47. .input-bat-item {
  48. display: flex;
  49. flex-direction: row;
  50. justify-content: flex-start;
  51. align-items: center;
  52. }
  53. .input-bat-type {
  54. width: 50px;
  55. border: solid 1px #f8f8f8;
  56. padding-right: 10px;
  57. }