|
- /* 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{
- margin:40% auto;
- overflow: hidden;
- border-radius: 10rpx;
- }
- .t_image{
- width: 70%;
- border-radius: 16rpx;
- display: block;
- margin: 0 auto;
- }
- .cancel_icon{
- position: absolute;
- right: 60rpx;
- top: -40rpx;
- }
- .line{
- width:2rpx;
- height: 75rpx;
- background: #fff;
- position: absolute;
- right: 370rpx;
- bottom: -125rpx;
- }
|