41 lines
798 B
Plaintext
41 lines
798 B
Plaintext
|
.container{
|
||
|
width:94%;
|
||
|
height: 100%;
|
||
|
margin:0 auto;
|
||
|
padding: 20rpx;
|
||
|
background-color: rgb(233, 227, 227);
|
||
|
}
|
||
|
.mapIcon{width:40rpx;height:33rpx;margin-right:20rpx;}
|
||
|
.suoIcon{width:40rpx;height:46rpx;}
|
||
|
.title{padding:20rpx 0;font-size:26rpx;}
|
||
|
.item{
|
||
|
width:48%;
|
||
|
position:relative;
|
||
|
background-color: #ffffff;
|
||
|
border-radius: 20rpx;
|
||
|
overflow: hidden;
|
||
|
margin-bottom: 20rpx;
|
||
|
}
|
||
|
.item .list-itemText{
|
||
|
padding: 20rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
font-size: 26rpx;
|
||
|
font-weight: 400;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
.item .thumb{
|
||
|
width:94%;
|
||
|
height:220rpx;
|
||
|
margin-left: 12rpx;
|
||
|
/* z-index:1; */
|
||
|
}
|
||
|
.zhezhao{
|
||
|
position: absolute;
|
||
|
top: 81rpx;
|
||
|
z-index: 2;
|
||
|
width:100%;height:220rpx;
|
||
|
background:rgba(255,255,255,.4);
|
||
|
}
|
||
|
.item text{height:60rpx;line-height:60rpx;}
|