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.
32 lines
538 B
32 lines
538 B
/* pages/components/weatherLocationTrand/weatherLocationTrand.wxss */
|
|
.place_info {
|
|
width: 100%;
|
|
height: 70rpx;
|
|
background-color: #f3f3f3;
|
|
padding: 0 5px;
|
|
border-bottom: 1rpx solid rgba(153, 153, 153, 0.5);
|
|
|
|
}
|
|
.location {
|
|
width: 220rpx;
|
|
height: 70rpx;
|
|
}
|
|
.school {
|
|
width: 190rpx;
|
|
height: 100%;
|
|
line-height: 70rpx;
|
|
color: #3E97CC;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.myCanvas {
|
|
position: absolute;
|
|
top: 12rpx;
|
|
left: 180rpx;
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
}
|
|
|