steward.wxss 625 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .top-wrapper{
  2. background:url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/recommend-bd.jpg') no-repeat center;
  3. background-size: cover;
  4. width:750rpx;
  5. height: 775rpx;
  6. padding:46rpx 0 0;
  7. }
  8. .top-wrapper view{
  9. font-size:48rpx;
  10. font-weight: bold;
  11. text-align: center;
  12. color:#fff;
  13. }
  14. .qrcode-wrapper{
  15. margin:-125rpx auto 0;
  16. width:250rpx;
  17. height: 250rpx;
  18. }
  19. .qr-code{
  20. width:250rpx;
  21. height: 250rpx;
  22. padding:4rpx;
  23. border-radius: 4rpx;
  24. background: #fff;
  25. }
  26. .img-tips{
  27. text-align: center;
  28. font-size: 16rpx;
  29. margin:18rpx 0 0;
  30. }
  31. .view-tips{
  32. color:#2A2A2A;
  33. margin-top:76rpx;
  34. font-size: 32rpx;
  35. text-align:center;
  36. }