index.wxss 707 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* pages/public/cashCoupon/index.wxss */
  2. page{
  3. height: 100%;
  4. }
  5. .cash-bg{
  6. height: 100%;
  7. position: relative;
  8. }
  9. .cash-bg .btn{
  10. position: absolute;
  11. top: 800rpx;
  12. left: 0;
  13. right: 0;
  14. margin: 0 auto;
  15. background: #ed3a43;
  16. border-radius: 90rpx;
  17. text-align: center;
  18. height: 80rpx;
  19. width: 320rpx;
  20. line-height: 80rpx;
  21. color: #fff;
  22. font-weight: 700;
  23. box-shadow: 0rpx 4rpx 15rpx 0rpx rgba(255,255,255,1) inset,0rpx 8rpx 16rpx 0rpx rgba(211,17,13,1);
  24. }
  25. image{
  26. width: 100%;
  27. min-height: 100%;
  28. display: block;
  29. }
  30. .cash-bg .fail-content{
  31. position: absolute;
  32. top: 385rpx;
  33. left: 0;
  34. right: 0;
  35. margin: 0 auto;
  36. color: #fff;
  37. width: 70%;
  38. text-align: center;
  39. line-height: 1.8;
  40. }