evaluate.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. @charset "UTF-8";
  2. page,page .content {
  3. background: #fff;
  4. height: 100%;
  5. }
  6. .order-item {
  7. -webkit-box-orient: vertical;
  8. -webkit-box-direction: normal;
  9. flex-direction: column;
  10. padding: 0rpx 30rpx;
  11. background: #fff;
  12. margin-top: 20rpx;
  13. }
  14. .order-item,.order-item .goods-box-single {
  15. display: flex;
  16. }
  17. .order-item .goods-box-single {
  18. padding: 20rpx 0;
  19. }
  20. .order-item .goods-box-single .goods-img {
  21. display: block;
  22. width: 120rpx;
  23. height: 120rpx;
  24. }
  25. .order-item .goods-box-single .right {
  26. -webkit-box-flex: 1;
  27. flex: 1;
  28. display: flex;
  29. -webkit-box-orient: vertical;
  30. -webkit-box-direction: normal;
  31. flex-direction: column;
  32. padding: 0 30rpx 0 24rpx;
  33. overflow: hidden;
  34. height: 100%;
  35. }
  36. .order-item .goods-box-single .right .title {
  37. align-self: flex-start;
  38. font-size: 30rpx;
  39. color: #303133;
  40. height: 80rpx;
  41. overflow: hidden;
  42. text-overflow: ellipsis;
  43. display: -webkit-box;
  44. -webkit-box-orient: vertical;
  45. -webkit-line-clamp: 2;
  46. }
  47. .order-item .goods-box-single .right .title-right {
  48. flex-shrink: 0;
  49. text-align: right;
  50. align-self: flex-start;
  51. }
  52. .order-item .goods-box-single .right .attr-box {
  53. font-size: 26rpx;
  54. color: #909399;
  55. }
  56. .order-item .goods-box-single .right .price {
  57. font-size: 30rpx;
  58. color: #303133;
  59. }
  60. .order-item .goods-box-single .right .price:before {
  61. content: "¥";
  62. font-size: 24rpx;
  63. margin: 0 2rpx 0 8rpx;
  64. }
  65. .equity_box {
  66. background-color: #fafafa;
  67. border-radius: 10rpx;
  68. padding: 25rpx;
  69. margin: 25rpx 0rpx;
  70. }
  71. .equity_box .text-box {
  72. height: 200rpx;
  73. }
  74. .equity_box .text-box textarea {
  75. font-size: 25rpx;
  76. width: 100%;
  77. height: 100%;
  78. overflow: hidden;
  79. text-overflow: ellipsis;
  80. display: -webkit-box;
  81. -webkit-box-orient: vertical;
  82. -webkit-line-clamp: 5;
  83. }
  84. .zhil {
  85. font-size: 28rpx!important;
  86. padding: 15rpx;
  87. }
  88. .submit-box {
  89. bottom: 0;
  90. left: 0;
  91. width: 750rpx;
  92. }
  93. .submit-btn {
  94. margin-top: 10px;
  95. display: inline-block;
  96. width: 670rpx;
  97. height: 96rpx;
  98. line-height: 96rpx;
  99. text-align: center;
  100. background-color: #1bcc26!important;
  101. border-radius: 32rpx;
  102. border-width: 8rpx;
  103. border-color: #fff;
  104. box-shadow: 0rpx 8rpx 12rpx rgba(0,0,0,.16);
  105. border-radius: 56rpx;
  106. }
  107. .submit-btn,.submit-btn-txt {
  108. opacity: 1;
  109. font-size: 39rpx;
  110. font-weight: 700;
  111. color: #fff;
  112. }
  113. .submit-btn-txt {
  114. line-height: 47rpx;
  115. }
  116. .map-box {
  117. width: 484rpx;
  118. height: 256rpx;
  119. border-width: 4rpx;
  120. border-color: #fff;
  121. box-shadow: 0rpx 0rpx 24rpx rgba(0,0,0,.16);
  122. position: relative;
  123. }
  124. .map {
  125. top: 0;
  126. left: 0;
  127. right: 0;
  128. bottom: 0;
  129. width: 476rpx;
  130. height: 250rpx;
  131. }
  132. .map,.map-img {
  133. position: absolute;
  134. }
  135. .map-img {
  136. top: 90rpx;
  137. left: 156rpx;
  138. width: 230rpx;
  139. height: 68rpx;
  140. background-color: rgba(51,51,51,.64);
  141. border-width: 1rpx;
  142. border-color: transparent;
  143. border-radius: 34px;
  144. font-size: 28rpx;
  145. font-weight: 700;
  146. line-height: 66rpx;
  147. color: #fff;
  148. text-align: center;
  149. }
  150. .address-box {
  151. padding: 15rpx 40rpx;
  152. margin-bottom: 10px;
  153. }
  154. .label {
  155. font-size: 36rpx;
  156. font-weight: 700;
  157. line-height: 50rpx;
  158. color: #222;
  159. }
  160. .label-img {
  161. padding-left: 40rpx;
  162. }
  163. .add-box {
  164. padding: 15rpx 0;
  165. }
  166. .add-box,.add-img-box {
  167. flex-wrap: wrap;
  168. }
  169. .add-img-box {
  170. width: 100%;
  171. -webkit-box-orient: horizontal;
  172. -webkit-box-direction: normal;
  173. flex-direction: row;
  174. margin-top: 50rpx;
  175. }
  176. .add-img-item {
  177. width: 180rpx;
  178. height: 180rpx;
  179. border-radius: 24rpx;
  180. position: relative;
  181. margin: 0rpx 20rpx 25rpx;
  182. }
  183. .add-img-item .add-img {
  184. width: 100%;
  185. height: 100%;
  186. border-radius: 24rpx;
  187. }
  188. .add-img-camera {
  189. -webkit-box-flex: 1;
  190. flex: 1;
  191. }
  192. .add-img-del {
  193. position: absolute;
  194. width: 40rpx;
  195. height: 40rpx;
  196. left: 155rpx;
  197. bottom: 155rpx;
  198. border-radius: 20rpx;
  199. }
  200. .address-time {
  201. width: 484rpx;
  202. height: 88rpx;
  203. background-color: #f5f5f5;
  204. opacity: 1;
  205. border-radius: 24rpx;
  206. text-align: center;
  207. font-size: 35rpx;
  208. font-weight: 500;
  209. color: #333;
  210. }
  211. .line {
  212. width: 750rpx;
  213. height: 1px;
  214. transform: scaleY(.3);
  215. background-color: rgba(0,0,0,.5);
  216. }