@@ -2361,6 +2361,7 @@
.station,
.location,
.state1 {
+ overflow: hidden;
box-shadow: 0px 4rpx 12rpx 0px #008c4a33;
}
@@ -2642,14 +2643,14 @@
color: rgba(102, 102, 102, 100);
font-size: 12px;
text-align: left;
- margin-top: 4px;
+ margin-top: 6px;
white-space: nowrap; //强制不换行
text-overflow: ellipsis; //文本超出出现省略号
overflow: hidden;
.text-3 {
- width: 80px;
+ width: 200rpx;
height: 24px;
line-height: 22px;
border-radius: 50px;
@@ -2662,9 +2663,9 @@
.img-box {
- width: 120px;
- height: 120px;
- margin-right: 20px;
+ //width: 120px;
+
+ margin: auto;
img {
width: 200rpx;