reconditionAlarm.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. /* 订单 */
  2. .order-item{
  3. background: #FFFFFF;
  4. border-radius: 10rpx 10rpx 10rpx 10rpx;
  5. opacity: 1;
  6. padding: 25rpx 31rpx;
  7. margin: 30rpx;
  8. }
  9. .order-item-header{
  10. justify-content: space-between;
  11. /* padding-bottom: 26rpx; */
  12. /* border-bottom: 1rpx solid #E6E6E6; */
  13. }
  14. .order-time{
  15. line-height: 41rpx;
  16. font-size: 28rpx;
  17. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  18. font-weight: 500;
  19. color: #666464;
  20. }
  21. .order-state{
  22. width: 92rpx;
  23. height: 36rpx;
  24. line-height: 36rpx;
  25. border-radius: 5rpx 5rpx 5rpx 5rpx;
  26. opacity: 1;
  27. border: 2rpx solid #EB5C20;
  28. text-align: center;
  29. color: #EB5C20;
  30. }
  31. .order-item-body{
  32. /* padding: 10rpx 0 0; */
  33. }
  34. .order-item-body2{
  35. padding-top: 20rpx;
  36. border-top:1rpx solid #E6E6E6;;
  37. }
  38. .order-item-body2 .order-item-content-label{
  39. }
  40. .images-box{
  41. /* justify-content: space-between; */
  42. }
  43. .images{
  44. width: 193rpx;
  45. height: 193rpx;
  46. background: #E6E6E6;
  47. border-radius: 0rpx 0rpx 0rpx 0rpx;
  48. opacity: 1;
  49. margin-right: calc((100% - (3 * 193rpx)) / 2);
  50. }
  51. .images:nth-child(3n){
  52. margin-right: 0;
  53. }
  54. .order-item-content{
  55. margin: 20rpx 0;
  56. justify-content: space-between;
  57. }
  58. .order-item-content-label{
  59. line-height: 41rpx;
  60. font-size: 28rpx;
  61. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  62. font-weight: 500;
  63. color: #666464;
  64. /* margin-right: 20rpx; */
  65. }
  66. .order-item-content-data{
  67. line-height: 41rpx;
  68. font-size: 28rpx;
  69. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  70. font-weight: 500;
  71. color: #666464;
  72. text-align: left;
  73. }
  74. .order-btns{
  75. justify-content: flex-end;
  76. margin-top: 20rpx;
  77. padding-top: 20rpx;
  78. border-top: 1rpx solid #E6E6E6;
  79. }
  80. .order-btn{
  81. line-height: 56rpx;
  82. background: #EB5C20;
  83. border-radius: 73rpx 73rpx 73rpx 73rpx;
  84. opacity: 1;
  85. padding: 0 23rpx;
  86. margin-left: 20rpx;
  87. font-size: 28rpx;
  88. font-weight: normal;
  89. color: #FFFFFF;
  90. }
  91. /* 弹窗 */
  92. .nodata-icon{
  93. width: 96rpx;
  94. height: 103rpx;
  95. opacity: 1;
  96. margin:35rpx auto 0;
  97. }
  98. .nodata-note{
  99. margin-top: 35rpx;
  100. margin-bottom: 77rpx;
  101. font-size: 28rpx;
  102. color: #666464;
  103. font-weight: 400;
  104. text-align: center;
  105. line-height: 41rpx;
  106. }
  107. .pop-btns{
  108. justify-content: space-between;
  109. }
  110. .pop-btns .btn{
  111. width: 301rpx;
  112. height: 76rpx;
  113. line-height: 76rpx;
  114. border-radius: 10rpx 10rpx 10rpx 10rpx;
  115. opacity: 1;
  116. border: 2rpx solid #EB5C20;
  117. color: #EB5C20;
  118. font-weight: 500;
  119. font-size: 28rpx;
  120. text-align: center;
  121. }
  122. .pop-btns .btn2{
  123. width: 301rpx;
  124. height: 76rpx;
  125. line-height: 76rpx;
  126. background: #EB5C20;
  127. border-radius: 10rpx 10rpx 10rpx 10rpx;
  128. opacity: 1;
  129. border: 2rpx solid #EB5C20;
  130. color: #fff;
  131. font-weight: 500;
  132. font-size: 28rpx;
  133. text-align: center;
  134. }
  135. /* 按钮 */
  136. .bottom-btns{
  137. position: fixed;
  138. left: 0;
  139. right: 0;
  140. bottom: 0;
  141. background: #FFFFFF;
  142. box-shadow: 0rpx -5rpx 15rpx 1rpx rgba(0,0,0,0.05);
  143. border-radius: 0rpx 0rpx 0rpx 0rpx;
  144. opacity: 1;
  145. z-index: 10;
  146. }
  147. .btn{
  148. margin: 30rpx;
  149. line-height: 76rpx;
  150. padding: 10rpx 0;
  151. background: #EB5C20;
  152. border-radius: 100rpx;
  153. opacity: 1;
  154. color: #fff;
  155. text-align: center;
  156. font-weight: 500;
  157. font-size: 36rpx;
  158. }