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

159 lines
4.2 KiB

//引入全局配置
@import "c/conf";
@import "c/mx";
@import "c/f";
@import "a/c";
.m-fm {
@include shield;
z-index: 10000;
.fm {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
width: 630rpx;
// height: 600rpx;
transform: translateY(-50%);
box-sizing: border-box;
padding: 30rpx 40rpx;
background-color: #ffffff;
border-radius: 20rpx;
background-image: url("https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com/epmet/test/20210907/a766bbce71b54c6985fdbd2a38d8fa5e.png");
background-repeat: no-repeat;
background-size: contain;
.logo {
margin: 40rpx 0 0;
image {
display: block;
margin: 0 auto;
width: 120rpx;
height: 120rpx;
border-radius: 50%;
}
.tag {
position: relative;
margin-top: -25rpx;
text-align: center;
text {
display: inline-block;
padding: 0 15rpx;
height: 28rpx;
line-height: 28rpx;
background: #e3271c;
border-radius: 14rpx;
font-size: 20rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #ffffff;
}
}
}
.title {
margin-top: 10rpx;
text-align: center;
font-size: 34rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: rgba(51, 51, 51, 1);
line-height: 60rpx;
}
.attr {
font-size: 22rpx;
font-family: Source Han Serif SC;
font-weight: 400;
color: #999999;
line-height: 42rpx;
text-align: center;
text {
display: inline-block;
margin: 0 10rpx;
}
}
.intro {
@include toeM(5);
margin: 10rpx auto;
width: 540rpx;
font-size: 34rpx;
font-family: Source Han Serif SC;
font-weight: 400;
color: #333333;
line-height: 52rpx;
}
.btn-close {
position: absolute;
top: 0;
right: 0;
padding: 30rpx;
image {
width: 24rpx;
height: 24rpx;
}
}
.input {
display: block;
box-sizing: border-box;
padding: 20rpx;
width: 550rpx;
height: 218rpx;
background: #f7f7f7;
border-radius: 10rpx;
margin: 30rpx auto;
textarea {
box-sizing: border-box;
display: block;
margin: 0 auto auto;
padding: 5rpx 0;
width: 100%;
height: 218rpx - 40rpx;
line-height: 45rpx;
border-radius: 20rpx;
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #333;
line-height: 42rpx;
.z-placeholder {
@include wwb;
color: #999;
font-weight: normal;
}
}
}
.operate {
margin-top: 30rpx;
padding: 15rpx 0;
overflow: hidden;
.btn {
margin: 0 auto;
box-sizing: border-box;
width: 170rpx;
height: 70rpx;
background: #e3271c;
border-radius: 35rpx;
color: #ffffff;
text-align: center;
line-height: 70rpx;
font-size: 34rpx;
font-family: Source Han Serif SC;
font-weight: 500;
}
}
}
}