machineInfo.css 1.9 KB

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