eachGiftInfor.wxss 4.2 KB

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