evaluate.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #ffffff;
  13. height: 100%;
  14. }
  15. page .content {
  16. background: #ffffff;
  17. height: 100%;
  18. }
  19. /* 多条商品 */
  20. .order-item {
  21. display: -webkit-box;
  22. display: -webkit-flex;
  23. display: flex;
  24. -webkit-box-orient: vertical;
  25. -webkit-box-direction: normal;
  26. -webkit-flex-direction: column;
  27. flex-direction: column;
  28. padding: 0rpx 30rpx;
  29. background: #fff;
  30. margin-top: 20rpx;
  31. /* 单条商品 */
  32. }
  33. .order-item .goods-box-single {
  34. display: -webkit-box;
  35. display: -webkit-flex;
  36. display: flex;
  37. padding: 20rpx 0;
  38. }
  39. .order-item .goods-box-single .goods-img {
  40. display: block;
  41. width: 120rpx;
  42. height: 120rpx;
  43. }
  44. .order-item .goods-box-single .right {
  45. -webkit-box-flex: 1;
  46. -webkit-flex: 1;
  47. flex: 1;
  48. display: -webkit-box;
  49. display: -webkit-flex;
  50. display: flex;
  51. -webkit-box-orient: vertical;
  52. -webkit-box-direction: normal;
  53. -webkit-flex-direction: column;
  54. flex-direction: column;
  55. padding: 0 30rpx 0 24rpx;
  56. overflow: hidden;
  57. height: 100%;
  58. }
  59. .order-item .goods-box-single .right .title {
  60. -webkit-align-self: flex-start;
  61. align-self: flex-start;
  62. font-size: 30rpx;
  63. color: #303133;
  64. height: 80rpx;
  65. overflow: hidden;
  66. text-overflow: ellipsis;
  67. display: -webkit-box;
  68. -webkit-box-orient: vertical;
  69. -webkit-line-clamp: 2;
  70. }
  71. .order-item .goods-box-single .right .title-right {
  72. -webkit-flex-shrink: 0;
  73. flex-shrink: 0;
  74. text-align: right;
  75. -webkit-align-self: flex-start;
  76. align-self: flex-start;
  77. }
  78. .order-item .goods-box-single .right .attr-box {
  79. font-size: 26rpx;
  80. color: #909399;
  81. }
  82. .order-item .goods-box-single .right .price {
  83. font-size: 30rpx;
  84. color: #303133;
  85. }
  86. .order-item .goods-box-single .right .price:before {
  87. content: '¥';
  88. font-size: 24rpx;
  89. margin: 0 2rpx 0 8rpx;
  90. }
  91. .equity_box {
  92. background-color: #fafafa;
  93. border-radius: 10rpx;
  94. padding: 25rpx 25rpx;
  95. margin: 25rpx 0rpx;
  96. }
  97. .equity_box .text-box {
  98. height: 200rpx;
  99. }
  100. .equity_box .text-box textarea {
  101. font-size: 25rpx;
  102. width: 100%;
  103. height: 100%;
  104. overflow: hidden;
  105. text-overflow: ellipsis;
  106. display: -webkit-box;
  107. -webkit-box-orient: vertical;
  108. -webkit-line-clamp: 5;
  109. }
  110. .zhil {
  111. font-size: 28rpx !important;
  112. padding: 15rpx 15rpx;
  113. }
  114. .submit-box {
  115. bottom: 0;
  116. left: 0;
  117. width: 750rpx;
  118. }
  119. .submit-btn {
  120. margin-top: 10px;
  121. display: inline-block;
  122. width: 670rpx;
  123. height: 96rpx;
  124. line-height: 96rpx;
  125. text-align: center;
  126. background-color: #fd4040 !important;
  127. opacity: 1;
  128. border-radius: 32rpx;
  129. border-width: 8rpx;
  130. border-color: white;
  131. -webkit-box-shadow: 0rpx 8rpx 12rpx rgba(0, 0, 0, 0.16);
  132. box-shadow: 0rpx 8rpx 12rpx rgba(0, 0, 0, 0.16);
  133. border-radius: 56rpx;
  134. font-size: 39rpx;
  135. font-weight: bold;
  136. color: white;
  137. }
  138. .submit-btn-txt {
  139. font-size: 39rpx;
  140. font-weight: bold;
  141. line-height: 47rpx;
  142. color: white;
  143. opacity: 1;
  144. }
  145. .map-box {
  146. width: 484rpx;
  147. height: 256rpx;
  148. border-width: 4rpx;
  149. border-color: white;
  150. -webkit-box-shadow: 0rpx 0rpx 24rpx rgba(0, 0, 0, 0.16);
  151. box-shadow: 0rpx 0rpx 24rpx rgba(0, 0, 0, 0.16);
  152. /* border-radius: 12rpx; */
  153. position: relative;
  154. }
  155. .map {
  156. position: absolute;
  157. top: 0;
  158. left: 0;
  159. right: 0;
  160. bottom: 0;
  161. width: 476rpx;
  162. height: 250rpx;
  163. }
  164. .map-img {
  165. position: absolute;
  166. top: 90rpx;
  167. left: 156rpx;
  168. width: 230rpx;
  169. height: 68rpx;
  170. background-color: rgba(51, 51, 51, 0.64);
  171. border-width: 1rpx;
  172. border-color: rgba(0, 0, 0, 0);
  173. border-radius: 34px;
  174. font-size: 28rpx;
  175. font-weight: bold;
  176. line-height: 66rpx;
  177. color: white;
  178. text-align: center;
  179. }
  180. .address-box {
  181. padding: 15rpx 40rpx;
  182. margin-bottom: 10px;
  183. }
  184. .label {
  185. font-size: 36rpx;
  186. font-weight: bold;
  187. line-height: 50rpx;
  188. color: #222222;
  189. }
  190. .label-img {
  191. padding-left: 40rpx;
  192. }
  193. .add-img-box {
  194. width: 100%;
  195. -webkit-box-orient: horizontal;
  196. -webkit-box-direction: normal;
  197. -webkit-flex-direction: row;
  198. flex-direction: row;
  199. -webkit-flex-wrap: wrap;
  200. flex-wrap: wrap;
  201. margin-top: 50rpx;
  202. }
  203. .add-img-item {
  204. width: 180rpx;
  205. height: 180rpx;
  206. border-radius: 24rpx;
  207. position: relative;
  208. margin: 0rpx 20rpx;
  209. margin-bottom: 25rpx;
  210. }
  211. .add-img-item .add-img {
  212. width: 100%;
  213. height: 100%;
  214. border-radius: 24rpx;
  215. }
  216. .add-img-camera {
  217. -webkit-box-flex: 1;
  218. -webkit-flex: 1;
  219. flex: 1;
  220. }
  221. .add-img-del {
  222. position: absolute;
  223. width: 40rpx;
  224. height: 40rpx;
  225. left: 155rpx;
  226. bottom: 155rpx;
  227. border-radius: 20rpx;
  228. }
  229. .address-time {
  230. width: 484rpx;
  231. height: 88rpx;
  232. background-color: whitesmoke;
  233. opacity: 1;
  234. border-radius: 24rpx;
  235. text-align: center;
  236. font-size: 35rpx;
  237. font-weight: 500;
  238. color: #333333;
  239. }
  240. .line {
  241. width: 750rpx;
  242. height: 1px;
  243. -webkit-transform: scaleY(0.3);
  244. transform: scaleY(0.3);
  245. background-color: rgba(0, 0, 0, 0.5);
  246. }