awaitState.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. /* pages/awaitState/awaitState.wxss */
  2. page{
  3. background-color: #fff;
  4. }
  5. .container{
  6. display: none;
  7. position: relative;
  8. min-height: 100vh;
  9. /* padding: 0 0 200rpx 0; */
  10. }
  11. .space{
  12. height: 15rpx;
  13. background-color: #f9f9f9;
  14. }
  15. .banner image{
  16. width:710rpx;
  17. }
  18. .goods_infor_wrap{
  19. padding: 0 36rpx;
  20. font-size: 28rpx;
  21. line-height: 40rpx;
  22. padding-bottom: 10rpx;
  23. }
  24. .goods_title,.goods_name{
  25. float: left;
  26. color: #4a4949;
  27. }
  28. .goods_infor{
  29. float:left ;
  30. width: 550rpx;
  31. }
  32. .goods_name{
  33. width: 460rpx;
  34. color: #b4a078;
  35. text-overflow: ellipsis;
  36. overflow: hidden;
  37. white-space: nowrap;
  38. }
  39. .goods_num{
  40. float: right;
  41. color: #272727;
  42. }
  43. .choose_wrap{
  44. /* height: 143rpx; */
  45. padding:30rpx 0;
  46. background-color: #fff;
  47. }
  48. .choose_content{
  49. width: 100%;
  50. height: 86rpx;
  51. background-color: #fff;
  52. position: relative;
  53. }
  54. .user_photo{
  55. float:left;
  56. width: 68rpx;
  57. height: 68rpx;
  58. margin:12rpx 24rpx 0 36rpx;
  59. }
  60. .choose_msg{
  61. float: left;
  62. font-size: 26rpx;
  63. line-height: 42rpx;
  64. margin:12rpx 0 0 0;
  65. }
  66. .msg_name{
  67. width: 560rpx;
  68. font-size: 28rpx;
  69. line-height:62rpx;
  70. color: #2d2d2d;
  71. text-overflow: ellipsis;
  72. overflow: hidden;
  73. white-space: nowrap;
  74. }
  75. .msg_infor{
  76. width: 560rpx;
  77. font-size: 28rpx;
  78. color: #969696;
  79. padding: 33rpx 36rpx 0 36rpx;
  80. }
  81. .choose_icon{
  82. width: 20rpx;
  83. height: 32rpx;
  84. position: absolute;
  85. top:27rpx;
  86. right: 40rpx;
  87. }
  88. .msg_tetxarea{
  89. width: 710rpx;
  90. padding:20rpx;
  91. font-size: 30rpx;
  92. line-height: 40rpx;
  93. color: #ccc;
  94. }
  95. .send_btn{
  96. width: 88%;
  97. height: 96rpx;
  98. font-size: 34rpx;
  99. line-height: 96rpx;
  100. color: #fff;
  101. text-align: center;
  102. background-color: #169bd5;
  103. position: fixed;
  104. bottom: 20rpx;
  105. left:6%;
  106. border-radius: 8rpx;
  107. z-index: 1;
  108. }
  109. .state_title{
  110. display: inline-block;
  111. margin: 90rpx auto 20rpx;
  112. }
  113. .await_icon,.await_title{
  114. float: left;
  115. }
  116. .await_icon{
  117. width: 42rpx;
  118. height: 42rpx;
  119. margin:0 40rpx;
  120. }
  121. .await_title{
  122. font-size: 30rpx;
  123. }
  124. .banner{
  125. width: 480rpx;
  126. margin:0 auto 20rpx;
  127. padding-top:20rpx;
  128. }
  129. .banner image{
  130. width: 100%;
  131. }
  132. .footer_btn{
  133. width: 100%;
  134. position: absolute;
  135. left: 0;
  136. bottom: 40rpx;
  137. display: flex;
  138. justify-content: center;
  139. }
  140. .footer_flag{
  141. display: block;
  142. width: 100%;
  143. height: 120rpx;
  144. position: absolute;
  145. left: 0;
  146. bottom: 80rpx;
  147. color: #959595;
  148. font-size: 24rpx;
  149. line-height: 80rpx;
  150. text-align: center;
  151. }
  152. .footer_each_btn,.footer_each_btn_two{
  153. display: inline-block;
  154. width: 300rpx;
  155. height: 80rpx;
  156. color: #959595;
  157. font-size: 24rpx;
  158. line-height: 80rpx;
  159. text-align: center;
  160. border: 1px solid #969696;
  161. }
  162. .footer_each_btn_two{
  163. width: 300rpx;
  164. margin: 0 65rpx;
  165. }
  166. .footer_each_btn_left{
  167. color: #b4a078;
  168. border: 1px solid #b4a078;
  169. }
  170. .footer_btn_hidden{
  171. display: none;
  172. }
  173. /* 上传图片 */
  174. .upload_wrap{
  175. padding:20rpx;
  176. }
  177. .upload_img_wrap{
  178. float:left;
  179. width: 110rpx;
  180. height: 110rpx;
  181. margin: 25rpx;
  182. position: relative;
  183. }
  184. .delete_img{
  185. width: 30rpx;
  186. height: 30rpx;
  187. position: absolute;
  188. top: -15rpx;
  189. right: -15rpx;
  190. z-index: 2;
  191. }
  192. .upload_img{
  193. width: 110rpx;
  194. height: 110rpx;
  195. }
  196. /* 定制完成 */
  197. .qrfh_wrap{
  198. width: 100%;
  199. height: 100%;
  200. position: fixed;
  201. top: 0;
  202. left: 0;
  203. z-index: 9999;
  204. background-color: rgba(0,0,0,0.6);
  205. }
  206. .qrfh_content_wrap{
  207. width: 80%;
  208. height: 283rpx;
  209. background-color: #fff;
  210. border-radius: 4px;
  211. position: fixed;
  212. top: 50%;
  213. left: 50%;
  214. margin: -141rpx 0 0 -40%;
  215. }
  216. .qrfh_cont_wrap{
  217. padding: 50rpx 15rpx;
  218. font-size: 32rpx;
  219. line-height: 46rpx;
  220. text-align: center;
  221. color: #999;
  222. }
  223. .qrfh_btn_wrap{
  224. position: absolute;
  225. left:0;
  226. bottom: 0;
  227. }
  228. .qrfh_cancle,.qrfh_sure{
  229. float: left;
  230. width: 50%;
  231. height: 90rpx;
  232. font-size: 40rpx;
  233. line-height: 90rpx;
  234. border-top: 1px solid #ccc;
  235. text-align: center;
  236. }
  237. .qrfh_cancle{
  238. color:#222;
  239. border-right: 1px solid #ccc;
  240. box-sizing: border-box;
  241. }
  242. .qrfh_sure{
  243. color: #b4a078;
  244. }
  245. /* 领取弹窗 */
  246. .gift_get_wrap{
  247. display: none;
  248. width: 100%;
  249. height: 100%;
  250. position: fixed;
  251. top: 0;
  252. left: 0;
  253. background-color: rgba(0, 0, 0, 0.8);
  254. }
  255. .gift_get_cont{
  256. width: 644rpx;
  257. height: 906rpx;
  258. position: fixed;
  259. top: 50%;
  260. left: 50%;
  261. margin: -453rpx 0 0 -322rpx;
  262. }
  263. .gift_get_bg{
  264. display: block;
  265. width: 644rpx;
  266. height: 906rpx;
  267. }
  268. .gift_get_infor{
  269. width:100%;
  270. position: absolute;
  271. top:46rpx;
  272. left:0;
  273. }
  274. .gift_from_user_phone{
  275. display: block;
  276. width: 116rpx;
  277. height: 116rpx;
  278. border-radius: 100%;
  279. border: 2px solid #ebcd99;
  280. margin: 0 auto 22rpx;
  281. }
  282. .gift_from_user_name{
  283. font-size: 30rpx;
  284. line-height: 48rpx;
  285. color: #ebcd99;
  286. text-align: center;
  287. }
  288. .gift_from_user_msg{
  289. width: 90%;
  290. position: absolute;
  291. top: 390rpx;
  292. left: 5%;
  293. font-size: 40rpx;
  294. line-height: 66rpx;
  295. color: #ebcd99;
  296. text-align: center;
  297. }
  298. .gift_get_footer{
  299. width: 100%;
  300. position: absolute;
  301. left: 0;
  302. bottom: 168rpx;
  303. }
  304. .gift_get_footer_btn{
  305. display: block;
  306. width: 160rpx;
  307. height: 160rpx;
  308. margin: 0 auto;
  309. cursor: pointer;
  310. }
  311. .wrapShow{
  312. display: block;
  313. }
  314. .container_show{
  315. display: block;
  316. }