userAlarm.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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: 32rpx;
  17. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  18. font-weight: 500;
  19. color: #242323;
  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: #A8A5A5;
  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: #242323;
  72. text-align: right;
  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. background: #E6E6E6;
  96. opacity: 1;
  97. margin: auto;
  98. }
  99. .nodata-note{
  100. margin-top: 35rpx;
  101. margin-bottom: 77rpx;
  102. font-size: 28rpx;
  103. color: #666464;
  104. font-weight: 400;
  105. text-align: center;
  106. line-height: 41rpx;
  107. }
  108. .pop-btns{
  109. justify-content: space-between;
  110. }
  111. .pop-btns .btn{
  112. width: 301rpx;
  113. height: 76rpx;
  114. line-height: 76rpx;
  115. border-radius: 10rpx 10rpx 10rpx 10rpx;
  116. opacity: 1;
  117. border: 2rpx solid #EB5C20;
  118. color: #EB5C20;
  119. font-weight: 500;
  120. font-size: 28rpx;
  121. text-align: center;
  122. }
  123. .pop-btns .btn2{
  124. width: 301rpx;
  125. height: 76rpx;
  126. line-height: 76rpx;
  127. background: #EB5C20;
  128. border-radius: 10rpx 10rpx 10rpx 10rpx;
  129. opacity: 1;
  130. border: 2rpx solid #EB5C20;
  131. color: #fff;
  132. font-weight: 500;
  133. font-size: 28rpx;
  134. text-align: center;
  135. }