<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* @Author: Administrator
* @Date:   2017-10-18 11:01:02
* @Last Modified by:   Administrator
* @Last Modified time: 2017-10-18 17:40:50
*/
.point_box{
	float: right;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0.32rem;
}
.point{
	margin: 0;
	font-size:0.16rem;
	padding: 0 0.1rem;
}
.schedule_stations .vehicle_label{
	float: left;
	position: relative;
	height:0.3rem;
	line-height:0.3rem;
	text-align: center;
	color: #fff;
 	background: #fff;
	background: background: -webkit-linear-gradient(top,rgba(249,188,3,1),rgba(227,3,13,1));
	background: -o-linear-gradient(bottom,rgba(249,188,3,1),rgba(227,3,13,1));
	background: -moz-linear-gradient(bottom,rgba(249,188,3,1),rgba(227,3,13,1));
	background: linear-gradient(to bottom, rgba(249,188,3,1), rgba(227,3,13,1));
}
.white_triangle{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
    height: 0;
    border-top:0.15rem solid transparent;
    border-left: 0.075rem solid #fff;
    border-bottom: 0.15rem solid transparent;
}
.white_triangle2{
    position: absolute;
    right: 0;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 0.075rem solid #fff;
    border-bottom: 0.15rem solid transparent;
}
.white_triangle3{
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 0;
	height: 0;
	border-top: 0.15rem solid transparent;
	border-right: 0.075rem solid #fff;
	border-bottom: 0px solid transparent;
}
</pre></body></html>