deviceCheckList.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /* pages/deviceCheck/deviceCheck.wxss */
  2. .viewBox {
  3. position: fixed;
  4. width: 100%;
  5. height: 100%;
  6. overflow: hidden;
  7. }
  8. .list-box{
  9. height: 100%;
  10. width: 100%;
  11. }
  12. .sv{
  13. width: 100%;
  14. height: 100%;
  15. flex: 1;
  16. display: flex;
  17. flex-direction: column;
  18. }
  19. .weui-cells{
  20. width: 95%;
  21. height: 180rpx;
  22. position: relative;
  23. background: white;
  24. border-radius: 4px;
  25. margin-bottom: 5px;
  26. left: 8px;
  27. display: flex;
  28. align-items: center;
  29. margin-top: 8px;
  30. }
  31. .time-select{
  32. margin-left:10rpx;
  33. display: flex;
  34. flex-direction: column;
  35. justify-content: start;
  36. align-items: left;
  37. }
  38. .button-check{
  39. display: flex;
  40. align-items: center;
  41. margin-left: 5px;
  42. margin-right: 5px;
  43. }
  44. .button{
  45. display: flex;
  46. flex-direction: row;
  47. padding-left: 15px;
  48. position: absolute;
  49. right: 0;
  50. margin-right: 10px;
  51. }
  52. .check-btn{
  53. height: 22px;
  54. width: 60px;
  55. background-color: #669999;
  56. }
  57. .processStatusNameNormal{
  58. color:#FD7400;
  59. font-size:0.7rem;
  60. }
  61. .processStatusNameComplete{
  62. color:rgb(47, 113, 255);
  63. font-size:0.7rem;
  64. }