index.wxss 316 B

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