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.
 

92 lines
1.5 KiB

/* pages/pbService/bus/lineinfo/index.wxss */
page {
background: #f6f6f6;
}
.line-top {
padding: 10rpx 30rpx;
background: white;
}
.line-name {
font-size: 30rpx;
color: #333;
font-weight: bold;
}
.line-name text {
font-size: 24rpx;
font-weight: 400;
}
.line-direction {
display: flex;
align-items: center;
font-size: 26rpx;
color: #333;
margin: 10rpx 0;
}
.line-direction image {
width: 40rpx;
height: 40rpx;
margin: 0 20rpx;
flex-shrink: 0;
}
.line-time {
color: #999999;
font-size: 26rpx;
}
.line-info {
margin: 20rpx 30rpx;
background: white;
border-radius: 20rpx;
padding: 20rpx;
position: relative;
}
.line-bg {
position: absolute;
top: 20rpx;
bottom: 20rpx;
width: 10rpx;
background: #0B898E;
}
.start-name {
padding-left: 50rpx;
font-size: 26rpx;
color: #666;
height: 120rpx;
position: relative;
line-height: 26rpx;
}
.start-icon {
position: absolute;
left: 0;
top: -10rpx;
width: 32rpx;
line-height: 32rpx;
background: #0B898E;
border-radius: 50%;
text-align: center;
font-size: 20rpx;
color: #fff;
margin-left: -11rpx;
}
.start-name image.arrow {
width: 10rpx;
height: 10rpx;
display: block;
position: absolute;
left: 0;
margin-top: 6rpx;
}
.start-name image.stop {
width: 40rpx;
height: 40rpx;
display: block;
position: absolute;
left: -15rpx;
margin-top: -7rpx;
}
.busfresh {
position: fixed;
right: 40rpx;
bottom: 40rpx;
width: 80rpx;
display: block;
}