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.

gentry.wxss 376 B

12345678910111213141516171819202122232425262728
  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. z-index: 1000;
  9. }
  10. .t_w{
  11. position:relative;
  12. }
  13. .b2{
  14. width: 90%;
  15. margin:55% auto;
  16. overflow: hidden;
  17. border-radius: 10rpx;
  18. }
  19. .t_image{
  20. width: 100%;
  21. display: block;
  22. margin: 0 auto;
  23. }
  24. .cancel_icon{
  25. position: absolute;
  26. right: 30rpx;
  27. top: -30rpx;
  28. }