evaluate.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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: flex;
  22. flex-direction: column;
  23. padding: 0rpx 30rpx;
  24. background: #fff;
  25. margin-top: 20rpx;
  26. /* 单条商品 */
  27. }
  28. .order-item .goods-box-single {
  29. display: flex;
  30. padding: 20rpx 0;
  31. }
  32. .order-item .goods-box-single .goods-img {
  33. display: block;
  34. width: 120rpx;
  35. height: 120rpx;
  36. }
  37. .order-item .goods-box-single .right {
  38. flex: 1;
  39. display: flex;
  40. flex-direction: column;
  41. padding: 0 30rpx 0 24rpx;
  42. overflow: hidden;
  43. height: 100%;
  44. }
  45. .order-item .goods-box-single .right .title {
  46. align-self: flex-start;
  47. font-size: 30rpx;
  48. color: #303133;
  49. height: 80rpx;
  50. overflow: hidden;
  51. text-overflow: ellipsis;
  52. display: -webkit-box;
  53. -webkit-box-orient: vertical;
  54. -webkit-line-clamp: 2;
  55. }
  56. .order-item .goods-box-single .right .title-right {
  57. flex-shrink: 0;
  58. text-align: right;
  59. align-self: flex-start;
  60. }
  61. .order-item .goods-box-single .right .attr-box {
  62. font-size: 26rpx;
  63. color: #909399;
  64. }
  65. .order-item .goods-box-single .right .price {
  66. font-size: 30rpx;
  67. color: #303133;
  68. }
  69. .order-item .goods-box-single .right .price:before {
  70. content: '¥';
  71. font-size: 24rpx;
  72. margin: 0 2rpx 0 8rpx;
  73. }
  74. .equity_box {
  75. background-color: #fafafa;
  76. border-radius: 10rpx;
  77. padding: 25rpx 25rpx;
  78. margin: 25rpx 0rpx;
  79. }
  80. .equity_box .text-box {
  81. height: 200rpx;
  82. }
  83. .equity_box .text-box textarea {
  84. font-size: 25rpx;
  85. width: 100%;
  86. height: 100%;
  87. overflow: hidden;
  88. text-overflow: ellipsis;
  89. display: -webkit-box;
  90. -webkit-box-orient: vertical;
  91. -webkit-line-clamp: 5;
  92. }
  93. .zhil {
  94. font-size: 28rpx !important;
  95. padding: 15rpx 15rpx;
  96. }
  97. .submit-box {
  98. bottom: 0;
  99. left: 0;
  100. width: 750rpx;
  101. }
  102. .submit-btn {
  103. margin-top: 10px;
  104. display: inline-block;
  105. width: 670rpx;
  106. height: 96rpx;
  107. line-height: 96rpx;
  108. text-align: center;
  109. background-color: #000000;
  110. opacity: 1;
  111. box-shadow: 0rpx 8rpx 12rpx rgba(0, 0, 0, 0.16);
  112. border-radius: 56rpx;
  113. font-size: 39rpx;
  114. font-weight: bold;
  115. color: white;
  116. }
  117. .gren {
  118. background: #ffffff;
  119. color: #000000;
  120. border: 1px solid #000000;
  121. }
  122. .submit-btn-txt {
  123. font-size: 39rpx;
  124. font-weight: bold;
  125. line-height: 47rpx;
  126. color: white;
  127. opacity: 1;
  128. }
  129. .map-box {
  130. width: 484rpx;
  131. height: 256rpx;
  132. border-width: 4rpx;
  133. border-color: white;
  134. box-shadow: 0rpx 0rpx 24rpx rgba(0, 0, 0, 0.16);
  135. /* border-radius: 12rpx; */
  136. position: relative;
  137. }
  138. .map {
  139. position: absolute;
  140. top: 0;
  141. left: 0;
  142. right: 0;
  143. bottom: 0;
  144. width: 476rpx;
  145. height: 250rpx;
  146. }
  147. .map-img {
  148. position: absolute;
  149. top: 90rpx;
  150. left: 156rpx;
  151. width: 230rpx;
  152. height: 68rpx;
  153. background-color: rgba(51, 51, 51, 0.64);
  154. border-width: 1rpx;
  155. border-color: rgba(0, 0, 0, 0);
  156. border-radius: 34px;
  157. font-size: 28rpx;
  158. font-weight: bold;
  159. line-height: 66rpx;
  160. color: white;
  161. text-align: center;
  162. }
  163. .address-box {
  164. padding: 15rpx 40rpx;
  165. margin-bottom: 10px;
  166. }
  167. .label {
  168. font-size: 36rpx;
  169. font-weight: bold;
  170. line-height: 50rpx;
  171. color: #222222;
  172. }
  173. .label-img {
  174. padding-left: 40rpx;
  175. }
  176. .add-img-box {
  177. width: 100%;
  178. flex-direction: row;
  179. flex-wrap: wrap;
  180. margin-top: 50rpx;
  181. }
  182. .add-img-item {
  183. width: 180rpx;
  184. height: 180rpx;
  185. border-radius: 24rpx;
  186. position: relative;
  187. margin: 0rpx 20rpx;
  188. margin-bottom: 25rpx;
  189. }
  190. .add-img-item .add-img {
  191. width: 100%;
  192. height: 100%;
  193. border-radius: 24rpx;
  194. }
  195. .add-img-camera {
  196. flex: 1;
  197. }
  198. .add-img-del {
  199. position: absolute;
  200. width: 40rpx;
  201. height: 40rpx;
  202. left: 155rpx;
  203. bottom: 155rpx;
  204. border-radius: 20rpx;
  205. }
  206. .address-time {
  207. width: 484rpx;
  208. height: 88rpx;
  209. background-color: whitesmoke;
  210. opacity: 1;
  211. border-radius: 24rpx;
  212. text-align: center;
  213. font-size: 35rpx;
  214. font-weight: 500;
  215. color: #333333;
  216. }
  217. .line {
  218. width: 750rpx;
  219. height: 1px;
  220. -webkit-transform: scaleY(0.3);
  221. transform: scaleY(0.3);
  222. background-color: rgba(0, 0, 0, 0.5);
  223. }
  224. .list {
  225. display: flex;
  226. flex-direction: column;
  227. align-items: center;
  228. width: 100%;
  229. margin-top: 32rpx;
  230. }
  231. .list .list-left {
  232. width: 100%;
  233. text-align: left;
  234. font-size: 28rpx;
  235. }
  236. .list input {
  237. height: 66rpx;
  238. margin-top: 32rpx;
  239. }
  240. .list .list-input {
  241. padding: 10rpx 24rpx;
  242. display: flex;
  243. justify-content: center;
  244. display: flex;
  245. align-items: center;
  246. width: 100%;
  247. flex: 1;
  248. color: #000000;
  249. border: 1rpx solid #000000;
  250. border-radius: 22rpx;
  251. text-align: left;
  252. padding-right: 24rpx;
  253. }
  254. .list .list-input .input-placeholder {
  255. height: 70rpx;
  256. color: #000000;
  257. }
  258. .upload-box {
  259. width: 100%;
  260. background: #ffffff;
  261. border-radius: 27rpx;
  262. display: flex;
  263. flex-direction: column;
  264. padding: 30rpx 40rpx 30rpx 0;
  265. margin: 0 auto 30rpx;
  266. }
  267. .upload-box .upload-left {
  268. font-weight: 400;
  269. font-size: 28rpx;
  270. }
  271. .upload-box .upload-right {
  272. flex: 1;
  273. display: flex;
  274. align-items: center;
  275. justify-content: center;
  276. }
  277. .upload-box .upload-right .upload-img {
  278. width: 200rpx;
  279. height: 200rpx;
  280. margin-top: 20rpx;
  281. }