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.
91 lines
1.5 KiB
91 lines
1.5 KiB
![]()
1 year ago
|
.stationItem_bottom_label {
|
||
|
margin-right: 15rpx;
|
||
|
/* padding: 10rpx 15rpx;
|
||
|
border: solid 1rpx #48B8BAFF;
|
||
|
box-sizing: border-box;
|
||
|
border-radius: 32rpx; */
|
||
|
}
|
||
|
|
||
|
.stationItem_bottom_label:last-child {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
|
||
|
.stationItem_bottom_label_container {}
|
||
|
|
||
|
.stationItem_bottom_label text {
|
||
|
font-size: 24rpx;
|
||
|
color: #000000;
|
||
|
}
|
||
|
|
||
|
.stationItem_bottom_label_logo {
|
||
|
padding: 2rpx 8rpx;
|
||
|
opacity: 1;
|
||
|
border: 2rpx solid #48B8BA;
|
||
|
border-radius: 30rpx;
|
||
|
font-size: 20rpx;
|
||
|
color: #48B8BA;
|
||
|
margin-right: 8rpx;
|
||
|
}
|
||
|
|
||
|
.stationItem_bottom_price {
|
||
|
font-size: 32rpx;
|
||
|
color: #121836;
|
||
|
}
|
||
|
|
||
|
.is_stop_row {
|
||
|
font-size: 24rpx;
|
||
|
color: #CACACA;
|
||
|
margin-bottom: 18rpx;
|
||
|
}
|
||
|
|
||
|
.is_stop_row image {
|
||
|
/* width: 35rpx; */
|
||
|
/* height: 35rpx; */
|
||
|
margin-right: 14rpx;
|
||
|
}
|
||
|
|
||
|
.stationItem_bottom {
|
||
|
margin-top: 30rpx;
|
||
|
}
|
||
|
|
||
|
.stationItem_address {
|
||
|
font-size: 24rpx;
|
||
|
color: #CACACA;
|
||
|
}
|
||
|
|
||
|
.stationItem_distance {
|
||
|
font-size: 24rpx;
|
||
|
color: #121836;
|
||
|
}
|
||
|
|
||
|
.stationItem_top_label_container {
|
||
|
margin-top: 10rpx;
|
||
|
}
|
||
|
|
||
|
.stationItem_top_label {
|
||
|
font-size: 22rpx;
|
||
|
color: #FFFFFF;
|
||
|
padding: 5rpx 17rpx;
|
||
|
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||
|
margin-right: 12rpx;
|
||
|
}
|
||
|
|
||
|
.stationItem_top_title {
|
||
|
font-size: 30rpx;
|
||
|
font-weight: 400;
|
||
|
color: #000000;
|
||
|
}
|
||
|
|
||
|
.stationItem {
|
||
|
position: relative;
|
||
|
width: 690rpx;
|
||
|
margin: 0 auto;
|
||
|
min-height: 234rpx;
|
||
|
background: #FFFFFF;
|
||
|
box-shadow: 0rpx 2rpx 6rpx 0rpx rgba(0, 0, 0, 0.08);
|
||
|
border-radius: 15rpx 15rpx 15rpx 15rpx;
|
||
|
margin-top: 60rpx;
|
||
|
padding: 25rpx 30rpx;
|
||
|
box-sizing: border-box !important;
|
||
|
|
||
|
}
|