榆山数据端小程序
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.

44 lines
764 B

/* components/pop/pop.wxss */
/* 弹框开始 */
.pop-box{
box-sizing: border-box;
width: 411rpx;
height: auto;
background: #fff;
padding: 0rpx 12rpx 27rpx 20rpx;
z-index: 9999;
}
.pop-title{
margin-top: 20rpx;
}
.pop-header{
color: #333333;
font-size: 28rpx;
}
.pop-content{
color: #999999;
font-size: 26rpx;
margin-top: 14rpx;
/* padding-top: 10rpx; */
width: 360rpx;
height: auto;
white-space:normal;
word-break:break-all;
}
.cover-img{
width: 34rpx;
height: 34rpx;
float: right;
}
.float{
float: left;
}
wux-popover{
z-index: 999999999999999;
}
.explain{
width: 30rpx;
height: 30rpx;
vertical-align: middle;
margin-left: 5rpx;
}