machineInfo.css 1.6 KB

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