diy_live.wxss 587 Bytes
@import '../../app.wxss';

.suspend {
	width: 180rpx;
	height: 260rpx;
	position: fixed;
	right: 10rpx;
	top: 10rpx;
	background-color: #f0f0f0;
	z-index: 999;
}

.close-box {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4rpx;
	background-color: rgba(0, 0, 0, .5);
	color: white;
}

.close-box .icon-guan {
	font-size: 26rpx;
	display: block;
	padding: 0 4rpx;
}

.zhibo-box {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: white;
	background-color: #e7006d;
}

.img {
	display: block;
	width: 100%;
	height: 100%;
}


.tile {
	height: 400rpx;
	background-color: skyblue;
}