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

104 lines
2.2 KiB

.m-tips {
position: fixed;
top: 120rpx;
left: 50%;
z-index: 10001;
width: 540rpx;
min-height: 880rpx;
box-sizing: border-box;
margin-left: -270rpx;
padding: 0 25rpx 30rpx 25rpx;
font-size: 28rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #343434;
background: #FFFFFF;
overflow: hidden;
border-radius: 10rpx;
-webkit-border-radius: 10rpx;
-moz-border-radius: 10rpx;
-ms-border-radius: 10rpx;
-o-border-radius: 10rpx;
.m-tops-title{
padding-top: 35rpx;
font-size: 34rpx;
text-align: center;
line-height: 1;
}
.m-tips-content {
margin-top: 60rpx;
line-height: 40rpx;
.m-tips-title {
margin-bottom: 20rpx;
font-size: 28rpx;
color: #333;
}
image {
display: block;
width: 486rpx;
height: 386rpx;
}
text {
color: #E60000;
}
.m-tips-last {
margin-top: 18rpx;
line-height: 1;
}
.m-tips-btn {
display: flex;
justify-content: space-between;
margin: 50rpx 0 30rpx;
.no-btn, .comfire-btn {
width: 230rpx;
height: 80rpx;
// margin: 50rpx auto;
font-size: 34rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #FFFFFF;
text-align: center;
line-height: 80rpx;
background: #E60000;
border: 2rpx solid #666666;
border-radius: 40rpx;
-webkit-border-radius: 40rpx;
-moz-border-radius: 40rpx;
-ms-border-radius: 40rpx;
-o-border-radius: 40rpx;
}
.no-btn {
color: #666666;
background: #fff;
}
.comfire-btn {
border: 0;
}
}
.no-tips {
font-size: 28rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #A0A0A0;
text-align: center;
line-height: 1;
radio.wx-radio-input {
height: 20rpx;
width: 20rpx;
}
// .tips-radio {
// width: 20rpx;
// height: 20rpx;
// }
}
}
}
.m-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10000;
background: rgba(0, 0, 0, 0.41);
}