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

261 lines
5.4 KiB

.g-scroll_page {
width: 100%;
height: 100%;
}
.p-container {
padding-top: 20rpx;
}
.p-top {
width: 100%;
height: 280rpx;
box-sizing: border-box;
// margin-top: 20rpx;
padding: 38rpx 0;
background-color: #fff;
.p-top-title {
display: flex;
justify-content: center;
align-items: center;
.p-top-name {
margin-right: 6rpx;
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #333333;
}
image {
width: 32rpx;
height: 32rpx;
}
}
.p-top-num {
font-family: PingFang-SC-Bold;
font-size: 72rpx;
color: #d92424;
text-align: center;
}
.p-top-btn {
width: 220rpx;
height: 52rpx;
box-sizing: border-box;
margin: 10rpx auto 0;
font-family: PingFang-SC-Regular;
font-size: 30rpx;
color: #ffffff;
text-align: center;
line-height: 52rpx;
background-image: linear-gradient(90deg, #dd5346 0%, #d52e30 100%);
border-radius: 26rpx;
-ms-border-radius: 26rpx;
-o-border-radius: 26rpx;
-webkit-border-radius: 26rpx;
-moz-border-radius: 26rpx;
}
}
.p-list {
width: 100%;
box-sizing: border-box;
.list-title-wr {
padding: 0 20rpx;
background: #fff;
}
.list-title {
position: relative;
padding: 30rpx 0 30rpx 28rpx;
font-family: PingFang-SC-Bold;
font-size: 34rpx;
color: #333333;
line-height: 1;
border-bottom: 1rpx solid #e7eeee;
}
.list-title::before {
content: '';
position: absolute;
top: 50%;
left: 0;
width: 6rpx;
height: 30rpx;
margin-top: -17rpx;
background-color: #e60000;
border-radius: 3rpx;
-webkit-border-radius: 3rpx;
-moz-border-radius: 3rpx;
-ms-border-radius: 3rpx;
-o-border-radius: 3rpx;
}
.item {
width: 100%;
padding: 0 20rpx;
box-sizing: border-box;
background: #fff;
.item-date {
padding: 30rpx 0;
font-family: PingFang-SC-Medium;
font-size: 32rpx;
color: #333333;
}
}
.item-wr {
margin-top: 25rpx;
}
.item-cell {
position: relative;
box-sizing: border-box;
padding-left: 97rpx;
.cell-time {
position: absolute;
top: -10rpx;
left: 0;
margin-right: 36rpx;
font-family: PingFang-SC-Medium;
font-size: 26rpx;
color: #999999;
}
.cell-info {
// padding: 25rpx 0 30rpx;
width: 100%;
box-sizing: border-box;
position: relative;
padding: 25rpx 0 50rpx 30rpx;
border-left: 1rpx solid #e7eeee;
.cell-div {
width: 460rpx;
line-height: 1;
opacity: 0;
}
.cell-title {
// display: flex;
// justify-content: space-between;
// align-items: center;
width: 460rpx;
position: absolute;
top: -16rpx;
left: 30rpx;
font-family: PingFang-SC-Medium;
font-size: 32rpx;
color: #333333;
}
.cell-title::before {
content: '';
position: absolute;
top: 16rpx;
left: -36rpx;
width: 10rpx;
height: 10rpx;
background-color: #999999;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
}
.cell-desc {
font-size: 26rpx;
color: #333;
}
.cell-points {
position: absolute;
top: -16rpx;
right: 20rpx;
font-family: PingFang-SC-Medium;
font-size: 30rpx;
color: #b20004;
}
.cell-img {
position: absolute;
top: -16rpx;
right: 100rpx;
width: 110rpx;
height: 68rpx;
z-index: 4;
}
}
// .cell-info {}
}
}
.item-cell:last-child {
.cell-info {
border: 0;
}
}
.mt20 {
margin-top: 20rpx;
}
.pd20 {
padding: 0 20rpx;
}
.m-fm {
.fm {
top: 500rpx;
width: 600rpx;
padding: 0 0 40rpx 0;
background: #fff;
overflow: hidden;
.btn-close {
top: 27rpx;
padding: 0 30rpx;
font-size: 36rpx;
color: #fff;
line-height: 90rpx;
image {
display: block;
width: 36rpx;
height: 36rpx;
}
}
.fm-btn {
width: 240rpx;
height: 54rpx;
margin: 20rpx auto 0;
font-family: PingFang-SC-Medium;
font-size: 28rpx;
font-weight: normal;
font-stretch: normal;
letter-spacing: 0px;
color: #999999;
text-align: center;
line-height: 54rpx;
border-radius: 27rpx;
border: solid 1rpx #eee;
-webkit-border-radius: 27rpx;
-moz-border-radius: 27rpx;
-ms-border-radius: 27rpx;
-o-border-radius: 27rpx;
}
}
.fm-header {
width: 100%;
height: 90rpx;
margin-bottom: 20rpx;
text-align: center;
line-height: 90rpx;
font-family: PingFang-SC-Bold;
font-size: 32rpx;
color: #fff;
// background: #e3271c;
background-image: linear-gradient(90deg,
#ca151d 0%,
#e11c13 100%);
}
.fm-qr {
width: 400rpx;
height: 400rpx;
box-sizing: border-box;
margin: 0 auto;
image {
display: block;
width: 100%;
height: 100%;
}
}
}