machineInfo.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .cell-item{
  2. width: calc((100% - 20rpx) / 2);
  3. height: 410rpx;
  4. margin:30rpx 20rpx 0rpx 0;
  5. background: #FFFFFF;
  6. box-shadow: 0rpx 8rpx 40rpx 1rpx rgba(51,51,51,0.06);
  7. border-radius: 20rpx 20rpx 20rpx 20rpx;
  8. padding: 26rpx 27rpx 30rpx 30rpx;
  9. box-sizing: border-box;
  10. position: relative;
  11. }
  12. .cell-item:nth-child(2n){
  13. margin-right: 0;
  14. }
  15. .cell-item-num{
  16. position: absolute;
  17. font-size: 28rpx;
  18. font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  19. font-weight: bold;
  20. color: #666464;
  21. line-height: 41rpx;
  22. }
  23. .cell-item-info{
  24. line-height: 41rpx;
  25. font-size: 28rpx;
  26. font-family: SourceHanSansCN-Regular-Regular, SourceHanSansCN-Regular;
  27. font-weight: 400;
  28. color: #A8A5A5;
  29. }
  30. .cell-item-info-item{
  31. justify-content: space-between;
  32. }
  33. .cell-item-option{
  34. margin: 37rpx 0rpx 0;
  35. position: absolute;
  36. bottom: 30rpx;
  37. left: 30rpx;
  38. right: 30rpx;
  39. }
  40. .cell-item-option .btn{
  41. line-height: 56rpx;
  42. background: #FFFFFF;
  43. border-radius: 10rpx 10rpx 10rpx 10rpx;
  44. opacity: 1;
  45. border: 2rpx solid #EB5C20;
  46. font-size: 24rpx;
  47. font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  48. font-weight: normal;
  49. color: #EB5C20;
  50. text-align: center;
  51. }
  52. .kongcang{
  53. width: 112rpx;
  54. height: 112rpx;
  55. opacity: 1;
  56. border: 1px solid #A8A5A5;
  57. margin: auto;
  58. margin-top: 60rpx;
  59. border-radius: 100%;
  60. text-align: center;
  61. line-height: 112rpx;
  62. color: #A8A5A5;
  63. }
  64. .error-sta{
  65. text-align: center;
  66. color: #A8A5A5;
  67. }
  68. .cell-item .error-sta{
  69. margin-top: 20rpx;
  70. }
  71. /* 按钮 */
  72. .bottom-btns{
  73. position: fixed;
  74. left: 0;
  75. right: 0;
  76. bottom: 0;
  77. background: #FFFFFF;
  78. box-shadow: 0rpx -5rpx 15rpx 1rpx rgba(0,0,0,0.05);
  79. border-radius: 0rpx 0rpx 0rpx 0rpx;
  80. opacity: 1;
  81. z-index: 10;
  82. }
  83. .btn1{
  84. width: 250rpx;
  85. line-height: 76rpx;
  86. background: #EB5C20;
  87. border-radius: 10rpx 10rpx 10rpx 10rpx;
  88. opacity: 1;
  89. color: #fff;
  90. text-align: center;
  91. font-weight: 500;
  92. font-size: 28rpx;
  93. }
  94. .btn2{
  95. width: 160rpx;
  96. line-height: 76rpx;
  97. background: #0FCB27;
  98. border-radius: 10rpx 10rpx 10rpx 10rpx;
  99. opacity: 1;
  100. color: #fff;
  101. text-align: center;
  102. font-weight: 500;
  103. font-size: 28rpx;
  104. }