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

448 lines
9.1 KiB

//引入全局配置
@import "c/conf";
@import "c/mx";
@import "c/f";
@import "a/c";
page {
background-color: #f7f7f7;
padding-bottom: 20rpx;
}
.m_content {
position: relative;
background-color: #ffffff;
padding: 0 20rpx;
.resolute_black {
height: 10rpx;
}
.m_resolute_content {
margin: 15rpx auto 10rpx;
width: 690rpx;
height: 80rpx;
background: #ffffff;
box-shadow: 0rpx 4rpx 29rpx 0rpx rgba(63, 63, 63, 0.1);
border-radius: 10rpx;
display: flex;
align-items: center;
.title {
margin-left: 20rpx;
margin-right: 100rpx;
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #333333;
line-height: 80rpx;
}
.result {
padding: 8rpx 20rpx;
margin-right: 30rpx;
height: 40rpx;
border-radius: 10rpx;
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
line-height: 40rpx;
color: #333;
display: flex;
align-items: center;
.ico {
position: relative;
box-sizing: border-box;
margin-right: 20rpx;
width: 40rpx;
height: 40rpx;
border-radius: 10rpx;
box-shadow: 0 0 0 2rpx inset #999;
overflow: hidden;
&::after {
position: absolute;
content: "";
z-index: 1;
top: 12rpx;
left: 10rpx;
width: 20rpx;
height: 10rpx;
border-left: 5rpx solid #fff;
border-bottom: 5rpx solid #fff;
transform: rotate(-45deg);
}
}
&.z-on {
.ico {
background: #e3271c;
box-shadow: none;
}
}
}
}
.m_info {
padding-top: 30rpx;
position: relative;
padding-bottom: 40rpx;
.closeFlag {
position: absolute;
top: 25rpx;
right: -20rpx;
width: 114rpx;
height: 40rpx;
}
.closeFlag_span {
position: absolute;
top: 25rpx;
right: 0rpx;
text-align: center;
font-size: 20rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #ffffff;
line-height: 40rpx;
}
.gridName {
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #666666;
line-height: 36rpx;
padding-bottom: 20rpx;
}
.eventTime {
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #999999;
line-height: 36rpx;
}
.eventContent {
margin-top: 40rpx;
font-size: 32rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #333333;
line-height: 52rpx;
}
.eventImgs {
display: flex;
margin: 30rpx auto 0;
image {
margin-left: 20rpx;
width: 210rpx;
height: 160rpx;
&:first-child {
margin-left: 0;
}
}
}
.eventAddress {
margin-top: 30rpx;
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #666666;
line-height: 40rpx;
}
.eventPerson {
margin-top: 10rpx;
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #666666;
line-height: 40rpx;
}
.org {
margin-left: 102rpx;
}
.recall {
position: relative;
height: 50rpx;
margin-top: 10rpx;
.btn {
position: absolute;
top: 0rpx;
right: 25rpx;
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #666666;
line-height: 50rpx;
> image {
padding-top: 3rpx;
width: 28rpx;
height: 28rpx;
}
> text {
margin-left: 10rpx;
}
}
}
}
}
.m_reply {
margin-top: 20rpx;
background-color: #ffffff;
padding: 30rpx;
textarea {
box-sizing: border-box;
display: block;
margin: 0 auto auto;
padding: 20rpx;
width: 100%;
height: 220rpx;
line-height: 45rpx;
border-radius: 10rpx 10rpx 0 0;
background-color: #f7f7f7;
font-size: 28rpx;
font-family: Source Han Serif SC;
color: $fc1;
.z-placeholder {
@include wwb;
}
}
.input-hint {
padding-right: 20rpx;
background-color: #f7f7f7;
box-sizing: border-box;
line-height: 80rpx;
text-align: right;
font-family: Source Han Serif SC;
font-weight: 500;
color: rgba(153, 153, 153, 1);
font-size: 26rpx;
border-radius: 0 0 10rpx 10rpx;
}
.input-hints {
line-height: 40rpx;
}
.view_reply_btn {
height: 60rpx;
background-color: #ffffff;
padding-bottom: 10rpx;
.reply_btn {
float: right;
margin-top: 30rpx;
text-align: center;
width: 110rpx;
height: 48rpx;
background: #e60000;
border-radius: 24rpx;
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #ffffff;
line-height: 48rpx;
}
}
}
.list_margin {
margin-top: 20rpx;
}
.m_reply_list {
background-color: #ffffff;
padding: 10rpx 30rpx;
.item {
margin-top: 30rpx;
&:first-child {
margin-top: 0;
}
.item_replyName {
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #333333;
line-height: 52rpx;
}
.item_replyTime {
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #999999;
line-height: 52rpx;
}
.item_replyContent {
font-size: 32rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #333333;
line-height: 46rpx;
}
}
}
.m-list {
position: relative;
margin-top: 20rpx;
padding-bottom: 30rpx;
background-color: #ffffff;
.title {
margin: 0 auto;
width: 710rpx;
line-height: 90rpx;
border-bottom: 1rpx solid #e7eeee;
font-size: $fz7;
font-family: Source Han Serif SC;
font-weight: bold;
color: rgba(51, 51, 51, 1);
}
.more-btn {
position: absolute;
z-index: 1;
top: 20rpx;
right: 20rpx;
line-height: 50rpx;
font-size: 28rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: rgba(12, 74, 157, 1);
}
.list {
position: relative;
box-sizing: border-box;
margin-top: 30rpx;
margin-left: 50rpx;
padding: 0 0 0 30rpx;
width: 680rpx;
border-left: 1rpx solid #e7eeee;
&::before {
content: "";
position: absolute;
z-index: 1;
display: block;
top: -2rpx;
left: -2rpx;
width: 5rpx;
height: 20rpx;
background-color: #ffffff;
}
.item {
position: relative;
z-index: 2;
margin-bottom: 20rpx;
padding-bottom: 20rpx;
border-bottom: 1rpx solid #e7eeee;
&::before {
content: "";
display: block;
position: absolute;
top: 17rpx;
left: -39rpx;
width: 20rpx;
height: 20rpx;
background: #999;
border-radius: 100%;
}
&.z-on {
&::before {
background: rgba(230, 0, 0, 1);
}
}
&:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.btn {
position: absolute;
top: 0;
right: 0;
width: 94rpx;
height: 40rpx;
line-height: 40rpx;
text-align: center;
background: rgba(255, 255, 255, 1);
border: 1rpx solid rgba(153, 153, 153, 1);
border-radius: 20rpx;
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: rgba(153, 153, 153, 1);
}
.name {
position: relative;
margin-bottom: 10rpx;
margin-left: -15rpx;
line-height: 50rpx;
font-size: 32rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: rgba(51, 51, 51, 1);
}
.date {
line-height: 40rpx;
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: rgba(153, 153, 153, 1);
}
.detail {
@include cs;
font-size: 28rpx;
font-family: Source Han Serif SC;
font-weight: 500;
line-height: 40rpx;
> view {
float: left;
}
.detail-field {
width: 22%;
text-align: justify;
text-align-last: justify;
color: rgba(153, 153, 153, 1);
}
.detail-value {
width: 78%;
color: #333333;
.detail-link {
display: inline;
color: #0c4a9d;
}
}
}
}
}
}