weliam-smartcity智慧城市
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.
 
 
 
 

133 lines
2.2 KiB

.tips {
height: 80rpx;
text-align: center;
}
.tips > ._span {
line-height: 80rpx;
font-size: 28rpx;
color: black;
}
.addButtom {
left: 263rpx;
position: fixed;
bottom: 20rpx;
text-align: center;
width: 224rpx;
height: 90rpx;
background: #3388ff;
box-shadow: 0px 2rpx 10rpx 0px rgba(51, 136, 255, 0.4);
border-radius: 45rpx;
}
.addButtom > ._span {
line-height: 90rpx;
font-size: 28rpx;
color: #ffffff;
}
.listMbFoot {
margin-top: 20rpx;
display: flex;
justify-content: space-between;
}
.listMbFoot > ._span {
line-height: 37rpx;
font-size: 24rpx;
color: #999999;
}
.listMbFoot > view {
display: inline-block;
width: 76rpx;
height: 37rpx;
background: #3388ff;
border-radius: 4rpx;
text-align: center;
}
.listMbFoot > view > ._span {
line-height: 37rpx;
font-size: 24rpx;
color: #ffffff;
}
.imgView {
margin-top: 20rpx;
}
.imgView > image {
margin: 0 10rpx 10rpx 0;
width: 202rpx;
height: 202rpx;
}
.qw {
margin-top: 20rpx;
}
.qw > ._span {
font-size: 28rpx;
color: #3388ff;
}
.listMbText {
margin-top: 20rpx;
}
.listMbText > ._span {
font-size: 26rpx;
color: #333333;
}
.titleLeft > view {
display: inline-block;
vertical-align: middle;
width: 54rpx;
height: 54rpx;
border-radius: 50%;
overflow: hidden;
}
.titleLeft > view > image {
width: 54rpx;
height: 54rpx;
}
.titleLeft > ._span {
margin-left: 10rpx;
vertical-align: middle;
font-size: 28rpx;
color: #333333;
}
.titleRight > ._span {
line-height: 54rpx;
font-size: 24rpx;
color: #ff4444;
}
.listMbTitle {
display: flex;
justify-content: space-between;
}
.listMbTitle > view {
display: inline-block;
}
page {
font-size: 0;
background: #f8f8f8;
}
.mbPackage {
padding: 10rpx 30rpx 30rpx 30rpx;
}
.listMb {
margin-top: 20rpx;
width: 690rpx;
background: #ffffff;
border-radius: 10rpx;
}
.listMbPackage {
padding: 30rpx;
}
.fullText {
word-wrap: break-word;
font-size: 26rpx;
color: #333333;
}
.postListTextMain {
font-size: 26rpx;
color: #333333;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}