order.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. .titlebar.reverse {
  2. background-color: #1da02b;
  3. border-color: #1da02b;
  4. }
  5. article{
  6. padding-bottom: 2.45rem;
  7. }
  8. article .details{
  9. padding: 0.375rem 0.45rem;
  10. padding-bottom: 0;
  11. }
  12. .details .detail-box{
  13. background-color: #fff;
  14. padding-top: 0.4rem;
  15. padding-left: 0.7rem;
  16. padding-right: 0.7rem;
  17. padding-bottom: 0.3rem;
  18. margin-bottom: 0.375rem;
  19. }
  20. .details .detail-box .detail-title{
  21. line-height: 1.25rem;
  22. height: 1.25rem;
  23. font-size: 0.7rem;
  24. color: #000;
  25. }
  26. .details .detail-box .detail-wrap{
  27. height: 0.95rem;
  28. line-height: 0.95rem;
  29. font-size: 0.55rem;
  30. }
  31. .details .detail-box .detail-wrap span.left{
  32. float: left;
  33. }
  34. .details .detail-box .detail-wrap span.right{
  35. float: right;
  36. }
  37. .details .detail-box .detail-wrap span.red{
  38. color: #f45438;
  39. }
  40. .details .detail-box .detail-wrap span.gray{
  41. color: #aaa;
  42. }
  43. .details .detail-box .detail-wrap span.num{
  44. display: inline-block;
  45. width: 40px;
  46. }
  47. .details .detail-box .detail-wrap span.green{
  48. color: #1da02b;
  49. }
  50. .details .detail-box .detail-wrap input.right{
  51. float: right;
  52. border: 1px solid #bebebe;
  53. height: 0.95rem;
  54. width: 38px;
  55. border-radius: 3px;
  56. }
  57. .xunjia-box{
  58. background-color: #fff;
  59. }
  60. .xunjia-box .inner{
  61. position: relative;
  62. padding-left: 5rem;
  63. border-bottom: 1px solid #d9d9d9;
  64. height: 2.025rem;
  65. line-height: 2.025rem;
  66. font-size: 0.65rem;
  67. }
  68. .xunjia-box .inner:first-child{
  69. height: 2.125rem;
  70. line-height: 2.125rem;
  71. padding-left: 5.25rem;
  72. }
  73. .xunjia-box .inner.innerP{
  74. position: relative;
  75. padding-left: 110px;
  76. border-bottom: 1px solid #d9d9d9;
  77. font-size: 14px;
  78. height: auto;
  79. line-height: 24px;
  80. }
  81. .xunjia-box .inner .item-name{
  82. position: absolute;
  83. left: 0;
  84. width: 5.25rem;;
  85. top: 0;
  86. bottom: 0;
  87. text-align: right;
  88. color: #6b6b6b;
  89. }
  90. .xunjia-box .inner:first-child .item-name{
  91. width: 5.25rem;
  92. }
  93. .xunjia-box .inner .item-value{
  94. color: #000;
  95. padding-left: 5px;
  96. }
  97. .xunjia-box .inner .item-value p{
  98. margin: 5px 0;
  99. }
  100. .xunjia-box .inner .item-value.red{
  101. color: #f45438;
  102. }
  103. .xunjia-box .inner .item-value.green{
  104. color: #1da02b;
  105. }
  106. .xunjia-box .inner .item-value .input-wrap{
  107. padding-right: 20px;
  108. }
  109. .xunjia-box .inner .item-value .p-wrap{
  110. padding-right: 20px;
  111. margin: 5px 0;
  112. height: 90px;
  113. }
  114. .xunjia-box .inner .item-value .select-wrap{
  115. padding-right: 10px;
  116. }
  117. .xunjia-box .inner .item-value .a-wrap{
  118. padding-right: 10px;
  119. padding-top: 5px;
  120. }
  121. .xunjia-box .inner .item-value input[type=text]{
  122. border: 1px solid #bebebe;
  123. border-radius: 3px;
  124. padding: 4px;
  125. line-height: 20px;
  126. width: 100%;
  127. }
  128. .xunjia-box .inner .item-value textarea{
  129. border: 1px solid #bebebe;
  130. border-radius: 3px;
  131. padding: 4px;
  132. line-height: 20px;
  133. width: 100%;
  134. height: 80px;
  135. }
  136. .xunjia-box .inner .item-value select{
  137. border: 1px solid #bebebe;
  138. border-radius: 3px;
  139. padding: 4px;
  140. line-height: 20px;
  141. width: 100%;
  142. }
  143. .xunjia-box .inner .item-value .weui_btn{
  144. line-height: 30px;
  145. background-color: #1da02b;
  146. }
  147. .weui_cells{
  148. margin-top: 0;
  149. }
  150. .weui_cells:before{
  151. border:0;
  152. }
  153. .button .bd{
  154. padding: 0 0.45rem 0.45rem 0.6rem;
  155. }
  156. footer{
  157. background-color: #f1f1f1;
  158. }
  159. .button .bd .weui_btn {
  160. font-size: 0.875rem;
  161. line-height: 2rem;
  162. height: 2rem;
  163. color: #fff;
  164. }