/* components/advertisement.wxss */ .b1{ position:fixed; width:100%; height:100%; top:0px; background:rgba(0,0,0,0.8); overflow: hidden; z-index: 1000; } .t_w{ position:relative; } .b2{ width: 90%; margin:45% auto; overflow: hidden; border-radius: 10rpx; } .t_image{ border-radius: 16rpx; display: block; margin: 0 auto; } .cancel_icon{ position: absolute; right: 300rpx; bottom: -200rpx; } .line{ width:2rpx; height: 75rpx; background: #fff; position: absolute; right: 340rpx; bottom: -125rpx; }