You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.3 KiB
CSS
20 lines
1.3 KiB
CSS
6 years ago
|
body{ font-size:12px;}
|
||
|
.div-bg{ background:#f0f0f0 none repeat scroll 0 0; padding:15px 0;}
|
||
|
.order-no{ font-size:16px;}
|
||
|
/*订单详情*/
|
||
|
.order-summary{
|
||
|
background: #fff none repeat scroll 0 0;
|
||
|
border-radius: 4px;
|
||
|
box-shadow: 0 0 2px #999;
|
||
|
margin: 10px 0 20px;
|
||
|
padding: 15px;
|
||
|
font-size:12px;}
|
||
|
.status-title{ font-size:23px; margin:13px 0 10px 0; color:#ac1010; line-height:22px; }
|
||
|
span.depart-time{ color:#666; margin:3px 0 10px 0; display:block; }
|
||
|
.traininfo{ display:inline-block; width:26px; height:28px; background-image:url(https://data.chinahighlights.com/css/images/train/order-status.png); background-size:100%; background-position: 0 2px; padding-top:2px;}
|
||
|
.passanger{ display:inline-block; width:26px; height:28px; background-image:url(https://data.chinahighlights.com/css/images/train/order-status.png); background-size:100%; background-position: 0 -46px;}
|
||
|
.advisor{ display:inline-block; width:26px; height:28px; background-image:url(https://data.chinahighlights.com/css/images/train/order-status.png); background-size:100%; background-position: 0 -98px;}
|
||
|
.table-title{ font-weight:bold; font-size:13px; margin-bottom:5px;}
|
||
|
.train-list{ border-bottom:1px dashed #d1d1d1; margin:0 15px 8px 15px;}
|
||
|
.from-city{ text-align:left!important;}
|
||
|
.div-tips{ margin-bottom:10px;}
|