machineDetail.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. }