machineDetail.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. .label {
  40. color: #666464;
  41. margin-right: 30rpx;
  42. }
  43. .item-input {
  44. color: #A8A5A5;
  45. text-align: right;
  46. }
  47. /* 保存按钮 */
  48. .submit-box{
  49. height: 140rpx;
  50. background: #FFFFFF;
  51. box-shadow: 0rpx -5rpx 15rpx 1rpx rgba(0,0,0,0.05);
  52. border-radius: 0rpx 0rpx 0rpx 0rpx;
  53. opacity: 1;
  54. position: fixed;
  55. left: 0;
  56. right: 0;
  57. bottom: 0;
  58. }
  59. .submit-btn{
  60. width: 556rpx;
  61. line-height: 76rpx;
  62. background: #EB5C20;
  63. border-radius: 38rpx 38rpx 38rpx 38rpx;
  64. opacity: 1;
  65. font-size: 28rpx;
  66. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  67. font-weight: 500;
  68. color: #FFFFFF;
  69. text-align: center;
  70. margin:30rpx auto;
  71. }