index.wxss 335 B

1234567891011121314151617181920212223
  1. /* 容器 */
  2. .container {
  3. width: 702rpx;
  4. background: #FFFFFF;
  5. border-radius: 40px;
  6. padding-top: 40rpx;
  7. box-sizing: border-box;
  8. margin: 252rpx auto 0;
  9. }
  10. /* 顶部背景图片 */
  11. .backImg {
  12. position: fixed;
  13. width: 100vw;
  14. top: 0;
  15. left: 0;
  16. z-index: -999;
  17. }
  18. .backImg>image {
  19. width: 100%;
  20. }