evaluate.wxss 4.7 KB

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