giftBag.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. page {
  2. position: relative;
  3. background-color: #cd1e26;
  4. }
  5. image {
  6. display: block;
  7. }
  8. .bgc {
  9. z-index: -2;
  10. }
  11. .topBgc {
  12. width: 750rpx;
  13. height: 558rpx;
  14. }
  15. .bottomBgc {
  16. width: 750rpx;
  17. position: fixed;
  18. z-index: -99;
  19. top: 0;
  20. height: 100% !important;
  21. }
  22. .giftList {
  23. padding-left: 66rpx;
  24. padding-right: 78rpx;
  25. background:url('https://we-spa.oss-cn-shenzhen.aliyuncs.com/wxapp/20221230/%E7%BC%96%E7%BB%84%2025%402x.png');
  26. background-size: 750rpx;
  27. height: 100%;
  28. padding-bottom: 100rpx;
  29. }
  30. .giftList-item {
  31. position: relative;
  32. height: 810rpx;
  33. }
  34. .lid {
  35. width: 628rpx;
  36. height: 496rpx;
  37. margin-left: -20rpx;
  38. }
  39. .back {
  40. width: 632rpx;
  41. height: 250rpx;
  42. position: absolute;
  43. top: 310rpx;
  44. }
  45. .center {
  46. width: 588rpx;
  47. height: 516rpx;
  48. position: absolute;
  49. left: 25rpx;
  50. top: 290rpx;
  51. }
  52. .bottom {
  53. width: 632rpx;
  54. height: 250rpx;
  55. top: 558rpx;
  56. position: absolute;
  57. }
  58. .margin-bottom {
  59. margin-bottom: 200rpx;
  60. }
  61. .radio {
  62. width: 174rpx;
  63. height: 82rpx;
  64. position: absolute;
  65. bottom: 24rpx;
  66. right: 18rpx;
  67. border-radius: 36rpx;
  68. background-image: url('https://we-spa.oss-cn-shenzhen.aliyuncs.com/wxapp/20221201/%E6%8C%89%E9%92%AE%402x.png');
  69. background-size: 100% 100%;
  70. text-align: center;
  71. line-height: 76rpx;
  72. color: #fff;
  73. font-weight: 600;
  74. font-size: 28rpx;
  75. }