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.
56 lines
849 B
56 lines
849 B
@import '../c/conf'; // 弹窗公共提示
|
|
|
|
.m-hint-popover2 {
|
|
.title {
|
|
padding: 50rpx;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
color: $fc2;
|
|
|
|
image {
|
|
margin-right: 12rpx;
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
|
|
.cnt {
|
|
line-height: 50rpx;
|
|
font-size: 14px;
|
|
color: $fc2;
|
|
text-align: center;
|
|
|
|
text {
|
|
display: block;
|
|
}
|
|
|
|
.z-stress {
|
|
line-height: 60rpx;
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
.operate {
|
|
margin-top: 50rpx;
|
|
padding: 0 15rpx;
|
|
|
|
.btn {
|
|
float: right;
|
|
width: 220rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
border-radius: 80rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
background-color: $c1;
|
|
|
|
&.btn-off {
|
|
float: left;
|
|
background-color: rgba($c1, 0.7);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|