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.
55 lines
817 B
55 lines
817 B
@import '../c/conf'; // 弹窗公共提示
|
|
|
|
.m-hint-popover {
|
|
.header {
|
|
display: block;
|
|
width: 460rpx;
|
|
height: 400rpx;
|
|
margin: -150rpx auto auto;
|
|
}
|
|
|
|
.title {
|
|
margin-top: 30rpx;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
color: $fc1;
|
|
}
|
|
|
|
.cnt {
|
|
line-height: 50rpx;
|
|
font-size: 14px;
|
|
color: $fc2;
|
|
text-align: center;
|
|
|
|
&.z-tal {
|
|
text-align: left;
|
|
}
|
|
|
|
text {
|
|
color: $c1;
|
|
margin: 0 8rpx;
|
|
}
|
|
}
|
|
|
|
.operate {
|
|
margin-top: 60rpx;
|
|
|
|
.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);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|