machineItemManage.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. page {
  2. background-color: #fff;
  3. }
  4. .input-box {
  5. padding: 30rpx 30rpx 0;
  6. }
  7. .input-box .input {
  8. width: 615rpx;
  9. height: 76rpx;
  10. line-height: 76rpx;
  11. background: #F8F8F8;
  12. border-radius: 20rpx 20rpx 20rpx 20rpx;
  13. opacity: 1;
  14. padding: 0 32rpx;
  15. }
  16. .input-box .input input {
  17. width: 100%;
  18. height: 100%;
  19. }
  20. .saoma {
  21. width: 39rpx;
  22. height: 36rpx;
  23. margin-left: 35rpx;
  24. }
  25. .item {
  26. padding: 35rpx 0rpx;
  27. justify-content: space-between;
  28. border-bottom: 1rpx solid #E6E6E6;
  29. ;
  30. margin: 0 30rpx;
  31. line-height: 41rpx;
  32. font-size: 28rpx;
  33. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  34. font-weight: 500;
  35. }
  36. .item:last-child{
  37. border-bottom: none;
  38. }
  39. .state{
  40. width: 73rpx;
  41. line-height: 36rpx;
  42. border-radius: 5rpx 5rpx 5rpx 5rpx;
  43. opacity: 1;
  44. border: 2rpx solid #0FCB27;
  45. font-size: 22rpx;
  46. font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  47. font-weight: normal;
  48. color: #0FCB27;
  49. text-align: center;
  50. margin-left: 10rpx;
  51. }
  52. .label {
  53. color: #666464;
  54. margin-right: 30rpx;
  55. }
  56. .item-input {
  57. color: #A8A5A5;
  58. text-align: right;
  59. justify-content: flex-end;
  60. }
  61. /* 保存按钮 */
  62. .submit-box{
  63. height: 140rpx;
  64. background: #FFFFFF;
  65. box-shadow: 0rpx -5rpx 15rpx 1rpx rgba(0,0,0,0.05);
  66. border-radius: 0rpx 0rpx 0rpx 0rpx;
  67. opacity: 1;
  68. position: fixed;
  69. left: 0;
  70. right: 0;
  71. bottom: 0;
  72. }
  73. .submit-btn{
  74. width: 556rpx;
  75. line-height: 76rpx;
  76. background: #EB5C20;
  77. border-radius: 38rpx 38rpx 38rpx 38rpx;
  78. opacity: 1;
  79. font-size: 28rpx;
  80. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  81. font-weight: 500;
  82. color: #FFFFFF;
  83. text-align: center;
  84. margin:30rpx auto;
  85. }
  86. .refresh{
  87. font-size: 28rpx;
  88. margin-left: 20rpx;
  89. }
  90. .refresh image{
  91. width: 32rpx;
  92. height: 32rpx;
  93. margin-right: 8rpx;
  94. }
  95. /* 按钮 */
  96. .bottom-btns{
  97. position: fixed;
  98. left: 0;
  99. right: 0;
  100. bottom: 0;
  101. background: #FFFFFF;
  102. box-shadow: 0rpx -5rpx 15rpx 1rpx rgba(0,0,0,0.05);
  103. border-radius: 0rpx 0rpx 0rpx 0rpx;
  104. opacity: 1;
  105. z-index: 10;
  106. padding: 20rpx 0;
  107. }
  108. .btn{
  109. line-height: 76rpx;
  110. opacity: 1;
  111. color: #EB5C20;
  112. text-align: center;
  113. font-weight: 500;
  114. font-size: 28rpx;
  115. width: 33.33%;
  116. }
  117. .gray{color: #666;}
  118. .bms{width: 120rpx;line-height: 60rpx;
  119. background-color: #EB5C20;
  120. text-align: center;
  121. color: #fff;
  122. font-size: 24rpx;margin-left: 20rpx;border-radius: 30rpx;}