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.
57 lines
909 B
57 lines
909 B
9 months ago
|
.site-list-item {
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
width: 95%;
|
||
|
padding: 20rpx;
|
||
|
box-sizing: border-box;
|
||
|
background: #FFFFFF;
|
||
|
box-shadow: 0rpx 2rpx 6rpx 2rpx rgba(191, 191, 191, 0.18);
|
||
|
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||
|
opacity: 1;
|
||
|
margin: 0 auto;
|
||
|
margin-top: 30rpx;
|
||
|
.look{
|
||
|
padding: 10rpx 30rpx;
|
||
|
background: #F83D3D;
|
||
|
border-radius: 56rpx 56rpx 56rpx 56rpx;
|
||
|
opacity: 1;
|
||
|
font-size: 24rpx;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
.site-list-item-left {
|
||
|
flex-shrink: 0;
|
||
|
width: 125rpx;
|
||
|
height: 125rpx;
|
||
|
background: #F9F9F9;
|
||
|
border-radius: 2rpx 2rpx 2rpx 2rpx;
|
||
|
opacity: 1;
|
||
|
margin-right: 15rpx;
|
||
|
|
||
|
image {
|
||
|
width: 100%;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.site-list-item-right {
|
||
|
overflow: hidden;
|
||
|
flex: 1;
|
||
|
|
||
|
.name {
|
||
|
font-size: 30rpx;
|
||
|
color: #333333;
|
||
|
}
|
||
|
|
||
|
.distance {
|
||
|
color: #000000;
|
||
|
font-size: 26rpx;
|
||
|
}
|
||
|
|
||
|
.address {
|
||
|
color: #666666;
|
||
|
font-size: 26rpx;
|
||
|
width: 100%;
|
||
|
margin: 10rpx 0;
|
||
|
}
|
||
|
}
|
||
|
}
|