userAlarm.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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. margin-bottom: 20rpx;
  51. }
  52. .images:nth-child(3n){
  53. margin-right: 0;
  54. }
  55. .video{
  56. width: 100%;height: 300rpx;border-radius: 10rpx;overflow: hidden;
  57. position: relative;
  58. }
  59. .play-icon{
  60. position: absolute;
  61. top: 50%;
  62. left: 50%;
  63. transform: translate(-50%,-50%);
  64. width: 100rpx;
  65. height: 100rpx;
  66. }
  67. .order-item-content{
  68. margin: 20rpx 0;
  69. justify-content: space-between;
  70. }
  71. .order-item-content-label{
  72. line-height: 41rpx;
  73. font-size: 28rpx;
  74. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  75. font-weight: 500;
  76. color: #A8A5A5;
  77. margin-right: 20rpx;
  78. }
  79. .order-item-content-data{
  80. line-height: 41rpx;
  81. font-size: 28rpx;
  82. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  83. font-weight: 500;
  84. color: #242323;
  85. text-align: right;
  86. }
  87. .order-btns{
  88. justify-content: flex-end;
  89. margin-top: 20rpx;
  90. padding-top: 20rpx;
  91. border-top: 1rpx solid #E6E6E6;
  92. }
  93. .order-btn{
  94. line-height: 56rpx;
  95. background: #EB5C20;
  96. border-radius: 73rpx 73rpx 73rpx 73rpx;
  97. opacity: 1;
  98. padding: 0 23rpx;
  99. margin-left: 20rpx;
  100. font-size: 28rpx;
  101. font-weight: normal;
  102. color: #FFFFFF;
  103. }
  104. /* 弹窗 */
  105. .nodata-icon{
  106. width: 96rpx;
  107. height: 103rpx;
  108. opacity: 1;
  109. margin:35rpx auto 0;
  110. }
  111. .nodata-note{
  112. margin-top: 35rpx;
  113. margin-bottom: 77rpx;
  114. font-size: 28rpx;
  115. color: #666464;
  116. font-weight: 400;
  117. text-align: center;
  118. line-height: 41rpx;
  119. }
  120. .pop-btns{
  121. justify-content: space-between;
  122. }
  123. .pop-btns .btn{
  124. width: 301rpx;
  125. height: 76rpx;
  126. line-height: 76rpx;
  127. border-radius: 10rpx 10rpx 10rpx 10rpx;
  128. opacity: 1;
  129. border: 2rpx solid #EB5C20;
  130. color: #EB5C20;
  131. font-weight: 500;
  132. font-size: 28rpx;
  133. text-align: center;
  134. }
  135. .pop-btns .btn2{
  136. width: 301rpx;
  137. height: 76rpx;
  138. line-height: 76rpx;
  139. background: #EB5C20;
  140. border-radius: 10rpx 10rpx 10rpx 10rpx;
  141. opacity: 1;
  142. border: 2rpx solid #EB5C20;
  143. color: #fff;
  144. font-weight: 500;
  145. font-size: 28rpx;
  146. text-align: center;
  147. }