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