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

178 lines
5.2 KiB

//引入全局配置
@import "c/conf";
@import "c/mx";
@import "c/f";
@import "a/c";
@import "global";
.m-list {
min-height: 800rpx;
.item {
width: 100%;
background: #fff;
overflow: hidden;
margin: 0 auto;
padding: 20rpx 0;
box-sizing: border-box;
// box-shadow: 0rpx 4rpx 29rpx 0rpx rgba(63, 63, 63, 0.1);
// border-radius: 10rpx;
border-bottom: 1rpx solid #e7eeee;
&:last-of-type {
border-bottom: none;
}
.item-top {
margin-bottom: 10rpx;
.grid {
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 400;
color: #666666;
line-height: 52rpx;
}
}
.item-cnt {
display: flex;
align-items: center;
justify-self: start;
padding-right: 12rpx;
.no {
margin-left: -20rpx;
width: 80rpx;
margin-right: 20rpx;
font-size: 34rpx;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
text-align: center;
image {
margin: 0 auto;
width: 44rpx;
height: 44rpx;
}
}
.avatar {
.group-avatar {
width: 110rpx;
height: 110rpx;
border-radius: 55rpx;
overflow: hidden;
box-shadow: 0rpx 0rpx 14rpx 0rpx rgba(162, 162, 162, 0.34);
}
.group-tag {
position: relative;
margin-top: -35rpx;
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-left: 20rpx;
width: 350rpx;
&.z-long {
}
.name {
vertical-align: middle;
font-size: 28rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #333333;
line-height: 46rpx;
.name-tag {
position: relative;
top: -5rpx;
display: inline-block;
padding: 0 10rpx;
line-height: 28rpx;
background: #ffffff;
border: 1rpx solid #0089ff;
border-radius: 15rpx;
font-size: 22rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #0089ff;
}
}
.title-point {
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 400;
color: #999999;
line-height: 52rpx;
}
}
.ranking {
text-align: center;
margin-left: auto;
margin-right: 20rpx;
&:last-of-type {
margin-right: 0;
}
.ranking-no {
font-size: 40rpx;
font-family: Microsoft YaHei;
font-weight: bold;
color: #333333;
image {
width: 44rpx;
height: 44rpx;
}
}
.ranking-field {
font-size: 20rpx;
font-family: Source Han Serif SC;
font-weight: 400;
color: #999999;
line-height: 30rpx;
}
}
.point {
text-align: center;
margin-left: auto;
.point-no {
font-size: 40rpx;
font-family: Source Han Serif SC;
font-weight: 800;
color: #f69635;
}
.point-field {
font-size: 20rpx;
font-family: Source Han Serif SC;
font-weight: 400;
color: #999999;
line-height: 30rpx;
}
}
}
}
}