/* 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; }