machineDetailEdit.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. page{
  2. background-color: #fff;
  3. }
  4. .top{
  5. border-top: 1rpx solid #E6E6E6;
  6. padding: 36rpx 30rpx;
  7. }
  8. .machine-name{
  9. font-size: 28rpx;
  10. font-weight: 500;
  11. color: #666464;
  12. line-height: 41rpx;
  13. }
  14. .input-box{
  15. background: #F5F5F5;
  16. border-radius: 10rpx 10rpx 10rpx 10rpx;
  17. opacity: 1;
  18. padding: 0rpx 30rpx;
  19. margin-top: 12rpx;
  20. height: 96rpx;
  21. box-sizing: border-box;
  22. line-height: 96rpx;
  23. }
  24. .input-box input{
  25. /* line-height: 41rpx; */
  26. font-size: 28rpx;
  27. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  28. font-weight: 500;
  29. color: #333333;
  30. }
  31. .address-icon{
  32. width: 36rpx;
  33. height: 36rpx;
  34. margin: 0 auto;
  35. }
  36. .address-label{
  37. font-size: 24rpx;
  38. font-weight: 500;
  39. color: #666464;
  40. line-height: 36rpx;
  41. text-align: center;
  42. }
  43. .select-label{
  44. line-height: 36rpx;
  45. font-size: 24rpx;
  46. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  47. font-weight: 400;
  48. color: #A8A5A5;
  49. margin-top: 21rpx;
  50. padding-bottom:17rpx ;
  51. border-bottom: 1rpx solid #E9E9E9;
  52. }
  53. .address-item{
  54. padding: 30rpx 0 28rpx;
  55. border-bottom: 1rpx solid #E9E9E9;
  56. }
  57. .address-item:last-child{
  58. border-bottom:none
  59. }
  60. .address-text{
  61. line-height: 40rpx;
  62. font-size: 28rpx;
  63. font-family: PingFang SC-Medium, PingFang SC;
  64. font-weight: 500;
  65. color: #000000;
  66. }
  67. .address-text2{
  68. line-height: 28rpx;
  69. font-size: 20rpx;
  70. font-family: PingFang SC-Medium, PingFang SC;
  71. font-weight: 500;
  72. color: #999999;
  73. margin-top: 3rpx;
  74. }
  75. /* 保存按钮 */
  76. .submit-box{
  77. height: 140rpx;
  78. background: #FFFFFF;
  79. box-shadow: 0rpx -5rpx 15rpx 1rpx rgba(0,0,0,0.05);
  80. border-radius: 0rpx 0rpx 0rpx 0rpx;
  81. opacity: 1;
  82. position: fixed;
  83. left: 0;
  84. right: 0;
  85. bottom: 0;
  86. }
  87. .submit-btn{
  88. width: 556rpx;
  89. line-height: 76rpx;
  90. background: #EB5C20;
  91. border-radius: 38rpx 38rpx 38rpx 38rpx;
  92. opacity: 1;
  93. font-size: 28rpx;
  94. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  95. font-weight: 500;
  96. color: #FFFFFF;
  97. text-align: center;
  98. margin:30rpx auto;
  99. }