C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
359 B

  1. .b1{
  2. position:fixed;
  3. width:100%;
  4. height:100%;
  5. top:0px;
  6. background:rgba(0,0,0,0.8);
  7. overflow: hidden;
  8. }
  9. .t_w{
  10. position:relative;
  11. }
  12. .b2{
  13. width: 90%;
  14. margin:35% auto;
  15. overflow: hidden;
  16. border-radius: 10rpx;
  17. }
  18. .t_image{
  19. width: 100%;
  20. display: block;
  21. margin: 0 auto;
  22. }
  23. .cancel_icon{
  24. position: absolute;
  25. right: 30rpx;
  26. top: -30rpx;
  27. }