orderEvaluation.scss 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. .sld_order_evaluatist {
  2. width: 1007px;
  3. margin-left: 10px;
  4. float: left;
  5. .tips{
  6. width: 17px;
  7. height: 16px;
  8. margin-right: 5px;
  9. }
  10. .tips_info{
  11. margin-left: 20px;
  12. }
  13. .top_info {
  14. height: 180px;
  15. background-color: white;
  16. .left {
  17. width: 321px;
  18. height: 156px;
  19. text-align: center;
  20. border-right: 1px solid #EEEEEE;
  21. .evaluating {
  22. text-align: center;
  23. .num {
  24. font-size: 24px;
  25. margin-top: 15px;
  26. display: inline-block;
  27. }
  28. }
  29. .text {
  30. margin-top: 30px;
  31. display: inline-block;
  32. }
  33. }
  34. .right {
  35. width: 684px;
  36. height: 156px;
  37. padding: 10px 23px 0 66px;
  38. .info {
  39. p {
  40. font-weight: 600;
  41. line-height: 18px;
  42. margin: 20px 0;
  43. }
  44. div {
  45. margin-top: 10px;
  46. .circle {
  47. display: inline-block;
  48. width: 3px;
  49. height: 3px;
  50. background-color: #666666;
  51. vertical-align: middle;
  52. margin-right: 6px;
  53. -webkit-border-radius: 50%;
  54. -moz-border-radius: 50%;
  55. border-radius: 50%;
  56. }
  57. }
  58. }
  59. .qrcode {
  60. text-align: center;
  61. .image {
  62. width: 231px;
  63. height: 165px;
  64. margin-top: -20px;
  65. img {
  66. width: 100%;
  67. height: 100%;
  68. }
  69. }
  70. .title {
  71. font-size: 14px;
  72. color: #666;
  73. margin-top: 10px;
  74. text-align: center;
  75. display: inline-block;
  76. }
  77. }
  78. }
  79. }
  80. .evaluatilist_con {
  81. background-color: #fff;
  82. border: 1px solid #eee;
  83. margin: 10px 0;
  84. min-height: 500px;
  85. padding-bottom: 10px;
  86. .title {
  87. position: relative;
  88. height: 55px;
  89. padding: 11px 0 0 13px;
  90. background-color: #FAFAFA;
  91. border-bottom: 1px solid #D9D9E4;
  92. z-index: 1;
  93. .evaluating {
  94. position: relative;
  95. float: left;
  96. width: 117px;
  97. line-height: 48px;
  98. font-size: 14px;
  99. font-weight: 600;
  100. text-align: center;
  101. border: 1px solid transparent;
  102. border-bottom: none;
  103. -webkit-border-radius: 6px 6px 0 0;
  104. -moz-border-radius: 6px 6px 0 0;
  105. border-radius: 6px 6px 0 0;
  106. z-index: 2;
  107. &.active {
  108. background-color: #fff;
  109. border-color: #D9D9E4;
  110. height: 44px;
  111. }
  112. }
  113. }
  114. .order_item {
  115. width: 965px;
  116. margin: 20px auto 10px;
  117. border: 1px solid #E8E8F1;
  118. .order_item_title {
  119. width: 100%;
  120. height: 30px;
  121. background-color: #F7F7F7;
  122. text-align: center;
  123. color: #666666;
  124. font-weight: 400;
  125. line-height: 30px;
  126. .order_sn {
  127. width: 40%;
  128. text-align: left;
  129. padding-left: 10px;
  130. display: inline-block;
  131. span {
  132. margin-left: 20px;
  133. cursor: pointer;
  134. &:hover {
  135. color: $colorMain;
  136. }
  137. }
  138. }
  139. .price {
  140. flex: 1;
  141. }
  142. .oprate {
  143. width: 23%;
  144. }
  145. }
  146. .good_info {
  147. width: 100%;
  148. align-items: stretch;
  149. .good_con {
  150. width: 40%;
  151. border-right: 1px solid #E8E8F1;
  152. .good_item {
  153. height: 120px;
  154. &:not(:first-child) {
  155. border-top: 1px solid #E8E8F1;
  156. }
  157. .image {
  158. width: 80px;
  159. height: 80px;
  160. margin-right: 11px;
  161. // border: 1px solid black;
  162. img {
  163. max-width: 100%;
  164. max-height: 100%;
  165. }
  166. }
  167. .name {
  168. width: 200px;
  169. height: 36px;
  170. line-height: 18px;
  171. align-self: flex-start;
  172. margin-top: 22px;
  173. }
  174. .num {
  175. margin-left: 40px;
  176. color: #999999;
  177. align-self: flex-start;
  178. margin-top: 25px;
  179. }
  180. }
  181. }
  182. .price {
  183. flex: 1;
  184. text-align: center;
  185. border-right: 1px solid #E8E8F1;
  186. }
  187. .oprate {
  188. width: 23%;
  189. text-align: center;
  190. .detail:hover {
  191. color: $colorMain2;
  192. }
  193. .evaluate_btn {
  194. width: 90px;
  195. height: 28px;
  196. line-height: 26px;
  197. color: $colorMain2;
  198. border: 1px solid $colorMain2;
  199. text-align: center;
  200. margin-top: 15px;
  201. }
  202. }
  203. }
  204. }
  205. }
  206. }