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

44 lines
806 B

//引入全局配置
@import "c/conf";
@import "c/mx";
@import "c/f";
@import "a/c";
.m-list {
.list {
margin: 10rpx 0;
.item {
margin: 10rpx 0;
.item-file {
position: relative;
display: flex;
align-items: center;
.item-file-ico {
image {
display: block;
margin-right: 20rpx;
width: 40rpx;
height: 40rpx;
}
}
.item-file-name {
@include toe;
max-width: 500rpx;
color: #0c4a9d;
line-height: 40rpx;
font-size: 28rrpx;
}
.item-file-format {
color: #0c4a9d;
line-height: 40rpx;
font-size: 28rrpx;
}
}
}
}
}