indepCoupon3.wxss 839 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /* pages/indepCoupon/indepCoupon.wxss */
  2. page{
  3. background-color: #fff;
  4. }
  5. .container{
  6. width: 100vh;
  7. height: 100vh;
  8. background-color: #000;
  9. }
  10. .indep_coupon_wrap{
  11. position: fixed;
  12. top: 132rpx;
  13. left: 0;
  14. z-index: 10;
  15. }
  16. .indep_coupon_bg{
  17. width: 750rpx;
  18. }
  19. .indep_coupon_cont{
  20. position: absolute;
  21. top: 0;
  22. left: 0;
  23. right: 0;
  24. }
  25. .indep_coupon_logo{
  26. display: block;
  27. width: 206rpx;
  28. height: 156rpx;
  29. margin: 104rpx auto 0;
  30. }
  31. .indep_coupon_title{
  32. text-align: center;
  33. font-size: 36rpx;
  34. color: #dcbc83;
  35. padding: 100rpx 0 60rpx 0;
  36. }
  37. .indep_coupon_btn{
  38. display: block;
  39. width: 196rpx;
  40. height: 196rpx;
  41. margin: 0 auto;
  42. }
  43. /* 关闭优惠劵弹窗 */
  44. .close_coupon{
  45. display: block;
  46. margin: 20rpx auto;
  47. width: 56rpx;
  48. height: 56rpx;
  49. }
  50. .close_coupon image{
  51. display: block;
  52. width: 100%;
  53. height: 100%;
  54. }