14 lines
414 B
Plaintext
14 lines
414 B
Plaintext
|
.container{width:94%;margin:0 auto;}
|
||
|
.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;}
|
||
|
.item .thumb{width:100%;height:220rpx;z-index:1;}
|
||
|
.zhezhao{
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
z-index: 2;
|
||
|
width:100%;height:220rpx;
|
||
|
background:rgba(255,255,255,.4);
|
||
|
}
|
||
|
.item text{height:60rpx;line-height:60rpx;}
|