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

123 lines
2.9 KiB

//引入全局配置
@import "c/conf";
@import "c/mx";
@import "c/f";
.m-info{
width: 100%;
height:118rpx;
position: relative;
image{
width: 100%;
height:118rpx;
}
.title_1{
position: absolute;
top:30rpx;
left:90rpx;
font-size: 22rpx;
font-family: Source Han Serif SC;
font-weight: bold;
color: #FFFFFF;
}
.title_2{
position: absolute;
margin-top:5rpx;
top:53rpx;
left:82rpx;
font-size: 22rpx;
font-family: Source Han Serif SC;
font-weight: bold;
color: #FFFFFF;
}
.ques_name{
position: absolute;
width: 373rpx;
font-size: 29rpx;
top:39rpx;
left:194rpx;
font-family: Source Han Serif SC;
font-weight: 300;
color: #FFFFFF;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.more{
position: absolute;
right:37rpx;
top:48rpx;
font-size: 21rpx;
font-family: Source Han Serif SC;
font-weight: 300;
color: #FFFFFF;
image{
margin-left:5rpx;
padding-top:5rpx;
width: 10rpx;
height: 19rpx;
}
}
}
// .m-info {
// position: relative;
// margin: 30rpx auto;
// padding: 10rpx 0 40rpx;
// &::after {
// content: "";
// position: absolute;
// bottom: 0;
// left: 0;
// right: 0;
// display: block;
// width: 690rpx;
// height: 0;
// border-bottom: 1rpx solid #e7eeee;
// margin: 0 auto;
// }
// .wrap {
// box-sizing: border-box;
// width: 690rpx;
// margin: 0 auto;
// padding: 20rpx;
// display: flex;
// align-items: center;
// justify-content: space-between;
// background: #ffffff;
// box-shadow: 0rpx 4rpx 29rpx 0rpx rgba(63, 63, 63, 0.1);
// border-radius: 20rpx;
// .logo {
// image {
// display: block;
// width: 70rpx;
// height: 56rpx;
// }
// }
// .item {
// @include toe;
// width: 475rpx;
// font-size: 34rpx;
// font-family: Source Han Serif SC;
// font-weight: 500;
// color: #3f3f3f;
// line-height: 56rpx;
// }
// .more {
// width: 60rpx;
// text-align: center;
// font-size: 26rpx;
// font-family: Source Han Serif SC;
// font-weight: 500;
// color: #999999;
// line-height: 31rpx;
// }
// }
// }