evaluate.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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: #1BCC26 !important;
  127. opacity: 1;
  128. border-radius: 32rpx;
  129. border-width: 8rpx;
  130. border-color: white;
  131. box-shadow: 0rpx 8rpx 12rpx rgba(0, 0, 0, 0.16);
  132. border-radius: 56rpx;
  133. font-size: 39rpx;
  134. font-weight: bold;
  135. color: white;
  136. }
  137. .submit-btn-txt {
  138. font-size: 39rpx;
  139. font-weight: bold;
  140. line-height: 47rpx;
  141. color: white;
  142. opacity: 1;
  143. }
  144. .map-box {
  145. width: 484rpx;
  146. height: 256rpx;
  147. border-width: 4rpx;
  148. border-color: white;
  149. box-shadow: 0rpx 0rpx 24rpx rgba(0, 0, 0, 0.16);
  150. /* border-radius: 12rpx; */
  151. position: relative;
  152. }
  153. .map {
  154. position: absolute;
  155. top: 0;
  156. left: 0;
  157. right: 0;
  158. bottom: 0;
  159. width: 476rpx;
  160. height: 250rpx;
  161. }
  162. .map-img {
  163. position: absolute;
  164. top: 90rpx;
  165. left: 156rpx;
  166. width: 230rpx;
  167. height: 68rpx;
  168. background-color: rgba(51, 51, 51, 0.64);
  169. border-width: 1rpx;
  170. border-color: transparent;
  171. border-radius: 34px;
  172. font-size: 28rpx;
  173. font-weight: bold;
  174. line-height: 66rpx;
  175. color: white;
  176. text-align: center;
  177. }
  178. .address-box {
  179. padding: 15rpx 40rpx;
  180. margin-bottom: 10px;
  181. }
  182. .label {
  183. font-size: 36rpx;
  184. font-weight: bold;
  185. line-height: 50rpx;
  186. color: #222222;
  187. }
  188. .label-img {
  189. padding-left: 40rpx;
  190. }
  191. .add-img-box {
  192. width: 100%;
  193. -webkit-box-orient: horizontal;
  194. -webkit-box-direction: normal;
  195. -webkit-flex-direction: row;
  196. flex-direction: row;
  197. -webkit-flex-wrap: wrap;
  198. flex-wrap: wrap;
  199. margin-top: 50rpx;
  200. }
  201. .add-img-item {
  202. width: 180rpx;
  203. height: 180rpx;
  204. border-radius: 24rpx;
  205. position: relative;
  206. margin: 0rpx 20rpx;
  207. margin-bottom: 25rpx;
  208. }
  209. .add-img-item .add-img {
  210. width: 100%;
  211. height: 100%;
  212. border-radius: 24rpx;
  213. }
  214. .add-img-camera {
  215. -webkit-box-flex: 1;
  216. -webkit-flex: 1;
  217. flex: 1;
  218. }
  219. .add-img-del {
  220. position: absolute;
  221. width: 40rpx;
  222. height: 40rpx;
  223. left: 155rpx;
  224. bottom: 155rpx;
  225. border-radius: 20rpx;
  226. }
  227. .address-time {
  228. width: 484rpx;
  229. height: 88rpx;
  230. background-color: whitesmoke;
  231. opacity: 1;
  232. border-radius: 24rpx;
  233. text-align: center;
  234. font-size: 35rpx;
  235. font-weight: 500;
  236. color: #333333;
  237. }
  238. .line {
  239. width: 750rpx;
  240. height: 1px;
  241. -webkit-transform: scaleY(0.3);
  242. transform: scaleY(0.3);
  243. background-color: rgba(0, 0, 0, 0.5);
  244. }