cellDetail.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. .state{
  40. width: 73rpx;
  41. line-height: 36rpx;
  42. border-radius: 5rpx 5rpx 5rpx 5rpx;
  43. opacity: 1;
  44. border: 2rpx solid #0FCB27;
  45. font-size: 22rpx;
  46. font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  47. font-weight: normal;
  48. color: #0FCB27;
  49. text-align: center;
  50. margin-left: 10rpx;
  51. }
  52. .label {
  53. color: #666464;
  54. margin-right: 30rpx;
  55. }
  56. .item-input {
  57. color: #666464;
  58. text-align: right;
  59. justify-content: flex-end;
  60. }
  61. /* 按钮 */
  62. .bottom-btns{
  63. position: fixed;
  64. left: 0;
  65. right: 0;
  66. bottom: 0;
  67. background: #FFFFFF;
  68. box-shadow: 0rpx -5rpx 15rpx 1rpx rgba(0,0,0,0.05);
  69. border-radius: 0rpx 0rpx 0rpx 0rpx;
  70. opacity: 1;
  71. z-index: 10;
  72. }
  73. .btn1{
  74. width: 160rpx;
  75. line-height: 76rpx;
  76. height: 76rpx;
  77. border-radius: 10rpx 10rpx 10rpx 10rpx;
  78. opacity: 1;
  79. color: #EB5C20;
  80. border: 1px solid #EB5C20;
  81. text-align: center;
  82. font-weight: 500;
  83. font-size: 28rpx;
  84. box-sizing: border-box;
  85. }
  86. .btn2{
  87. width: 160rpx;
  88. line-height: 76rpx;
  89. height: 76rpx;
  90. border-radius: 10rpx 10rpx 10rpx 10rpx;
  91. opacity: 1;
  92. background-color: #EB5C20;
  93. color: #fff;
  94. border: 1px solid EB5C20;
  95. text-align: center;
  96. font-weight: 500;
  97. font-size: 28rpx;
  98. box-sizing: border-box;
  99. }
  100. .btn3{
  101. width: 160rpx;
  102. line-height: 76rpx;
  103. height: 76rpx;
  104. background: #0FCB27;
  105. border-radius: 10rpx 10rpx 10rpx 10rpx;
  106. opacity: 1;
  107. color: #fff;
  108. text-align: center;
  109. font-weight: 500;
  110. font-size: 28rpx;
  111. }