index.wxss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. .order-card{box-sizing: border-box; position: relative; padding: 20rpx;}
  2. .order-card-main{display: flex; justify-content: space-between; align-items: center;}
  3. .order-card-main > image{flex-shrink: 0; width: 180rpx; height: 180rpx; border-radius: 20rpx;}
  4. .order-card-content{display: flex; flex-direction:column; flex-shrink: 1; width: 100%; margin-left: 20rpx;}
  5. .listTitle{color:#595757;font-size:28rpx; overflow: hidden;text-overflow:ellipsis;display:-webkit-box;height:84rpx;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
  6. .tip{
  7. background:#ee3a43;
  8. color: #fff;
  9. line-height: 2;
  10. padding: 0 10rpx;
  11. }
  12. .card{
  13. background: #fff;
  14. margin-top: 20rpx;
  15. padding: 20rpx;
  16. font-size: 28rpx;
  17. }
  18. .card .title text{
  19. font-weight: bolder;
  20. border-left: 4rpx solid #ee3a43;
  21. padding-left: 10rpx;
  22. }
  23. .card .article{
  24. margin-top: 20rpx;
  25. }
  26. .codeTip{
  27. text-align: right;
  28. }
  29. .article .item-content .item-input{
  30. margin: 0;
  31. }
  32. .placeholder{
  33. color: #888;
  34. }
  35. .item-input .input{
  36. border: 1rpx solid #ccc;
  37. border-radius: 14rpx;
  38. line-height: 2;
  39. padding: 0 20rpx;
  40. }
  41. .item-input .textarea{
  42. padding: 10rpx 20rpx;
  43. line-height: 1.5;
  44. width: auto;
  45. }
  46. .cell{
  47. padding: 0;
  48. }
  49. .btn-sub{
  50. position: fixed;
  51. bottom: 0;
  52. width: 100%;
  53. z-index: 100;
  54. }
  55. .textarea1{
  56. border: 1rpx solid gray;
  57. border-radius: 10rpx;
  58. width: 92%;
  59. height: 120rpx;
  60. margin-top: 20rpx;
  61. margin-bottom: 20rpx;
  62. }
  63. .inof{
  64. display: flex;
  65. justify-content: space-between;
  66. }
  67. .add {
  68. margin-top: 20rpx;
  69. border: 1px solid;
  70. width: 100%;
  71. height: 408rpx;
  72. color: #f2f2f2;
  73. transition: color .25s;
  74. position: relative;
  75. border-radius: 21rpx;
  76. /* background:url('https://m.bbztx.com/img/hukou_zi.gif'); */
  77. /* background-color: #bbbbbd; */
  78. background-size: 100% 408rpx;
  79. }
  80. .Passport{
  81. margin-top: 20rpx;
  82. width: 100%;
  83. height: 388rpx;
  84. }
  85. .Passport2{
  86. margin-top: 20rpx;
  87. width: 100%;
  88. height: 328rpx;
  89. position: relative;
  90. top: -20rpx;
  91. }
  92. /* .passportChild{
  93. } */
  94. /* .add::before{
  95. content: '';
  96. position: absolute;
  97. left: 50%;
  98. top: 50%;
  99. width: 180rpx;
  100. margin-left: -40px;
  101. margin-top: -5px;
  102. border-top: 30rpx solid;
  103. border-radius: 10rpx;
  104. } */
  105. .addBox{
  106. width:100%;
  107. height:100%;
  108. position:absolute;
  109. left:0;
  110. top:0;
  111. z-index:1;
  112. }
  113. .isAllergy{
  114. margin-top: 60rpx;
  115. }
  116. .isDiet{
  117. margin-top: 60rpx;
  118. }
  119. .isTaboo{
  120. margin-top: 60rpx;
  121. }
  122. .passport{
  123. margin-top: 60rpx;
  124. }
  125. .addIcon{border-radius:50%;border:2rpx solid #ee3a43;position:relative;}
  126. .addIcon text{width:100%;height:100%;border-radius:50%;background-color:#ee3a43;display:block;position:relative;}
  127. .passIcon{width:100rpx;height:100rpx;margin:160rpx auto 0;padding:8rpx;}
  128. .passIcon text::after{content:'';width:54rpx;height:4rpx;background-color:#fff;position:absolute;left:50%;top:48rpx;z-index:2;margin-left:-27rpx;}
  129. .passIcon text::before{content:'';width:4rpx;height:54rpx;background-color:#fff;position:absolute;left:50%;top:20rpx;z-index:2;margin-left:-2rpx;}
  130. /* .add::after {
  131. content: '';
  132. position: absolute;
  133. left: 50%;
  134. top: 50%;
  135. background-color: #f2f2f2;
  136. height: 180rpx;
  137. margin-left: 0rpx;
  138. margin-top: -90rpx;
  139. border-left: 30rpx solid;
  140. border-radius: 10rpx;
  141. } */
  142. .addId {
  143. margin-top: 20rpx;
  144. border: 1px solid;
  145. width: 100%;
  146. height: 200rpx;
  147. color: #f2f2f2;
  148. transition: color .25s;
  149. position: relative;
  150. /* background-color: #bbbbbd; */
  151. }
  152. .area{
  153. position: relative;
  154. top: -100rpx;
  155. transform: scale(0.7);
  156. }
  157. .childOne{
  158. /* position: relative; */
  159. width: 49%;
  160. background:url('https://m.bbztx.com/img/sfz_z.gif') no-repeat;
  161. background-size: 100% 200rpx;
  162. background-position: 2rpx 24rpx;
  163. }
  164. .childOne2{
  165. /* position: relative; */
  166. width: 49%;
  167. background:url('https://m.bbztx.com/img/sfz_f.gif') no-repeat;
  168. background-size: 100% 200rpx;
  169. background-position: 2rpx 24rpx;
  170. }
  171. .icon{
  172. height: 66rpx;
  173. }
  174. .addId::before{
  175. content: '';
  176. position: absolute;
  177. left: 50%;
  178. top: 50%;
  179. width: 100rpx;
  180. margin-left: -20px;
  181. margin-top: -5px;
  182. border-top: 30rpx solid;
  183. border-radius: 10rpx;
  184. }
  185. .addId::after {
  186. content: '';
  187. position: absolute;
  188. left: 50%;
  189. top: 50%;
  190. background-color: #f2f2f2;
  191. height: 100rpx;
  192. margin-left: -5rpx;
  193. margin-top: -50rpx;
  194. border-left: 30rpx solid;
  195. border-radius: 10rpx;
  196. }
  197. .child_Passport{
  198. text-align: center;
  199. margin: 10rpx 0;
  200. position: relative;
  201. top: 22rpx;
  202. }
  203. .tit{
  204. font-weight: 900;
  205. }
  206. .info{
  207. margin-top: 60rpx;
  208. }
  209. .red2{
  210. position: relative;
  211. left: 10rpx;
  212. margin-bottom: 40rpx;
  213. }
  214. .type{
  215. display: flex;
  216. /* margin-top: 20rpx; */
  217. align-items: center;
  218. box-sizing: border-box;
  219. padding: 10rpx;
  220. }
  221. .type2{
  222. margin: 33rpx 0 0 0;
  223. }
  224. /* .childId{
  225. display: flex;
  226. } */
  227. .childPage{
  228. background:url('https://m.bbztx.com/img/hukou_zi.gif') no-repeat;
  229. background-size: 710rpx 329rpx;
  230. /* background-position: 0 0; */
  231. position: relative;
  232. top:25rpx;
  233. width: 710rpx;
  234. height: 400rpx;
  235. }
  236. .page{
  237. position: relative;
  238. }
  239. .childPage2{
  240. position: absolute;
  241. left: 300rpx;
  242. top: -430rpx;
  243. /* z-index: 5; */
  244. }
  245. .aredIcon{
  246. position: absolute;
  247. top: -55rpx;
  248. }
  249. .childPage3{
  250. /* margin-top: -550rpx; */
  251. text-align: center;
  252. margin-top: -265rpx;
  253. }
  254. .childID_left{
  255. display: flex;
  256. justify-content: space-between;
  257. }
  258. .idDesc{
  259. text-align: center;
  260. /* margin-top: 26rpx; */
  261. }
  262. .idDesc2{
  263. text-align: center;
  264. /* margin-top: 10rpx; */
  265. position: relative;
  266. top: 355rpx;
  267. margin-top: 26rpx;
  268. }
  269. .idDesc3{
  270. /* position: relative; */
  271. margin-top: 5rpx;
  272. }
  273. .id{
  274. margin-top: 20rpx;
  275. height: 200rpx;
  276. width: 100%;
  277. }
  278. .image{
  279. z-index: 999;
  280. }
  281. .aImage{
  282. position: relative;
  283. height: 408rpx;
  284. background: url(https://m.bbztx.com/img/huzhao.gif) no-repeat;
  285. background-size: 100% 398rpx;
  286. background-position: 0px 10px;
  287. border-radius: 12rpx;
  288. }
  289. .del{
  290. width: 100%;
  291. height: 60rpx;
  292. background-color: rgba(109, 107, 107, 0.733);
  293. position: absolute;
  294. bottom: 0;
  295. color: white;
  296. text-align: center;
  297. line-height: 60rpx;
  298. z-index:9
  299. }
  300. .view{
  301. position: relative;
  302. /* height: 200rpx; */
  303. }
  304. .Copydel{
  305. position: absolute;
  306. width: 100%;
  307. height: 50rpx;
  308. background-color: rgba(109, 107, 107, 0.733);
  309. position: absolute;
  310. bottom: 4rpx;
  311. color: white;
  312. text-align: center;
  313. line-height: 50rpx;
  314. }