orderAlarm.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. .tab-box{
  2. background-color: #fff;
  3. padding: 30rpx;
  4. position: fixed;
  5. left: 0;
  6. right: 0;
  7. top: 0;
  8. z-index: 100;
  9. }
  10. .tab-item{
  11. text-align: center;
  12. font-size: 28rpx;
  13. line-height: 41rpx;
  14. }
  15. .tab-item image{
  16. visibility: hidden;
  17. }
  18. .tab-item-active{
  19. color: #EB5C20;
  20. }
  21. .tab-item-active image{
  22. visibility: visible;
  23. }
  24. .tab-active-icon{
  25. width: 32rpx;
  26. height: 10rpx;
  27. margin-top: 10rpx;
  28. margin: auto;
  29. }
  30. .saoma{
  31. width: 39rpx;
  32. height: 36rpx;
  33. margin-left: 60rpx;
  34. margin-bottom: 10rpx;
  35. }
  36. .sousuo{
  37. width: 36rpx;
  38. height: 36rpx;
  39. margin-left: 50rpx;
  40. margin-bottom: 10rpx;
  41. }
  42. /* 订单 */
  43. .order-item{
  44. background: #FFFFFF;
  45. border-radius: 10rpx 10rpx 10rpx 10rpx;
  46. opacity: 1;
  47. padding: 25rpx 31rpx;
  48. margin: 30rpx;
  49. }
  50. .order-item-header{
  51. justify-content: space-between;
  52. /* padding-bottom: 26rpx;
  53. border-bottom: 1rpx solid #E6E6E6; */
  54. }
  55. .order-time{
  56. line-height: 41rpx;
  57. font-size: 28rpx;
  58. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  59. font-weight: 500;
  60. color: #666464;
  61. }
  62. .order-state{
  63. width: 92rpx;
  64. height: 36rpx;
  65. line-height: 36rpx;
  66. border-radius: 5rpx 5rpx 5rpx 5rpx;
  67. opacity: 1;
  68. border: 2rpx solid #EB5C20;
  69. text-align: center;
  70. color: #EB5C20;
  71. }
  72. .order-item-body{
  73. /* padding: 10rpx 0 0; */
  74. }
  75. .order-item-content{
  76. margin: 20rpx 0;
  77. justify-content: space-between;
  78. }
  79. .order-item-content-label{
  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: #666464;
  85. }
  86. .order-item-content-data{
  87. line-height: 41rpx;
  88. font-size: 28rpx;
  89. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  90. font-weight: 500;
  91. color: #666464;
  92. text-align: left;
  93. }
  94. .order-btns{
  95. justify-content: space-between;
  96. margin-top: 20rpx;
  97. padding-top: 20rpx;
  98. border-top: 1rpx solid #E6E6E6;
  99. }
  100. .order-btn{
  101. line-height: 56rpx;
  102. background: #EB5C20;
  103. border-radius: 73rpx 73rpx 73rpx 73rpx;
  104. opacity: 1;
  105. padding: 0 23rpx;
  106. margin-left: 20rpx;
  107. font-size: 28rpx;
  108. font-weight: normal;
  109. color: #FFFFFF;
  110. }
  111. .order-btn-time{
  112. width: 266rpx;
  113. line-height: 41rpx;
  114. font-size: 28rpx;
  115. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  116. font-weight: 500;
  117. color: #A8A5A5;
  118. }
  119. .apply-info-box{
  120. margin: 30rpx 0;
  121. }
  122. .reason-input{
  123. padding: 30rpx;
  124. margin: 30rpx 0;
  125. border-radius: 4rpx;
  126. border: 1px solid #eeeeee;
  127. }
  128. .reason-input textarea{
  129. height: 150rpx;
  130. }
  131. .applyBtn1{
  132. flex:0 0 45%;border-radius: 40rpx;background-color: #fff;height: 80rpx;line-height: 80rpx;color: #666;text-align: center;border:1rpx solid #666;
  133. }
  134. .applyBtn2{
  135. flex:0 0 45%;border-radius: 40rpx;background-color: var(--main);height: 80rpx;line-height: 80rpx;color: #fff;text-align: center;border:1rpx solid var(--main);
  136. }