日照项目的居民端小程序
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.
 
 
 

92 lines
1.8 KiB

.g-bd {
// padding-top: 174rpx;
}
.topic-dialog {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
.dialog-mask {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.3);
}
.dialog-wrapper {
position: absolute;
top: 400rpx;
left: 50%;
z-index: 3;
width: 540rpx;
height: 460rpx;
box-sizing: border-box;
margin-left: -270rpx;
background: #ffffff;
border-radius: 10rpx;
-webkit-border-radius: 10rpx;
-moz-border-radius: 10rpx;
-ms-border-radius: 10rpx;
-o-border-radius: 10rpx;
.dialog-title{
margin:34rpx 0 0 39rpx;
font-size: 34rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #333333;
}
.dialog-mobile{
text-align: center;
margin-top:101rpx;
padding:0 auto 0 ;
font-size: 34rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #333333;
}
.dialog-btn {
display:flex;
justify-content: space-between;
margin:130rpx 102rpx 54rpx;
font-size: 34rpx;
font-family: Source Han Serif SC;
font-weight: 400;
.btn-cancel{
color: #666666;
}
.btn-comfire{
color: #E3271C;
}
}
.dialog-btn-close {
display:flex;
justify-content: center;
margin:130rpx 102rpx 54rpx;
font-size: 34rpx;
font-family: Source Han Serif SC;
font-weight: 400;
.btn-close{
color: #666666;
text-align: center;
}
}
}
}
.map-wr {
width: 100%;
height: 100%;
}