shareBonus.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. /* pages/shareBonus/shareBonus.wxss */
  2. .default_container {
  3. position: fixed;
  4. left: 0;
  5. right: 0;
  6. top: 0;
  7. bottom: 0;
  8. z-index: 999;
  9. background: #e14f48;
  10. color: #ffe7b8;
  11. text-align: center;
  12. }
  13. .bg_content {
  14. position: relative;
  15. height: 71%;
  16. }
  17. .top_bg {
  18. position: absolute;
  19. left: 0;
  20. top: 0;
  21. width: 100%;
  22. height: 100%;
  23. }
  24. .msg_box {
  25. padding-top: 148rpx;
  26. }
  27. .time_box {
  28. margin: 80rpx 60rpx 0;
  29. height: 100rpx;
  30. position: relative;
  31. }
  32. .count_box {
  33. display: flex;
  34. justify-content: space-between;
  35. align-items: center;
  36. position: absolute;
  37. left: 0;
  38. top: 0;
  39. width: 100%;
  40. height: 100%;
  41. z-index: 2;
  42. font-size: 86rpx;
  43. font-weight: bold;
  44. color: #fff;
  45. }
  46. .count_text {
  47. width: 172rpx;
  48. padding: 0 4rpx;
  49. display: flex;
  50. justify-content: space-between;
  51. box-sizing: border-box;
  52. font-family: aAlternate;
  53. }
  54. .count_single {
  55. width: 70rpx;
  56. }
  57. .f56 {
  58. font-size: 56rpx;
  59. }
  60. .ht30 {
  61. height: 30rpx;
  62. }
  63. .line_h30 {
  64. line-height: 30rpx;
  65. }
  66. .line_h68 {
  67. line-height: 68rpx;
  68. }
  69. .name {
  70. font-size: 50rpx;
  71. }
  72. .msg {
  73. font-size: 32rpx;
  74. color: #ffd39b;
  75. }
  76. .mgs_bottom {
  77. margin-top: 150rpx;
  78. }
  79. .mgs_bottom.over {
  80. margin-top: 300rpx;
  81. }
  82. .open {
  83. position: absolute;
  84. z-index: 999;
  85. width: 200rpx;
  86. height: 200rpx;
  87. left: 0;
  88. right: 0;
  89. margin: 0 auto -100rpx;
  90. bottom: 0;
  91. }
  92. .open.opa0 {
  93. opacity: 0;
  94. }
  95. .open.current_open {
  96. opacity: 1;
  97. z-index: 1000;
  98. animation: iconRotate .8s linear infinite
  99. }
  100. @keyframes iconRotate{
  101. 0% {transform: rotateY(0deg);}
  102. 50% {transform: rotateY(180deg);}
  103. 100% {transform: rotateY(360deg);}
  104. }
  105. .bottom_pro {
  106. position: absolute;
  107. left: 0;
  108. bottom: 8%;
  109. width: 100%;
  110. font-size: 20rpx;
  111. color: #fff;
  112. }
  113. .icon_logo {
  114. width: 20rpx;
  115. height: 20rpx;
  116. margin-right: 10rpx;
  117. }
  118. .cloud_left, .cloud_right {
  119. position: absolute;
  120. z-index: 1;
  121. bottom: 3%;
  122. width: 88rpx;
  123. height: 34rpx;
  124. }
  125. .cloud_left {
  126. left: 4%;
  127. }
  128. .cloud_right {
  129. right: 4%;
  130. }
  131. .dot_left, .dot_right {
  132. position: absolute;
  133. top: 2%;
  134. z-index: 1;
  135. width: 10rpx;
  136. height: 10rpx;
  137. border-radius: 50%;
  138. background: #ff8a6b;
  139. }
  140. .dot_left {
  141. left: 3%;
  142. }
  143. .dot_right {
  144. right: 3%;
  145. }
  146. /* 开红包后的样式 */
  147. .grab_container {
  148. min-height: 100vh;
  149. -webkit-overflow-scrolling: touch;
  150. /* height: 100%; */
  151. text-align: center;
  152. background: #f9f9f9;
  153. position: relative;
  154. /* color: #ffe7b8; */
  155. }
  156. .common_bg {
  157. width: 100%;
  158. height: 182rpx;
  159. }
  160. .top_title {
  161. position: absolute;
  162. height: 80rpx;
  163. line-height: 80rpx;
  164. z-index: 1;
  165. left: 0;
  166. top: 30rpx;
  167. width: 100%;
  168. font-size: 36rpx;
  169. font-weight: bold;
  170. color: #FFEEA6 ;
  171. }
  172. .sender_head {
  173. position: absolute;
  174. z-index: 1;
  175. left: 50%;
  176. bottom: 0;
  177. margin-left: -50rpx;
  178. margin-bottom: -50rpx;
  179. width: 100rpx;
  180. height: 100rpx;
  181. border-radius: 6rpx;
  182. }
  183. .grab_header {
  184. margin-top: 70rpx;
  185. padding: 0 30rpx;
  186. }
  187. .grab_bonus_name {
  188. color: #333;
  189. font-size: 30rpx;
  190. font-weight: bold;
  191. line-height: 45rpx;
  192. }
  193. .icon_pin {
  194. position: relative;
  195. top: 2rpx;
  196. margin-left: 4rpx;
  197. width: 30rpx;
  198. height: 30rpx;
  199. }
  200. .grab_prompt {
  201. margin-top: 5rpx;
  202. font-size: 24rpx;
  203. color: #666;
  204. line-height: 45rpx;
  205. }
  206. .grab_bonus_price {
  207. margin-top: 25rpx;
  208. height: 98rpx;
  209. font-size: 70rpx;
  210. /* vertical-align: sub; */
  211. color: #E73636;
  212. }
  213. .receive_info {
  214. padding: 30rpx 30rpx 10rpx;
  215. height: 45rpx;
  216. line-height: 45rpx;
  217. background: #f4f4f4;
  218. font-size: 24rpx;
  219. color: #666;
  220. text-align: left;
  221. }
  222. .tb_line {
  223. position: relative;
  224. }
  225. .tb_line::after {
  226. content: '';
  227. position: absolute;
  228. top: 0;
  229. left: 0;
  230. width: 200%;
  231. height: 200%;
  232. transform: scale(.5);
  233. transform-origin: 0 0;
  234. pointer-events: none;
  235. box-sizing: border-box;
  236. border: 0 solid #d9d9d9;
  237. border-width: 1px 0;
  238. }
  239. .receive_item {
  240. position: relative;
  241. display: flex;
  242. padding: 30rpx;
  243. }
  244. .receive_item::after {
  245. position: absolute;
  246. z-index: 1;
  247. content: '';
  248. left: 0;
  249. right: 0;
  250. bottom: 0;
  251. height: 1px;
  252. background: #d9d9d9;
  253. transform: scaleY(.5);
  254. }
  255. .personal_image {
  256. width: 80rpx;
  257. height: 80rpx;
  258. border-radius: 4rpx;
  259. margin-right: 25rpx;
  260. }
  261. .personal_content {
  262. flex: 1;
  263. padding-right: 30rpx;
  264. box-sizing: border-box;
  265. text-align: left;
  266. }
  267. .item_paragraph {
  268. display: flex;
  269. align-items: center;
  270. height: 45rpx;
  271. /* justify-content: space-between; */
  272. }
  273. .briefing_address {
  274. width: 660rpx;
  275. height: 50rpx;
  276. margin: 58rpx auto 30rpx;
  277. }
  278. .icon_king {
  279. width: 28rpx;
  280. height: 24rpx;
  281. margin-right: 10rpx;
  282. }
  283. .look {
  284. position: absolute;
  285. left: 50rpx;
  286. right: 50rpx;
  287. bottom: 40%;
  288. text-align: center;
  289. font-size: 28rpx;
  290. color: #ffe7b8;
  291. }
  292. .message_modal{
  293. position: fixed;
  294. left: 0;
  295. right: 0;
  296. top: 0;
  297. bottom: 0;
  298. z-index: 999;
  299. }
  300. .modal_bg {
  301. position: absolute;
  302. z-index: 1;
  303. width: 100%;
  304. height: 100%;
  305. background: rgba(0,0,0,.6);
  306. }
  307. .message_content {
  308. position: absolute;
  309. top: 160rpx;
  310. left: 100rpx;
  311. right: 100rpx;
  312. background: #fff;
  313. border-radius: 10rpx;
  314. z-index: 10;
  315. }
  316. .message_info {
  317. width:100%;
  318. height: 160rpx;
  319. padding: 20rpx;
  320. box-sizing: border-box;
  321. font-size: 24rpx;
  322. }
  323. .btn_group {
  324. position: relative;
  325. }
  326. .btn_group::after {
  327. position: absolute;
  328. content: '';
  329. left: 0;
  330. top: 0;
  331. z-index: 2;
  332. width: 100%;
  333. height: 1px;
  334. background: #d9d9d9;
  335. transform: scaleY(.5);
  336. }
  337. .cancel_btn, .submit_btn {
  338. text-align: center;
  339. height: 80rpx;
  340. line-height: 80rpx;
  341. flex: 1;
  342. font-size: 32rpx;
  343. }
  344. .submit_btn {
  345. color: #EB4E4F
  346. }
  347. .r_line {
  348. position: relative;
  349. }
  350. .r_line::after {
  351. position: absolute;
  352. content: '';
  353. right: 0;
  354. top: 0;
  355. bottom: 0;
  356. width: 1px;
  357. background: #d9d9d9;
  358. transform: scaleX(.5);
  359. }
  360. .hot_summarys {
  361. width:750rpx;
  362. display:flex;
  363. flex:1;
  364. flex-wrap:wrap;
  365. text-align: left;
  366. }
  367. .col2c71c6 {
  368. color: #2C71C6;
  369. }